Color Hex Logo

#aee529 Color Hex

#AEE529
(174,229,41)
0 Favorites   0 Comments

Color spaces of #aee529

RGB 17422941
HSL0.220.780.53
HSV78°82°90°
CMYK 0.240.000.82   0.10
XYZ45.875165.197412.2643
Yxy65.19740.37190.5286
Hunter Lab80.7449-39.889147.5159
CIE-Lab84.5854-41.349876.8348

#aee529 color RGB value is (174,229,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 00101001
Octal 256 345 51
Decimal 174 229 41
Hex AE E5 29

RGB Percentages of Color #aee529

%39.19
%51.58
%9.23

CMYK Percentages of Color #aee529

%24
%0
%82
%10

Triadic Colors of #aee529

#aee529 #29aee5 #e529ae

Analogous Colors of #aee529

#aee529 #50e529 #e5be29

Monochromatic Colors of #aee529

#aee529

Complementary Color

#aee529 #6029e5

#aee529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee529 Color CSS Codes

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

#aee529 Text Font Color

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

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


#aee529 Background Color

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

This div background color is #aee529


#aee529 Border Color

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

This div border color is #aee529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee529


Comments

No comments written yet.

Please login to write comment.