Color Hex Logo

#aae99e Color Hex

#AAE99E
(170,233,158)
0 Favorites   0 Comments

Color spaces of #aae99e

RGB 170233158
HSL0.310.630.77
HSV110°32°91°
CMYK 0.270.000.32   0.09
XYZ51.888069.292542.9878
Yxy69.29250.31610.4221
Hunter Lab83.2421-34.407827.6510
CIE-Lab86.6487-33.806230.2597

#aae99e color RGB value is (170,233,158).

#aae99e hex color red value is 170, green value is 233 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aae99e hue: 0.31 , saturation: 0.63 and the lightness value of aae99e is 0.77.

The process color (four color CMYK) of #aae99e color hex is 0.27, 0.00, 0.32, 0.09. Web safe color of #aae99e is #99ff99. Color #aae99e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 10011110
Octal 252 351 236
Decimal 170 233 158
Hex AA E9 9E

RGB Percentages of Color #aae99e

%30.30
%41.53
%28.16

CMYK Percentages of Color #aae99e

%27
%0
%32
%9

Triadic Colors of #aae99e

#aae99e #9eaae9 #e99eaa

Analogous Colors of #aae99e

#aae99e #9ee9b8 #d0e99e

Monochromatic Colors of #aae99e

#aae99e

Complementary Color

#aae99e #dd9ee9

#aae99e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae99e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae99e Color CSS Codes

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

#aae99e Text Font Color

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

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


#aae99e Background Color

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

This div background color is #aae99e


#aae99e Border Color

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

This div border color is #aae99e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae99e


Comments

No comments written yet.

Please login to write comment.