Color Hex Logo

#aaad7f Color Hex

#AAAD7F
(170,173,127)
0 Favorites   0 Comments

Color spaces of #aaad7f

RGB 170173127
HSL0.180.220.59
HSV64°27°68°
CMYK 0.020.000.27   0.32
XYZ35.351939.965525.9295
Yxy39.96550.34920.3947
Hunter Lab63.2183-10.814119.9345
CIE-Lab69.4450-8.717823.3513

#aaad7f color RGB value is (170,173,127).

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

The process color (four color CMYK) of #aaad7f color hex is 0.02, 0.00, 0.27, 0.32. Web safe color of #aaad7f is #999966. Color #aaad7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 01111111
Octal 252 255 177
Decimal 170 173 127
Hex AA AD 7F

RGB Percentages of Color #aaad7f

%36.17
%36.81
%27.02

CMYK Percentages of Color #aaad7f

%2
%0
%27
%32

Triadic Colors of #aaad7f

#aaad7f #7faaad #ad7faa

Analogous Colors of #aaad7f

#aaad7f #93ad7f #ad997f

Monochromatic Colors of #aaad7f

#aaad7f

Complementary Color

#aaad7f #827fad

#aaad7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad7f Color CSS Codes

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

#aaad7f Text Font Color

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

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


#aaad7f Background Color

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

This div background color is #aaad7f


#aaad7f Border Color

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

This div border color is #aaad7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad7f


Comments

No comments written yet.

Please login to write comment.