Color Hex Logo

#aae57e Color Hex

#AAE57E
(170,229,126)
0 Favorites   0 Comments

Color spaces of #aae57e

RGB 170229126
HSL0.260.660.70
HSV94°45°90°
CMYK 0.260.000.45   0.10
XYZ48.362866.091029.9465
Yxy66.09100.33490.4577
Hunter Lab81.2964-36.079935.0673
CIE-Lab85.0428-36.356544.1473

#aae57e color RGB value is (170,229,126).

#aae57e hex color red value is 170, green value is 229 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aae57e hue: 0.26 , saturation: 0.66 and the lightness value of aae57e is 0.70.

The process color (four color CMYK) of #aae57e color hex is 0.26, 0.00, 0.45, 0.10. Web safe color of #aae57e is #99cc66. Color #aae57e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 01111110
Octal 252 345 176
Decimal 170 229 126
Hex AA E5 7E

RGB Percentages of Color #aae57e

%32.38
%43.62
%24.00

CMYK Percentages of Color #aae57e

%26
%0
%45
%10

Triadic Colors of #aae57e

#aae57e #7eaae5 #e57eaa

Analogous Colors of #aae57e

#aae57e #7ee586 #dee57e

Monochromatic Colors of #aae57e

#aae57e

Complementary Color

#aae57e #b97ee5

#aae57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae57e Color CSS Codes

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

#aae57e Text Font Color

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

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


#aae57e Background Color

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

This div background color is #aae57e


#aae57e Border Color

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

This div border color is #aae57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae57e


Comments

No comments written yet.

Please login to write comment.