Color Hex Logo

#aae39b Color Hex

#AAE39B
(170,227,155)
0 Favorites   0 Comments

Color spaces of #aae39b

RGB 170227155
HSL0.300.560.75
HSV108°32°89°
CMYK 0.250.000.32   0.11
XYZ49.963065.850841.0875
Yxy65.85080.31840.4197
Hunter Lab81.1485-32.107726.7840
CIE-Lab84.9203-31.473429.4743

#aae39b color RGB value is (170,227,155).

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

The process color (four color CMYK) of #aae39b color hex is 0.25, 0.00, 0.32, 0.11. Web safe color of #aae39b is #99cc99. Color #aae39b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 10011011
Octal 252 343 233
Decimal 170 227 155
Hex AA E3 9B

RGB Percentages of Color #aae39b

%30.80
%41.12
%28.08

CMYK Percentages of Color #aae39b

%25
%0
%32
%11

Triadic Colors of #aae39b

#aae39b #9baae3 #e39baa

Analogous Colors of #aae39b

#aae39b #9be3b0 #cee39b

Monochromatic Colors of #aae39b

#aae39b

Complementary Color

#aae39b #d49be3

#aae39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae39b Color CSS Codes

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

#aae39b Text Font Color

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

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


#aae39b Background Color

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

This div background color is #aae39b


#aae39b Border Color

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

This div border color is #aae39b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,227,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 #aae39b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae39b


Comments

No comments written yet.

Please login to write comment.