Color Hex Logo

#aee00a Color Hex

#AEE00A
(174,224,10)
0 Favorites   0 Comments

Color spaces of #aee00a

RGB 17422410
HSL0.210.910.46
HSV74°96°88°
CMYK 0.220.000.96   0.12
XYZ44.166062.33199.9906
Yxy62.33190.37910.5351
Hunter Lab78.9506-38.308247.7627
CIE-Lab83.0896-39.835080.6371

#aee00a color RGB value is (174,224,10).

#aee00a hex color red value is 174, green value is 224 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aee00a hue: 0.21 , saturation: 0.91 and the lightness value of aee00a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 00001010
Octal 256 340 12
Decimal 174 224 10
Hex AE E0 A

RGB Percentages of Color #aee00a

%42.65
%54.90
%2.45

CMYK Percentages of Color #aee00a

%22
%0
%96
%12

Triadic Colors of #aee00a

#aee00a #0aaee0 #e00aae

Analogous Colors of #aee00a

#aee00a #43e00a #e0a70a

Monochromatic Colors of #aee00a

#aee00a

Complementary Color

#aee00a #3c0ae0

#aee00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee00a Color CSS Codes

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

#aee00a Text Font Color

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

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


#aee00a Background Color

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

This div background color is #aee00a


#aee00a Border Color

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

This div border color is #aee00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee00a


Comments

No comments written yet.

Please login to write comment.