Color Hex Logo

#aee242 Color Hex

#AEE242
(174,226,66)
0 Favorites   0 Comments

Color spaces of #aee242

RGB 17422666
HSL0.220.730.57
HSV80°71°89°
CMYK 0.230.000.71   0.11
XYZ45.635363.784715.0607
Yxy63.78470.36660.5124
Hunter Lab79.8653-37.768944.7250
CIE-Lab83.8535-38.880068.7285

#aee242 color RGB value is (174,226,66).

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

The process color (four color CMYK) of #aee242 color hex is 0.23, 0.00, 0.71, 0.11. Web safe color of #aee242 is #99cc33. Color #aee242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 01000010
Octal 256 342 102
Decimal 174 226 66
Hex AE E2 42

RGB Percentages of Color #aee242

%37.34
%48.50
%14.16

CMYK Percentages of Color #aee242

%23
%0
%71
%11

Triadic Colors of #aee242

#aee242 #42aee2 #e242ae

Analogous Colors of #aee242

#aee242 #5ee242 #e2c642

Monochromatic Colors of #aee242

#aee242

Complementary Color

#aee242 #7642e2

#aee242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee242 Color CSS Codes

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

#aee242 Text Font Color

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

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


#aee242 Background Color

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

This div background color is #aee242


#aee242 Border Color

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

This div border color is #aee242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee242


Comments

No comments written yet.

Please login to write comment.