Color Hex Logo

#add9cd Color Hex

#ADD9CD
(173,217,205)
0 Favorites   0 Comments

Color spaces of #add9cd

RGB 173217205
HSL0.450.370.76
HSV164°20°85°
CMYK 0.200.000.06   0.15
XYZ53.065962.917767.1051
Yxy62.91770.28980.3436
Hunter Lab79.3207-19.39395.3653
CIE-Lab83.3991-16.73011.1768

#add9cd color RGB value is (173,217,205).

#add9cd hex color red value is 173, green value is 217 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #add9cd hue: 0.45 , saturation: 0.37 and the lightness value of add9cd is 0.76.

The process color (four color CMYK) of #add9cd color hex is 0.20, 0.00, 0.06, 0.15. Web safe color of #add9cd is #99cccc. Color #add9cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 11001101
Octal 255 331 315
Decimal 173 217 205
Hex AD D9 CD

RGB Percentages of Color #add9cd

%29.08
%36.47
%34.45

CMYK Percentages of Color #add9cd

%20
%0
%6
%15

Triadic Colors of #add9cd

#add9cd #cdadd9 #d9cdad

Analogous Colors of #add9cd

#add9cd #adcfd9 #add9b7

Monochromatic Colors of #add9cd

#add9cd

Complementary Color

#add9cd #d9adb9

#add9cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add9cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#add9cd Color CSS Codes

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

#add9cd Text Font Color

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

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


#add9cd Background Color

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

This div background color is #add9cd


#add9cd Border Color

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

This div border color is #add9cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add9cd


Comments

No comments written yet.

Please login to write comment.