Color Hex Logo

#aee52e Color Hex

#AEE52E
(174,229,46)
0 Favorites   0 Comments

Color spaces of #aee52e

RGB 17422946
HSL0.220.780.54
HSV78°80°90°
CMYK 0.240.000.80   0.10
XYZ45.968065.234612.7535
Yxy65.23460.37080.5263
Hunter Lab80.7679-39.753047.1755
CIE-Lab84.6045-41.167675.6002

#aee52e color RGB value is (174,229,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 00101110
Octal 256 345 56
Decimal 174 229 46
Hex AE E5 2E

RGB Percentages of Color #aee52e

%38.75
%51.00
%10.24

CMYK Percentages of Color #aee52e

%24
%0
%80
%10

Triadic Colors of #aee52e

#aee52e #2eaee5 #e52eae

Analogous Colors of #aee52e

#aee52e #53e52e #e5c12e

Monochromatic Colors of #aee52e

#aee52e

Complementary Color

#aee52e #652ee5

#aee52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee52e Color CSS Codes

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

#aee52e Text Font Color

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

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


#aee52e Background Color

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

This div background color is #aee52e


#aee52e Border Color

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

This div border color is #aee52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee52e


Comments

No comments written yet.

Please login to write comment.