Color Hex Logo

#aee52a Color Hex

#AEE52A
(174,229,42)
0 Favorites   0 Comments

Color spaces of #aee52a

RGB 17422942
HSL0.220.780.53
HSV78°82°90°
CMYK 0.240.000.82   0.10
XYZ45.892865.204512.3574
Yxy65.20450.37170.5282
Hunter Lab80.7493-39.863247.4511
CIE-Lab84.5890-41.315176.5973

#aee52a color RGB value is (174,229,42).

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

The process color (four color CMYK) of #aee52a color hex is 0.24, 0.00, 0.82, 0.10. Web safe color of #aee52a is #99cc33. Color #aee52a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 00101010
Octal 256 345 52
Decimal 174 229 42
Hex AE E5 2A

RGB Percentages of Color #aee52a

%39.10
%51.46
%9.44

CMYK Percentages of Color #aee52a

%24
%0
%82
%10

Triadic Colors of #aee52a

#aee52a #2aaee5 #e52aae

Analogous Colors of #aee52a

#aee52a #51e52a #e5bf2a

Monochromatic Colors of #aee52a

#aee52a

Complementary Color

#aee52a #612ae5

#aee52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee52a Color CSS Codes

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

#aee52a Text Font Color

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

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


#aee52a Background Color

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

This div background color is #aee52a


#aee52a Border Color

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

This div border color is #aee52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee52a


Comments

No comments written yet.

Please login to write comment.