Color Hex Logo

#aaad8f Color Hex

#AAAD8F
(170,173,143)
0 Favorites   0 Comments

Color spaces of #aaad8f

RGB 170173143
HSL0.180.150.62
HSV66°17°68°
CMYK 0.020.000.17   0.32
XYZ36.479140.416431.8651
Yxy40.41640.33540.3716
Hunter Lab63.5739-8.829914.7838
CIE-Lab69.7651-6.315915.0860

#aaad8f color RGB value is (170,173,143).

#aaad8f hex color red value is 170, green value is 173 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aaad8f hue: 0.18 , saturation: 0.15 and the lightness value of aaad8f is 0.62.

The process color (four color CMYK) of #aaad8f color hex is 0.02, 0.00, 0.17, 0.32. Web safe color of #aaad8f is #999999. Color #aaad8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 10001111
Octal 252 255 217
Decimal 170 173 143
Hex AA AD 8F

RGB Percentages of Color #aaad8f

%34.98
%35.60
%29.42

CMYK Percentages of Color #aaad8f

%2
%0
%17
%32

Triadic Colors of #aaad8f

#aaad8f #8faaad #ad8faa

Analogous Colors of #aaad8f

#aaad8f #9bad8f #ada18f

Monochromatic Colors of #aaad8f

#aaad8f

Complementary Color

#aaad8f #928fad

#aaad8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad8f Color CSS Codes

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

#aaad8f Text Font Color

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

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


#aaad8f Background Color

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

This div background color is #aaad8f


#aaad8f Border Color

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

This div border color is #aaad8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad8f


Comments

No comments written yet.

Please login to write comment.