Color Hex Logo

#aef52a Color Hex

#AEF52A
(174,245,42)
0 Favorites   0 Comments

Color spaces of #aef52a

RGB 17424542
HSL0.220.910.56
HSV81°83°96°
CMYK 0.290.000.83   0.04
XYZ50.525974.470713.9018
Yxy74.47070.36380.5362
Hunter Lab86.2964-46.508350.8562
CIE-Lab89.1445-48.171580.5749

#aef52a color RGB value is (174,245,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 00101010
Octal 256 365 52
Decimal 174 245 42
Hex AE F5 2A

RGB Percentages of Color #aef52a

%37.74
%53.15
%9.11

CMYK Percentages of Color #aef52a

%29
%0
%83
%4

Triadic Colors of #aef52a

#aef52a #2aaef5 #f52aae

Analogous Colors of #aef52a

#aef52a #49f52a #f5d72a

Monochromatic Colors of #aef52a

#aef52a

Complementary Color

#aef52a #712af5

#aef52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef52a Color CSS Codes

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

#aef52a Text Font Color

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

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


#aef52a Background Color

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

This div background color is #aef52a


#aef52a Border Color

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

This div border color is #aef52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef52a


Comments

No comments written yet.

Please login to write comment.