Color Hex Logo

#aae81a Color Hex

#AAE81A
(170,232,26)
0 Favorites   0 Comments

Color spaces of #aae81a

RGB 17023226
HSL0.220.820.51
HSV78°89°91°
CMYK 0.270.000.89   0.09
XYZ45.620666.333911.3765
Yxy66.33390.36990.5379
Hunter Lab81.4456-42.545648.7302
CIE-Lab85.1664-44.581180.2259

#aae81a color RGB value is (170,232,26).

#aae81a hex color red value is 170, green value is 232 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #aae81a hue: 0.22 , saturation: 0.82 and the lightness value of aae81a is 0.51.

The process color (four color CMYK) of #aae81a color hex is 0.27, 0.00, 0.89, 0.09. Web safe color of #aae81a is #99ff33. Color #aae81a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 00011010
Octal 252 350 32
Decimal 170 232 26
Hex AA E8 1A

RGB Percentages of Color #aae81a

%39.72
%54.21
%6.07

CMYK Percentages of Color #aae81a

%27
%0
%89
%9

Triadic Colors of #aae81a

#aae81a #1aaae8 #e81aaa

Analogous Colors of #aae81a

#aae81a #43e81a #e8bf1a

Monochromatic Colors of #aae81a

#aae81a

Complementary Color

#aae81a #581ae8

#aae81a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae81a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae81a Color CSS Codes

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

#aae81a Text Font Color

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

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


#aae81a Background Color

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

This div background color is #aae81a


#aae81a Border Color

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

This div border color is #aae81a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae81a


Comments

No comments written yet.

Please login to write comment.