Color Hex Logo

#add0af Color Hex

#ADD0AF
(173,208,175)
0 Favorites   0 Comments

Color spaces of #add0af

RGB 173208175
HSL0.340.270.75
HSV123°17°82°
CMYK 0.170.000.16   0.18
XYZ47.527357.091149.0722
Yxy57.09110.30920.3715
Hunter Lab75.5587-19.949014.3847
CIE-Lab80.2308-17.927112.5753

#add0af color RGB value is (173,208,175).

#add0af hex color red value is 173, green value is 208 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #add0af hue: 0.34 , saturation: 0.27 and the lightness value of add0af is 0.75.

The process color (four color CMYK) of #add0af color hex is 0.17, 0.00, 0.16, 0.18. Web safe color of #add0af is #99cc99. Color #add0af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010000 10101111
Octal 255 320 257
Decimal 173 208 175
Hex AD D0 AF

RGB Percentages of Color #add0af

%31.12
%37.41
%31.47

CMYK Percentages of Color #add0af

%17
%0
%16
%18

Triadic Colors of #add0af

#add0af #afadd0 #d0afad

Analogous Colors of #add0af

#add0af #add0c1 #bdd0ad

Monochromatic Colors of #add0af

#add0af

Complementary Color

#add0af #d0adce

#add0af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add0af Color Preview on White Background

Lorem ipsum dolor sit amet.

#add0af Color CSS Codes

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

#add0af Text Font Color

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

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


#add0af Background Color

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

This div background color is #add0af


#add0af Border Color

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

This div border color is #add0af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add0af


Comments

No comments written yet.

Please login to write comment.