Color Hex Logo

#aae53e Color Hex

#AAE53E
(170,229,62)
0 Favorites   0 Comments

Color spaces of #aae53e

RGB 17022962
HSL0.230.760.57
HSV81°73°90°
CMYK 0.260.000.73   0.10
XYZ45.466464.932514.6943
Yxy64.93250.36350.5191
Hunter Lab80.5807-40.300445.5947
CIE-Lab84.4489-41.930070.6007

#aae53e color RGB value is (170,229,62).

#aae53e hex color red value is 170, green value is 229 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aae53e hue: 0.23 , saturation: 0.76 and the lightness value of aae53e is 0.57.

The process color (four color CMYK) of #aae53e color hex is 0.26, 0.00, 0.73, 0.10. Web safe color of #aae53e is #99cc33. Color #aae53e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 00111110
Octal 252 345 76
Decimal 170 229 62
Hex AA E5 3E

RGB Percentages of Color #aae53e

%36.88
%49.67
%13.45

CMYK Percentages of Color #aae53e

%26
%0
%73
%10

Triadic Colors of #aae53e

#aae53e #3eaae5 #e53eaa

Analogous Colors of #aae53e

#aae53e #56e53e #e5cd3e

Monochromatic Colors of #aae53e

#aae53e

Complementary Color

#aae53e #793ee5

#aae53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae53e Color CSS Codes

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

#aae53e Text Font Color

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

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


#aae53e Background Color

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

This div background color is #aae53e


#aae53e Border Color

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

This div border color is #aae53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae53e


Comments

No comments written yet.

Please login to write comment.