Color Hex Logo

#aee52d Color Hex

#AEE52D
(174,229,45)
0 Favorites   0 Comments

Color spaces of #aee52d

RGB 17422945
HSL0.220.780.54
HSV78°80°90°
CMYK 0.240.000.80   0.10
XYZ45.948565.226812.6509
Yxy65.22680.37110.5268
Hunter Lab80.7631-39.781647.2469
CIE-Lab84.6005-41.205975.8564

#aee52d color RGB value is (174,229,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 00101101
Octal 256 345 55
Decimal 174 229 45
Hex AE E5 2D

RGB Percentages of Color #aee52d

%38.84
%51.12
%10.04

CMYK Percentages of Color #aee52d

%24
%0
%80
%10

Triadic Colors of #aee52d

#aee52d #2daee5 #e52dae

Analogous Colors of #aee52d

#aee52d #52e52d #e5c02d

Monochromatic Colors of #aee52d

#aee52d

Complementary Color

#aee52d #642de5

#aee52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee52d Color CSS Codes

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

#aee52d Text Font Color

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

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


#aee52d Background Color

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

This div background color is #aee52d


#aee52d Border Color

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

This div border color is #aee52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee52d


Comments

No comments written yet.

Please login to write comment.