Color Hex Logo

#aef42c Color Hex

#AEF42C
(174,244,44)
0 Favorites   0 Comments

Color spaces of #aef42c

RGB 17424444
HSL0.230.900.56
HSV81°82°96°
CMYK 0.290.000.82   0.04
XYZ50.260973.881913.9945
Yxy73.88190.36380.5348
Hunter Lab85.9546-46.044850.5150
CIE-Lab88.8666-47.683279.8725

#aef42c color RGB value is (174,244,44).

#aef42c hex color red value is 174, green value is 244 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aef42c hue: 0.23 , saturation: 0.90 and the lightness value of aef42c is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 00101100
Octal 256 364 54
Decimal 174 244 44
Hex AE F4 2C

RGB Percentages of Color #aef42c

%37.66
%52.81
%9.52

CMYK Percentages of Color #aef42c

%29
%0
%82
%4

Triadic Colors of #aef42c

#aef42c #2caef4 #f42cae

Analogous Colors of #aef42c

#aef42c #4af42c #f4d62c

Monochromatic Colors of #aef42c

#aef42c

Complementary Color

#aef42c #722cf4

#aef42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef42c Color CSS Codes

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

#aef42c Text Font Color

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

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


#aef42c Background Color

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

This div background color is #aef42c


#aef42c Border Color

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

This div border color is #aef42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef42c


Comments

No comments written yet.

Please login to write comment.