Color Hex Logo

#aae008 Color Hex

#AAE008
(170,224,8)
0 Favorites   0 Comments

Color spaces of #aae008

RGB 1702248
HSL0.210.930.45
HSV75°96°88°
CMYK 0.240.000.96   0.12
XYZ43.277061.87499.8918
Yxy61.87490.37620.5378
Hunter Lab78.6606-39.450047.6065
CIE-Lab82.8468-41.404780.5169

#aae008 color RGB value is (170,224,8).

#aae008 hex color red value is 170, green value is 224 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #aae008 hue: 0.21 , saturation: 0.93 and the lightness value of aae008 is 0.45.

The process color (four color CMYK) of #aae008 color hex is 0.24, 0.00, 0.96, 0.12. Web safe color of #aae008 is #99cc00. Color #aae008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 00001000
Octal 252 340 10
Decimal 170 224 8
Hex AA E0 8

RGB Percentages of Color #aae008

%42.29
%55.72
%1.99

CMYK Percentages of Color #aae008

%24
%0
%96
%12

Triadic Colors of #aae008

#aae008 #08aae0 #e008aa

Analogous Colors of #aae008

#aae008 #3ee008 #e0aa08

Monochromatic Colors of #aae008

#aae008

Complementary Color

#aae008 #3e08e0

#aae008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae008 Color CSS Codes

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

#aae008 Text Font Color

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

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


#aae008 Background Color

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

This div background color is #aae008


#aae008 Border Color

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

This div border color is #aae008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae008


Comments

No comments written yet.

Please login to write comment.