Color Hex Logo

#aae05a Color Hex

#AAE05A
(170,224,90)
0 Favorites   0 Comments

Color spaces of #aae05a

RGB 17022490
HSL0.230.680.62
HSV84°60°88°
CMYK 0.240.000.60   0.12
XYZ45.078762.595519.3791
Yxy62.59550.35480.4927
Hunter Lab79.1173-36.751340.8596
CIE-Lab83.2291-37.786758.5841

#aae05a color RGB value is (170,224,90).

#aae05a hex color red value is 170, green value is 224 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aae05a hue: 0.23 , saturation: 0.68 and the lightness value of aae05a is 0.62.

The process color (four color CMYK) of #aae05a color hex is 0.24, 0.00, 0.60, 0.12. Web safe color of #aae05a is #99cc66. Color #aae05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01011010
Octal 252 340 132
Decimal 170 224 90
Hex AA E0 5A

RGB Percentages of Color #aae05a

%35.12
%46.28
%18.60

CMYK Percentages of Color #aae05a

%24
%0
%60
%12

Triadic Colors of #aae05a

#aae05a #5aaae0 #e05aaa

Analogous Colors of #aae05a

#aae05a #67e05a #e0d35a

Monochromatic Colors of #aae05a

#aae05a

Complementary Color

#aae05a #905ae0

#aae05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae05a Color CSS Codes

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

#aae05a Text Font Color

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

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


#aae05a Background Color

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

This div background color is #aae05a


#aae05a Border Color

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

This div border color is #aae05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae05a


Comments

No comments written yet.

Please login to write comment.