Color Hex Logo

#aae86e Color Hex

#AAE86E
(170,232,110)
0 Favorites   0 Comments

Color spaces of #aae86e

RGB 170232110
HSL0.250.730.67
HSV90°53°91°
CMYK 0.270.000.53   0.09
XYZ48.248667.385125.2155
Yxy67.38510.34260.4784
Hunter Lab82.0884-38.738939.2495
CIE-Lab85.6980-39.495252.5224

#aae86e color RGB value is (170,232,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 01101110
Octal 252 350 156
Decimal 170 232 110
Hex AA E8 6E

RGB Percentages of Color #aae86e

%33.20
%45.31
%21.48

CMYK Percentages of Color #aae86e

%27
%0
%53
%9

Triadic Colors of #aae86e

#aae86e #6eaae8 #e86eaa

Analogous Colors of #aae86e

#aae86e #6ee86f #e7e86e

Monochromatic Colors of #aae86e

#aae86e

Complementary Color

#aae86e #ac6ee8

#aae86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae86e Color CSS Codes

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

#aae86e Text Font Color

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

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


#aae86e Background Color

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

This div background color is #aae86e


#aae86e Border Color

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

This div border color is #aae86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae86e


Comments

No comments written yet.

Please login to write comment.