Color Hex Logo

#aad8ad Color Hex

#AAD8AD
(170,216,173)
0 Favorites   0 Comments

Color spaces of #aad8ad

RGB 170216173
HSL0.340.370.76
HSV124°21°85°
CMYK 0.210.000.20   0.15
XYZ48.676360.674948.6811
Yxy60.67490.30800.3839
Hunter Lab77.8941-24.769417.4717
CIE-Lab82.2037-23.258116.3852

#aad8ad color RGB value is (170,216,173).

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

The process color (four color CMYK) of #aad8ad color hex is 0.21, 0.00, 0.20, 0.15. Web safe color of #aad8ad is #99cc99. Color #aad8ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 10101101
Octal 252 330 255
Decimal 170 216 173
Hex AA D8 AD

RGB Percentages of Color #aad8ad

%30.41
%38.64
%30.95

CMYK Percentages of Color #aad8ad

%21
%0
%20
%15

Triadic Colors of #aad8ad

#aad8ad #adaad8 #d8adaa

Analogous Colors of #aad8ad

#aad8ad #aad8c4 #bed8aa

Monochromatic Colors of #aad8ad

#aad8ad

Complementary Color

#aad8ad #d8aad5

#aad8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad8ad Color CSS Codes

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

#aad8ad Text Font Color

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

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


#aad8ad Background Color

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

This div background color is #aad8ad


#aad8ad Border Color

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

This div border color is #aad8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad8ad


Comments

No comments written yet.

Please login to write comment.