Color Hex Logo

#aaad7a Color Hex

#AAAD7A
(170,173,122)
0 Favorites   0 Comments

Color spaces of #aaad7a

RGB 170173122
HSL0.180.240.58
HSV64°29°68°
CMYK 0.020.000.29   0.32
XYZ35.034039.838324.2554
Yxy39.83830.35340.4019
Hunter Lab63.1176-11.377721.3978
CIE-Lab69.3542-9.407725.9224

#aaad7a color RGB value is (170,173,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101101 01111010
Octal 252 255 172
Decimal 170 173 122
Hex AA AD 7A

RGB Percentages of Color #aaad7a

%36.56
%37.20
%26.24

CMYK Percentages of Color #aaad7a

%2
%0
%29
%32

Triadic Colors of #aaad7a

#aaad7a #7aaaad #ad7aaa

Analogous Colors of #aaad7a

#aaad7a #91ad7a #ad977a

Monochromatic Colors of #aaad7a

#aaad7a

Complementary Color

#aaad7a #7d7aad

#aaad7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaad7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaad7a Color CSS Codes

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

#aaad7a Text Font Color

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

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


#aaad7a Background Color

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

This div background color is #aaad7a


#aaad7a Border Color

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

This div border color is #aaad7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaad7a


Comments

No comments written yet.

Please login to write comment.