Color Hex Logo

#aad97a Color Hex

#AAD97A
(170,217,122)
0 Favorites   0 Comments

Color spaces of #aad97a

RGB 170217122
HSL0.250.560.66
HSV90°44°85°
CMYK 0.220.000.44   0.15
XYZ44.903359.576927.5452
Yxy59.57690.34010.4513
Hunter Lab77.1861-31.232632.8716
CIE-Lab81.6077-31.304241.7984

#aad97a color RGB value is (170,217,122).

#aad97a hex color red value is 170, green value is 217 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aad97a hue: 0.25 , saturation: 0.56 and the lightness value of aad97a is 0.66.

The process color (four color CMYK) of #aad97a color hex is 0.22, 0.00, 0.44, 0.15. Web safe color of #aad97a is #99cc66. Color #aad97a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 01111010
Octal 252 331 172
Decimal 170 217 122
Hex AA D9 7A

RGB Percentages of Color #aad97a

%33.40
%42.63
%23.97

CMYK Percentages of Color #aad97a

%22
%0
%44
%15

Triadic Colors of #aad97a

#aad97a #7aaad9 #d97aaa

Analogous Colors of #aad97a

#aad97a #7bd97a #d9d97a

Monochromatic Colors of #aad97a

#aad97a

Complementary Color

#aad97a #a97ad9

#aad97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad97a Color CSS Codes

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

#aad97a Text Font Color

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

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


#aad97a Background Color

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

This div background color is #aad97a


#aad97a Border Color

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

This div border color is #aad97a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,217,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 #aad97a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad97a


Comments

No comments written yet.

Please login to write comment.