Color Hex Logo

#aee01f Color Hex

#AEE01F
(174,224,31)
0 Favorites   0 Comments

Color spaces of #aee01f

RGB 17422431
HSL0.210.760.50
HSV76°86°88°
CMYK 0.220.000.86   0.12
XYZ44.358562.408911.0045
Yxy62.40890.37660.5299
Hunter Lab78.9993-38.020147.0405
CIE-Lab83.1304-39.449077.7536

#aee01f color RGB value is (174,224,31).

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

The process color (four color CMYK) of #aee01f color hex is 0.22, 0.00, 0.86, 0.12. Web safe color of #aee01f is #99cc33. Color #aee01f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 00011111
Octal 256 340 37
Decimal 174 224 31
Hex AE E0 1F

RGB Percentages of Color #aee01f

%40.56
%52.21
%7.23

CMYK Percentages of Color #aee01f

%22
%0
%86
%12

Triadic Colors of #aee01f

#aee01f #1faee0 #e01fae

Analogous Colors of #aee01f

#aee01f #4ee01f #e0b21f

Monochromatic Colors of #aee01f

#aee01f

Complementary Color

#aee01f #511fe0

#aee01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee01f Color CSS Codes

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

#aee01f Text Font Color

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

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


#aee01f Background Color

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

This div background color is #aee01f


#aee01f Border Color

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

This div border color is #aee01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee01f


Comments

No comments written yet.

Please login to write comment.