Color Hex Logo

#add9cb Color Hex

#ADD9CB
(173,217,203)
0 Favorites   0 Comments

Color spaces of #add9cb

RGB 173217203
HSL0.450.370.76
HSV161°20°85°
CMYK 0.200.000.06   0.15
XYZ52.825962.821765.8415
Yxy62.82170.29110.3461
Hunter Lab79.2601-19.73726.2298
CIE-Lab83.3485-17.13372.1647

#add9cb color RGB value is (173,217,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011001 11001011
Octal 255 331 313
Decimal 173 217 203
Hex AD D9 CB

RGB Percentages of Color #add9cb

%29.17
%36.59
%34.23

CMYK Percentages of Color #add9cb

%20
%0
%6
%15

Triadic Colors of #add9cb

#add9cb #cbadd9 #d9cbad

Analogous Colors of #add9cb

#add9cb #add1d9 #add9b5

Monochromatic Colors of #add9cb

#add9cb

Complementary Color

#add9cb #d9adbb

#add9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#add9cb Color CSS Codes

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

#add9cb Text Font Color

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

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


#add9cb Background Color

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

This div background color is #add9cb


#add9cb Border Color

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

This div border color is #add9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add9cb


Comments

No comments written yet.

Please login to write comment.