Color Hex Logo

#aaeaaa Color Hex

#AAEAAA
(170,234,170)
0 Favorites   0 Comments

Color spaces of #aaeaaa

RGB 170234170
HSL0.330.600.79
HSV120°27°92°
CMYK 0.270.000.27   0.08
XYZ53.256170.294048.7914
Yxy70.29400.30900.4079
Hunter Lab83.8415-33.339524.1854
CIE-Lab87.1409-32.367324.7822

#aaeaaa color RGB value is (170,234,170).

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

The process color (four color CMYK) of #aaeaaa color hex is 0.27, 0.00, 0.27, 0.08. Web safe color of #aaeaaa is #99ff99. Color #aaeaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 10101010
Octal 252 352 252
Decimal 170 234 170
Hex AA EA AA

RGB Percentages of Color #aaeaaa

%29.62
%40.77
%29.62

CMYK Percentages of Color #aaeaaa

%27
%0
%27
%8

Triadic Colors of #aaeaaa

#aaeaaa #aaaaea #eaaaaa

Analogous Colors of #aaeaaa

#aaeaaa #aaeaca #caeaaa

Monochromatic Colors of #aaeaaa

#aaeaaa

Complementary Color

#aaeaaa #eaaaea

#aaeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeaaa Color CSS Codes

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

#aaeaaa Text Font Color

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

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


#aaeaaa Background Color

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

This div background color is #aaeaaa


#aaeaaa Border Color

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

This div border color is #aaeaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,234,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 #aaeaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeaaa


Comments

No comments written yet.

Please login to write comment.