Color Hex Logo

#aae86b Color Hex

#AAE86B
(170,232,107)
0 Favorites   0 Comments

Color spaces of #aae86b

RGB 170232107
HSL0.250.730.66
HSV90°54°91°
CMYK 0.270.000.54   0.09
XYZ48.088067.320824.3696
Yxy67.32080.34400.4816
Hunter Lab82.0493-38.969739.8246
CIE-Lab85.6657-39.798853.8556

#aae86b color RGB value is (170,232,107).

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

The process color (four color CMYK) of #aae86b color hex is 0.27, 0.00, 0.54, 0.09. Web safe color of #aae86b is #99ff66. Color #aae86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 01101011
Octal 252 350 153
Decimal 170 232 107
Hex AA E8 6B

RGB Percentages of Color #aae86b

%33.40
%45.58
%21.02

CMYK Percentages of Color #aae86b

%27
%0
%54
%9

Triadic Colors of #aae86b

#aae86b #6baae8 #e86baa

Analogous Colors of #aae86b

#aae86b #6ce86b #e8e86b

Monochromatic Colors of #aae86b

#aae86b

Complementary Color

#aae86b #a96be8

#aae86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae86b Color CSS Codes

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

#aae86b Text Font Color

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

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


#aae86b Background Color

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

This div background color is #aae86b


#aae86b Border Color

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

This div border color is #aae86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae86b


Comments

No comments written yet.

Please login to write comment.