Color Hex Logo

#aad97d Color Hex

#AAD97D
(170,217,125)
0 Favorites   0 Comments

Color spaces of #aad97d

RGB 170217125
HSL0.250.550.67
HSV91°42°85°
CMYK 0.220.000.42   0.15
XYZ45.092159.652428.5395
Yxy59.65240.33830.4476
Hunter Lab77.2350-30.947532.1559
CIE-Lab81.6489-30.936840.3654

#aad97d color RGB value is (170,217,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 01111101
Octal 252 331 175
Decimal 170 217 125
Hex AA D9 7D

RGB Percentages of Color #aad97d

%33.20
%42.38
%24.41

CMYK Percentages of Color #aad97d

%22
%0
%42
%15

Triadic Colors of #aad97d

#aad97d #7daad9 #d97daa

Analogous Colors of #aad97d

#aad97d #7dd97e #d8d97d

Monochromatic Colors of #aad97d

#aad97d

Complementary Color

#aad97d #ac7dd9

#aad97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad97d Color CSS Codes

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

#aad97d Text Font Color

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

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


#aad97d Background Color

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

This div background color is #aad97d


#aad97d Border Color

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

This div border color is #aad97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad97d


Comments

No comments written yet.

Please login to write comment.