Color Hex Logo

#aee04c Color Hex

#AEE04C
(174,224,76)
0 Favorites   0 Comments

Color spaces of #aee04c

RGB 17422476
HSL0.220.700.59
HSV80°66°88°
CMYK 0.220.000.66   0.12
XYZ45.415762.831816.5716
Yxy62.83180.36390.5034
Hunter Lab79.2665-36.444943.0913
CIE-Lab83.3538-37.355064.5176

#aee04c color RGB value is (174,224,76).

#aee04c hex color red value is 174, green value is 224 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aee04c hue: 0.22 , saturation: 0.70 and the lightness value of aee04c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 01001100
Octal 256 340 114
Decimal 174 224 76
Hex AE E0 4C

RGB Percentages of Color #aee04c

%36.71
%47.26
%16.03

CMYK Percentages of Color #aee04c

%22
%0
%66
%12

Triadic Colors of #aee04c

#aee04c #4caee0 #e04cae

Analogous Colors of #aee04c

#aee04c #64e04c #e0c84c

Monochromatic Colors of #aee04c

#aee04c

Complementary Color

#aee04c #7e4ce0

#aee04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee04c Color CSS Codes

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

#aee04c Text Font Color

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

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


#aee04c Background Color

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

This div background color is #aee04c


#aee04c Border Color

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

This div border color is #aee04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee04c


Comments

No comments written yet.

Please login to write comment.