Color Hex Logo

#aee41f Color Hex

#AEE41F
(174,228,31)
0 Favorites   0 Comments

Color spaces of #aee41f

RGB 17422831
HSL0.210.780.51
HSV76°86°89°
CMYK 0.240.000.86   0.11
XYZ45.446364.584411.3671
Yxy64.58440.37440.5320
Hunter Lab80.3644-39.695547.8689
CIE-Lab84.2691-41.212578.7048

#aee41f color RGB value is (174,228,31).

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

The process color (four color CMYK) of #aee41f color hex is 0.24, 0.00, 0.86, 0.11. Web safe color of #aee41f is #99cc33. Color #aee41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100100 00011111
Octal 256 344 37
Decimal 174 228 31
Hex AE E4 1F

RGB Percentages of Color #aee41f

%40.18
%52.66
%7.16

CMYK Percentages of Color #aee41f

%24
%0
%86
%11

Triadic Colors of #aee41f

#aee41f #1faee4 #e41fae

Analogous Colors of #aee41f

#aee41f #4ce41f #e4b81f

Monochromatic Colors of #aee41f

#aee41f

Complementary Color

#aee41f #551fe4

#aee41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee41f Color CSS Codes

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

#aee41f Text Font Color

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

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


#aee41f Background Color

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

This div background color is #aee41f


#aee41f Border Color

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

This div border color is #aee41f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,228,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 #aee41f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee41f


Comments

No comments written yet.

Please login to write comment.