Color Hex Logo

#aae080 Color Hex

#AAE080
(170,224,128)
0 Favorites   0 Comments

Color spaces of #aae080

RGB 170224128
HSL0.260.610.69
HSV94°43°88°
CMYK 0.240.000.43   0.12
XYZ47.129563.415930.1786
Yxy63.41590.33490.4506
Hunter Lab79.6341-33.718833.2750
CIE-Lab83.6607-33.821641.4292

#aae080 color RGB value is (170,224,128).

#aae080 hex color red value is 170, green value is 224 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aae080 hue: 0.26 , saturation: 0.61 and the lightness value of aae080 is 0.69.

The process color (four color CMYK) of #aae080 color hex is 0.24, 0.00, 0.43, 0.12. Web safe color of #aae080 is #99cc99. Color #aae080 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 10000000
Octal 252 340 200
Decimal 170 224 128
Hex AA E0 80

RGB Percentages of Color #aae080

%32.57
%42.91
%24.52

CMYK Percentages of Color #aae080

%24
%0
%43
%12

Triadic Colors of #aae080

#aae080 #80aae0 #e080aa

Analogous Colors of #aae080

#aae080 #80e086 #dae080

Monochromatic Colors of #aae080

#aae080

Complementary Color

#aae080 #b680e0

#aae080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae080 Color CSS Codes

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

#aae080 Text Font Color

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

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


#aae080 Background Color

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

This div background color is #aae080


#aae080 Border Color

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

This div border color is #aae080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae080


Comments

No comments written yet.

Please login to write comment.