Color Hex Logo

#aad15e Color Hex

#AAD15E
(170,209,94)
0 Favorites   0 Comments

Color spaces of #aad15e

RGB 17020994
HSL0.220.560.59
HSV80°55°82°
CMYK 0.190.000.55   0.18
XYZ41.398454.955119.0151
Yxy54.95510.35880.4763
Hunter Lab74.1317-30.048336.6841
CIE-Lab79.0154-30.538252.0280

#aad15e color RGB value is (170,209,94).

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

The process color (four color CMYK) of #aad15e color hex is 0.19, 0.00, 0.55, 0.18. Web safe color of #aad15e is #99cc66. Color #aad15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 01011110
Octal 252 321 136
Decimal 170 209 94
Hex AA D1 5E

RGB Percentages of Color #aad15e

%35.94
%44.19
%19.87

CMYK Percentages of Color #aad15e

%19
%0
%55
%18

Triadic Colors of #aad15e

#aad15e #5eaad1 #d15eaa

Analogous Colors of #aad15e

#aad15e #71d15e #d1bf5e

Monochromatic Colors of #aad15e

#aad15e

Complementary Color

#aad15e #855ed1

#aad15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad15e Color CSS Codes

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

#aad15e Text Font Color

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

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


#aad15e Background Color

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

This div background color is #aad15e


#aad15e Border Color

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

This div border color is #aad15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad15e


Comments

No comments written yet.

Please login to write comment.