Color Hex Logo

#aae072 Color Hex

#AAE072
(170,224,114)
0 Favorites   0 Comments

Color spaces of #aae072

RGB 170224114
HSL0.250.640.66
HSV89°49°88°
CMYK 0.240.000.49   0.12
XYZ46.270563.072325.6550
Yxy63.07230.34280.4672
Hunter Lab79.4181-34.984136.4398
CIE-Lab83.4804-35.463547.9894

#aae072 color RGB value is (170,224,114).

#aae072 hex color red value is 170, green value is 224 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aae072 hue: 0.25 , saturation: 0.64 and the lightness value of aae072 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01110010
Octal 252 340 162
Decimal 170 224 114
Hex AA E0 72

RGB Percentages of Color #aae072

%33.46
%44.09
%22.44

CMYK Percentages of Color #aae072

%24
%0
%49
%12

Triadic Colors of #aae072

#aae072 #72aae0 #e072aa

Analogous Colors of #aae072

#aae072 #73e072 #e0df72

Monochromatic Colors of #aae072

#aae072

Complementary Color

#aae072 #a872e0

#aae072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae072 Color CSS Codes

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

#aae072 Text Font Color

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

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


#aae072 Background Color

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

This div background color is #aae072


#aae072 Border Color

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

This div border color is #aae072


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae072


Comments

No comments written yet.

Please login to write comment.