Color Hex Logo

#aae88b Color Hex

#AAE88B
(170,232,139)
0 Favorites   0 Comments

Color spaces of #aae88b

RGB 170232139
HSL0.280.670.73
HSV100°40°91°
CMYK 0.270.000.40   0.09
XYZ50.094468.123434.9350
Yxy68.12340.32710.4448
Hunter Lab82.5369-36.102032.6804
CIE-Lab86.0681-36.067639.0606

#aae88b color RGB value is (170,232,139).

#aae88b hex color red value is 170, green value is 232 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aae88b hue: 0.28 , saturation: 0.67 and the lightness value of aae88b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 10001011
Octal 252 350 213
Decimal 170 232 139
Hex AA E8 8B

RGB Percentages of Color #aae88b

%31.42
%42.88
%25.69

CMYK Percentages of Color #aae88b

%27
%0
%40
%9

Triadic Colors of #aae88b

#aae88b #8baae8 #e88baa

Analogous Colors of #aae88b

#aae88b #8be89b #d9e88b

Monochromatic Colors of #aae88b

#aae88b

Complementary Color

#aae88b #c98be8

#aae88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae88b Color CSS Codes

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

#aae88b Text Font Color

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

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


#aae88b Background Color

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

This div background color is #aae88b


#aae88b Border Color

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

This div border color is #aae88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae88b


Comments

No comments written yet.

Please login to write comment.