Color Hex Logo

#aef41e Color Hex

#AEF41E
(174,244,30)
0 Favorites   0 Comments

Color spaces of #aef41e

RGB 17424430
HSL0.220.910.54
HSV80°88°96°
CMYK 0.290.000.88   0.04
XYZ50.040673.793812.8345
Yxy73.79380.36610.5399
Hunter Lab85.9033-46.350651.2740
CIE-Lab88.8249-48.095182.6702

#aef41e color RGB value is (174,244,30).

#aef41e hex color red value is 174, green value is 244 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aef41e hue: 0.22 , saturation: 0.91 and the lightness value of aef41e is 0.54.

The process color (four color CMYK) of #aef41e color hex is 0.29, 0.00, 0.88, 0.04. Web safe color of #aef41e is #99ff33. Color #aef41e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 00011110
Octal 256 364 36
Decimal 174 244 30
Hex AE F4 1E

RGB Percentages of Color #aef41e

%38.84
%54.46
%6.70

CMYK Percentages of Color #aef41e

%29
%0
%88
%4

Triadic Colors of #aef41e

#aef41e #1eaef4 #f41eae

Analogous Colors of #aef41e

#aef41e #43f41e #f4cf1e

Monochromatic Colors of #aef41e

#aef41e

Complementary Color

#aef41e #641ef4

#aef41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef41e Color CSS Codes

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

#aef41e Text Font Color

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

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


#aef41e Background Color

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

This div background color is #aef41e


#aef41e Border Color

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

This div border color is #aef41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef41e


Comments

No comments written yet.

Please login to write comment.