Color Hex Logo

#aad96e Color Hex

#AAD96E
(170,217,110)
0 Favorites   0 Comments

Color spaces of #aad96e

RGB 170217110
HSL0.240.580.64
HSV86°49°85°
CMYK 0.220.000.49   0.15
XYZ44.204959.297523.8676
Yxy59.29750.34710.4656
Hunter Lab77.0049-32.290035.5265
CIE-Lab81.4548-32.675047.4352

#aad96e color RGB value is (170,217,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 01101110
Octal 252 331 156
Decimal 170 217 110
Hex AA D9 6E

RGB Percentages of Color #aad96e

%34.21
%43.66
%22.13

CMYK Percentages of Color #aad96e

%22
%0
%49
%15

Triadic Colors of #aad96e

#aad96e #6eaad9 #d96eaa

Analogous Colors of #aad96e

#aad96e #75d96e #d9d36e

Monochromatic Colors of #aad96e

#aad96e

Complementary Color

#aad96e #9d6ed9

#aad96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad96e Color CSS Codes

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

#aad96e Text Font Color

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

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


#aad96e Background Color

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

This div background color is #aad96e


#aad96e Border Color

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

This div border color is #aad96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad96e


Comments

No comments written yet.

Please login to write comment.