Color Hex Logo

#add8dd Color Hex

#ADD8DD
(173,216,221)
0 Favorites   0 Comments

Color spaces of #add8dd

RGB 173216221
HSL0.520.410.77
HSV186°22°87°
CMYK 0.220.020.00   0.13
XYZ54.840663.216477.7182
Yxy63.21640.28010.3229
Hunter Lab79.5087-16.0212-2.2987
CIE-Lab83.5561-12.8676-7.0898

#add8dd color RGB value is (173,216,221).

#add8dd hex color red value is 173, green value is 216 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #add8dd hue: 0.52 , saturation: 0.41 and the lightness value of add8dd is 0.77.

The process color (four color CMYK) of #add8dd color hex is 0.22, 0.02, 0.00, 0.13. Web safe color of #add8dd is #99cccc. Color #add8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011000 11011101
Octal 255 330 335
Decimal 173 216 221
Hex AD D8 DD

RGB Percentages of Color #add8dd

%28.36
%35.41
%36.23

CMYK Percentages of Color #add8dd

%22
%2
%0
%13

Triadic Colors of #add8dd

#add8dd #ddadd8 #d8ddad

Analogous Colors of #add8dd

#add8dd #adc0dd #adddca

Monochromatic Colors of #add8dd

#add8dd

Complementary Color

#add8dd #ddb2ad

#add8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add8dd Color CSS Codes

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

#add8dd Text Font Color

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

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


#add8dd Background Color

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

This div background color is #add8dd


#add8dd Border Color

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

This div border color is #add8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add8dd


Comments

No comments written yet.

Please login to write comment.