Color Hex Logo

#add9dd Color Hex

#ADD9DD
(173,217,221)
0 Favorites   0 Comments

Color spaces of #add9dd

RGB 173217221
HSL0.510.410.77
HSV185°22°87°
CMYK 0.220.020.00   0.13
XYZ55.097663.730477.8039
Yxy63.73040.28020.3241
Hunter Lab79.8313-16.5085-1.9023
CIE-Lab83.8252-13.3783-6.6915

#add9dd color RGB value is (173,217,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 11011101
Octal 255 331 335
Decimal 173 217 221
Hex AD D9 DD

RGB Percentages of Color #add9dd

%28.31
%35.52
%36.17

CMYK Percentages of Color #add9dd

%22
%2
%0
%13

Triadic Colors of #add9dd

#add9dd #ddadd9 #d9ddad

Analogous Colors of #add9dd

#add9dd #adc1dd #adddc9

Monochromatic Colors of #add9dd

#add9dd

Complementary Color

#add9dd #ddb1ad

#add9dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add9dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add9dd Color CSS Codes

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

#add9dd Text Font Color

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

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


#add9dd Background Color

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

This div background color is #add9dd


#add9dd Border Color

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

This div border color is #add9dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add9dd

#add9dd Color Palettes


Comments

No comments written yet.

Please login to write comment.