Color Hex Logo

#aaebaa Color Hex

#AAEBAA
(170,235,170)
0 Favorites   0 Comments

Color spaces of #aaebaa

RGB 170235170
HSL0.330.620.79
HSV120°28°92°
CMYK 0.280.000.28   0.08
XYZ53.541670.865048.8866
Yxy70.86500.30900.4089
Hunter Lab84.1814-33.786624.4955
CIE-Lab87.4194-32.832525.1629

#aaebaa color RGB value is (170,235,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10101010
Octal 252 353 252
Decimal 170 235 170
Hex AA EB AA

RGB Percentages of Color #aaebaa

%29.57
%40.87
%29.57

CMYK Percentages of Color #aaebaa

%28
%0
%28
%8

Triadic Colors of #aaebaa

#aaebaa #aaaaeb #ebaaaa

Analogous Colors of #aaebaa

#aaebaa #aaebcb #cbebaa

Monochromatic Colors of #aaebaa

#aaebaa

Complementary Color

#aaebaa #ebaaeb

#aaebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebaa Color CSS Codes

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

#aaebaa Text Font Color

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

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


#aaebaa Background Color

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

This div background color is #aaebaa


#aaebaa Border Color

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

This div border color is #aaebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebaa


Comments

No comments written yet.

Please login to write comment.