Color Hex Logo

#aee72a Color Hex

#AEE72A
(174,231,42)
0 Favorites   0 Comments

Color spaces of #aee72a

RGB 17423142
HSL0.220.800.54
HSV78°82°91°
CMYK 0.250.000.82   0.09
XYZ46.449466.317712.5429
Yxy66.31770.37070.5292
Hunter Lab81.4357-40.699447.8730
CIE-Lab85.1582-42.189177.0966

#aee72a color RGB value is (174,231,42).

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

The process color (four color CMYK) of #aee72a color hex is 0.25, 0.00, 0.82, 0.09. Web safe color of #aee72a is #99ff33. Color #aee72a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 00101010
Octal 256 347 52
Decimal 174 231 42
Hex AE E7 2A

RGB Percentages of Color #aee72a

%38.93
%51.68
%9.40

CMYK Percentages of Color #aee72a

%25
%0
%82
%9

Triadic Colors of #aee72a

#aee72a #2aaee7 #e72aae

Analogous Colors of #aee72a

#aee72a #50e72a #e7c22a

Monochromatic Colors of #aee72a

#aee72a

Complementary Color

#aee72a #632ae7

#aee72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee72a Color CSS Codes

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

#aee72a Text Font Color

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

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


#aee72a Background Color

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

This div background color is #aee72a


#aee72a Border Color

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

This div border color is #aee72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee72a


Comments

No comments written yet.

Please login to write comment.