Color Hex Logo

#add1ec Color Hex

#ADD1EC
(173,209,236)
0 Favorites   0 Comments

Color spaces of #add1ec

RGB 173209236
HSL0.570.620.80
HSV206°27°93°
CMYK 0.270.110.00   0.07
XYZ55.174460.541388.1345
Yxy60.54130.27070.2970
Hunter Lab77.8083-9.5889-12.6928
CIE-Lab82.1315-5.8844-17.1989

#add1ec color RGB value is (173,209,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010001 11101100
Octal 255 321 354
Decimal 173 209 236
Hex AD D1 EC

RGB Percentages of Color #add1ec

%27.99
%33.82
%38.19

CMYK Percentages of Color #add1ec

%27
%11
%0
%7

Triadic Colors of #add1ec

#add1ec #ecadd1 #d1ecad

Analogous Colors of #add1ec

#add1ec #adb2ec #adece8

Monochromatic Colors of #add1ec

#add1ec

Complementary Color

#add1ec #ecc8ad

#add1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#add1ec Color CSS Codes

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

#add1ec Text Font Color

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

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


#add1ec Background Color

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

This div background color is #add1ec


#add1ec Border Color

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

This div border color is #add1ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,209,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 #add1ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add1ec


Comments

No comments written yet.

Please login to write comment.