Color Hex Logo

#aee029 Color Hex

#AEE029
(174,224,41)
0 Favorites   0 Comments

Color spaces of #aee029

RGB 17422441
HSL0.210.750.52
HSV76°82°88°
CMYK 0.220.000.82   0.12
XYZ44.511562.470111.8098
Yxy62.47010.37470.5259
Hunter Lab79.0380-37.791546.4676
CIE-Lab83.1628-39.143275.5903

#aee029 color RGB value is (174,224,41).

#aee029 hex color red value is 174, green value is 224 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #aee029 hue: 0.21 , saturation: 0.75 and the lightness value of aee029 is 0.52.

The process color (four color CMYK) of #aee029 color hex is 0.22, 0.00, 0.82, 0.12. Web safe color of #aee029 is #99cc33. Color #aee029 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 00101001
Octal 256 340 51
Decimal 174 224 41
Hex AE E0 29

RGB Percentages of Color #aee029

%39.64
%51.03
%9.34

CMYK Percentages of Color #aee029

%22
%0
%82
%12

Triadic Colors of #aee029

#aee029 #29aee0 #e029ae

Analogous Colors of #aee029

#aee029 #53e029 #e0b729

Monochromatic Colors of #aee029

#aee029

Complementary Color

#aee029 #5b29e0

#aee029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee029 Color CSS Codes

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

#aee029 Text Font Color

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

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


#aee029 Background Color

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

This div background color is #aee029


#aee029 Border Color

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

This div border color is #aee029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee029


Comments

No comments written yet.

Please login to write comment.