Color Hex Logo

#aae09a Color Hex

#AAE09A
(170,224,154)
0 Favorites   0 Comments

Color spaces of #aae09a

RGB 170224154
HSL0.300.530.74
HSV106°31°88°
CMYK 0.240.000.31   0.12
XYZ49.066064.190540.3758
Yxy64.19050.31940.4178
Hunter Lab80.1190-30.892326.2042
CIE-Lab84.0649-30.215828.8388

#aae09a color RGB value is (170,224,154).

#aae09a hex color red value is 170, green value is 224 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aae09a hue: 0.30 , saturation: 0.53 and the lightness value of aae09a is 0.74.

The process color (four color CMYK) of #aae09a color hex is 0.24, 0.00, 0.31, 0.12. Web safe color of #aae09a is #99cc99. Color #aae09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 10011010
Octal 252 340 232
Decimal 170 224 154
Hex AA E0 9A

RGB Percentages of Color #aae09a

%31.02
%40.88
%28.10

CMYK Percentages of Color #aae09a

%24
%0
%31
%12

Triadic Colors of #aae09a

#aae09a #9aaae0 #e09aaa

Analogous Colors of #aae09a

#aae09a #9ae0ad #cde09a

Monochromatic Colors of #aae09a

#aae09a

Complementary Color

#aae09a #d09ae0

#aae09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae09a Color CSS Codes

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

#aae09a Text Font Color

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

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


#aae09a Background Color

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

This div background color is #aae09a


#aae09a Border Color

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

This div border color is #aae09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae09a


Comments

No comments written yet.

Please login to write comment.