Color Hex Logo

#aef44a Color Hex

#AEF44A
(174,244,74)
0 Favorites   0 Comments

Color spaces of #aef44a

RGB 17424474
HSL0.240.890.62
HSV85°70°96°
CMYK 0.290.000.70   0.04
XYZ51.042374.194518.1093
Yxy74.19450.35610.5176
Hunter Lab86.1362-44.963547.8302
CIE-Lab89.0143-46.235371.0716

#aef44a color RGB value is (174,244,74).

#aef44a hex color red value is 174, green value is 244 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aef44a hue: 0.24 , saturation: 0.89 and the lightness value of aef44a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 01001010
Octal 256 364 112
Decimal 174 244 74
Hex AE F4 4A

RGB Percentages of Color #aef44a

%35.37
%49.59
%15.04

CMYK Percentages of Color #aef44a

%29
%0
%70
%4

Triadic Colors of #aef44a

#aef44a #4aaef4 #f44aae

Analogous Colors of #aef44a

#aef44a #59f44a #f4e54a

Monochromatic Colors of #aef44a

#aef44a

Complementary Color

#aef44a #904af4

#aef44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef44a Color CSS Codes

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

#aef44a Text Font Color

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

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


#aef44a Background Color

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

This div background color is #aef44a


#aef44a Border Color

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

This div border color is #aef44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef44a


Comments

No comments written yet.

Please login to write comment.