Color Hex Logo

#aae84e Color Hex

#AAE84E
(170,232,78)
0 Favorites   0 Comments

Color spaces of #aae84e

RGB 17023278
HSL0.230.770.61
HSV84°66°91°
CMYK 0.270.000.66   0.09
XYZ46.809366.809317.6361
Yxy66.80930.35660.5090
Hunter Lab81.7370-40.815944.4231
CIE-Lab85.4076-42.249365.8194

#aae84e color RGB value is (170,232,78).

#aae84e hex color red value is 170, green value is 232 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aae84e hue: 0.23 , saturation: 0.77 and the lightness value of aae84e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 01001110
Octal 252 350 116
Decimal 170 232 78
Hex AA E8 4E

RGB Percentages of Color #aae84e

%35.42
%48.33
%16.25

CMYK Percentages of Color #aae84e

%27
%0
%66
%9

Triadic Colors of #aae84e

#aae84e #4eaae8 #e84eaa

Analogous Colors of #aae84e

#aae84e #5de84e #e8d94e

Monochromatic Colors of #aae84e

#aae84e

Complementary Color

#aae84e #8c4ee8

#aae84e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae84e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae84e Color CSS Codes

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

#aae84e Text Font Color

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

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


#aae84e Background Color

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

This div background color is #aae84e


#aae84e Border Color

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

This div border color is #aae84e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae84e


Comments

No comments written yet.

Please login to write comment.