Color Hex Logo

#aae86a Color Hex

#AAE86A
(170,232,106)
0 Favorites   0 Comments

Color spaces of #aae86a

RGB 170232106
HSL0.250.730.66
HSV90°54°91°
CMYK 0.270.000.54   0.09
XYZ48.035767.299924.0941
Yxy67.29990.34450.4827
Hunter Lab82.0365-39.044940.0121
CIE-Lab85.6552-39.897954.2968

#aae86a color RGB value is (170,232,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 01101010
Octal 252 350 152
Decimal 170 232 106
Hex AA E8 6A

RGB Percentages of Color #aae86a

%33.46
%45.67
%20.87

CMYK Percentages of Color #aae86a

%27
%0
%54
%9

Triadic Colors of #aae86a

#aae86a #6aaae8 #e86aaa

Analogous Colors of #aae86a

#aae86a #6be86a #e8e76a

Monochromatic Colors of #aae86a

#aae86a

Complementary Color

#aae86a #a86ae8

#aae86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae86a Color CSS Codes

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

#aae86a Text Font Color

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

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


#aae86a Background Color

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

This div background color is #aae86a


#aae86a Border Color

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

This div border color is #aae86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae86a


Comments

No comments written yet.

Please login to write comment.