Hex #addbe7 Color

#addbe7
equivalent to

RGB

(173, 219, 231)

Details of #addbe7

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
173
56.9889
0.53
0.25
84.6467
65.3168
192°
80.8188
219
65.3168
0.55
0.05
-12.2026
0.2746
25°
-15.5643
231
85.2051
0.79
0.00   0.09
-10.7739
0.3148
91°
-5.9130

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
10101101
255
173
AD
Green
11011011
333
219
DB
Blue
11100111
347
231
E7

RGB in % of #addbe7

%27.77
%35.15
%37.08

CMYK in % of #addbe7

%25
%5
%0
%9

Triads of color #addbe7

#addbe7 #dbe7ad #e7ade7

Similar Colors to #addbe7

#addbe7 #ade7d6 #adbee7

Preview Color #addbe7 on black ground

#addbe7 is very interesting for text.

Preview Color #addbe7 on white ground

#addbe7 is very interesting for text.

CSS Codes #addbe7 color

.mybgcolor {background-color:#addbe7; }
.myforecolor {color:#addbe7; }
.mybordercolor {border:3px solid #addbe7; }

Text Font Color #addbe7

<p style="color:#addbe7">Text here</p>

This sample text font color is #addbe7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #addbe7

<div style="background-color:#addbe7">
Div content here</div>

This div background color is #addbe7


Border Color #addbe7

<div style="border:3px solid #addbe7">
Div here</div>

The color of this border is #addbe7


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #addbe7; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #addbe7;
-webkit-box-shadow: 1px 1px 3px 2px #addbe7;
box-shadow:         1px 1px 3px 2px #addbe7; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #addbe7">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #addbe7;
  -webkit-box-shadow: 1px 1px 3px 2px #addbe7;
  box-shadow:         1px 1px 3px 2px #addbe7;">
Div content here</div>

The shadow of div box using color #addbe7