Color Hex Logo

#aee060 Color Hex

#AEE060
(174,224,96)
0 Favorites   0 Comments

Color spaces of #aee060

RGB 17422496
HSL0.230.670.63
HSV83°57°88°
CMYK 0.220.000.57   0.12
XYZ46.222563.154520.8202
Yxy63.15450.35500.4851
Hunter Lab79.4698-35.250140.0955
CIE-Lab83.5236-35.785756.3697

#aee060 color RGB value is (174,224,96).

#aee060 hex color red value is 174, green value is 224 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aee060 hue: 0.23 , saturation: 0.67 and the lightness value of aee060 is 0.63.

The process color (four color CMYK) of #aee060 color hex is 0.22, 0.00, 0.57, 0.12. Web safe color of #aee060 is #99cc66. Color #aee060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 01100000
Octal 256 340 140
Decimal 174 224 96
Hex AE E0 60

RGB Percentages of Color #aee060

%35.22
%45.34
%19.43

CMYK Percentages of Color #aee060

%22
%0
%57
%12

Triadic Colors of #aee060

#aee060 #60aee0 #e060ae

Analogous Colors of #aee060

#aee060 #6ee060 #e0d260

Monochromatic Colors of #aee060

#aee060

Complementary Color

#aee060 #9260e0

#aee060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee060 Color CSS Codes

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

#aee060 Text Font Color

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

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


#aee060 Background Color

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

This div background color is #aee060


#aee060 Border Color

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

This div border color is #aee060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee060


Comments

No comments written yet.

Please login to write comment.