Color Hex Logo

#aae7aa Color Hex

#AAE7AA
(170,231,170)
0 Favorites   0 Comments

Color spaces of #aae7aa

RGB 170231170
HSL0.330.560.79
HSV120°26°91°
CMYK 0.260.000.26   0.09
XYZ52.409268.600248.5091
Yxy68.60020.30920.4047
Hunter Lab82.8252-31.995023.2527
CIE-Lab86.3057-30.964123.6380

#aae7aa color RGB value is (170,231,170).

#aae7aa hex color red value is 170, green value is 231 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aae7aa hue: 0.33 , saturation: 0.56 and the lightness value of aae7aa is 0.79.

The process color (four color CMYK) of #aae7aa color hex is 0.26, 0.00, 0.26, 0.09. Web safe color of #aae7aa is #99ff99. Color #aae7aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 10101010
Octal 252 347 252
Decimal 170 231 170
Hex AA E7 AA

RGB Percentages of Color #aae7aa

%29.77
%40.46
%29.77

CMYK Percentages of Color #aae7aa

%26
%0
%26
%9

Triadic Colors of #aae7aa

#aae7aa #aaaae7 #e7aaaa

Analogous Colors of #aae7aa

#aae7aa #aae7c9 #c9e7aa

Monochromatic Colors of #aae7aa

#aae7aa

Complementary Color

#aae7aa #e7aae7

#aae7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae7aa Color CSS Codes

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

#aae7aa Text Font Color

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

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


#aae7aa Background Color

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

This div background color is #aae7aa


#aae7aa Border Color

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

This div border color is #aae7aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae7aa


Comments

No comments written yet.

Please login to write comment.