Color Hex Logo

#add9ec Color Hex

#ADD9EC
(173,217,236)
0 Favorites   0 Comments

Color spaces of #add9ec

RGB 173217236
HSL0.550.620.80
HSV198°27°93°
CMYK 0.270.080.00   0.07
XYZ57.186864.566188.8053
Yxy64.56610.27160.3066
Hunter Lab80.3530-13.5804-9.2795
CIE-Lab84.2596-10.0467-14.0014

#add9ec color RGB value is (173,217,236).

#add9ec hex color red value is 173, green value is 217 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #add9ec hue: 0.55 , saturation: 0.62 and the lightness value of add9ec is 0.80.

The process color (four color CMYK) of #add9ec color hex is 0.27, 0.08, 0.00, 0.07. Web safe color of #add9ec is #99ccff. Color #add9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 11101100
Octal 255 331 354
Decimal 173 217 236
Hex AD D9 EC

RGB Percentages of Color #add9ec

%27.64
%34.66
%37.70

CMYK Percentages of Color #add9ec

%27
%8
%0
%7

Triadic Colors of #add9ec

#add9ec #ecadd9 #d9ecad

Analogous Colors of #add9ec

#add9ec #adbaec #adece0

Monochromatic Colors of #add9ec

#add9ec

Complementary Color

#add9ec #ecc0ad

#add9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#add9ec Color CSS Codes

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

#add9ec Text Font Color

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

This sample text font color is #add9ec
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.


#add9ec Background Color

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

This div background color is #add9ec


#add9ec Border Color

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

This div border color is #add9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add9ec


Comments

No comments written yet.

Please login to write comment.