Color Hex Logo

#aee042 Color Hex

#AEE042
(174,224,66)
0 Favorites   0 Comments

Color spaces of #aee042

RGB 17422466
HSL0.220.720.57
HSV79°71°88°
CMYK 0.220.000.71   0.12
XYZ45.094662.703314.8805
Yxy62.70330.36760.5111
Hunter Lab79.1854-36.922144.2880
CIE-Lab83.2860-37.986268.1642

#aee042 color RGB value is (174,224,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 01000010
Octal 256 340 102
Decimal 174 224 66
Hex AE E0 42

RGB Percentages of Color #aee042

%37.50
%48.28
%14.22

CMYK Percentages of Color #aee042

%22
%0
%71
%12

Triadic Colors of #aee042

#aee042 #42aee0 #e042ae

Analogous Colors of #aee042

#aee042 #5fe042 #e0c342

Monochromatic Colors of #aee042

#aee042

Complementary Color

#aee042 #7442e0

#aee042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee042 Color CSS Codes

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

#aee042 Text Font Color

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

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


#aee042 Background Color

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

This div background color is #aee042


#aee042 Border Color

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

This div border color is #aee042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee042


Comments

No comments written yet.

Please login to write comment.