Color Hex Logo

#aae064 Color Hex

#AAE064
(170,224,100)
0 Favorites   0 Comments

Color spaces of #aae064

RGB 170224100
HSL0.240.670.64
HSV86°55°88°
CMYK 0.240.000.55   0.12
XYZ45.533562.777521.7740
Yxy62.77750.35000.4826
Hunter Lab79.2323-36.075439.1690
CIE-Lab83.3252-36.893954.2942

#aae064 color RGB value is (170,224,100).

#aae064 hex color red value is 170, green value is 224 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #aae064 hue: 0.24 , saturation: 0.67 and the lightness value of aae064 is 0.64.

The process color (four color CMYK) of #aae064 color hex is 0.24, 0.00, 0.55, 0.12. Web safe color of #aae064 is #99cc66. Color #aae064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01100100
Octal 252 340 144
Decimal 170 224 100
Hex AA E0 64

RGB Percentages of Color #aae064

%34.41
%45.34
%20.24

CMYK Percentages of Color #aae064

%24
%0
%55
%12

Triadic Colors of #aae064

#aae064 #64aae0 #e064aa

Analogous Colors of #aae064

#aae064 #6ce064 #e0d864

Monochromatic Colors of #aae064

#aae064

Complementary Color

#aae064 #9a64e0

#aae064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae064 Color CSS Codes

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

#aae064 Text Font Color

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

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


#aae064 Background Color

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

This div background color is #aae064


#aae064 Border Color

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

This div border color is #aae064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae064


Comments

No comments written yet.

Please login to write comment.