Color Hex Logo

#aae09b Color Hex

#AAE09B
(170,224,155)
0 Favorites   0 Comments

Color spaces of #aae09b

RGB 170224155
HSL0.300.530.74
HSV107°31°88°
CMYK 0.240.000.31   0.12
XYZ49.149664.223940.8163
Yxy64.22390.31880.4165
Hunter Lab80.1398-30.771025.9007
CIE-Lab84.0822-30.062928.3480

#aae09b color RGB value is (170,224,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 10011011
Octal 252 340 233
Decimal 170 224 155
Hex AA E0 9B

RGB Percentages of Color #aae09b

%30.97
%40.80
%28.23

CMYK Percentages of Color #aae09b

%24
%0
%31
%12

Triadic Colors of #aae09b

#aae09b #9baae0 #e09baa

Analogous Colors of #aae09b

#aae09b #9be0af #cde09b

Monochromatic Colors of #aae09b

#aae09b

Complementary Color

#aae09b #d19be0

#aae09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae09b Color CSS Codes

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

#aae09b Text Font Color

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

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


#aae09b Background Color

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

This div background color is #aae09b


#aae09b Border Color

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

This div border color is #aae09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae09b


Comments

No comments written yet.

Please login to write comment.