Color Hex Logo

#aaeb9f Color Hex

#AAEB9F
(170,235,159)
0 Favorites   0 Comments

Color spaces of #aaeb9f

RGB 170235159
HSL0.310.660.77
HSV111°32°92°
CMYK 0.280.000.32   0.08
XYZ52.543970.465943.6328
Yxy70.46590.31530.4229
Hunter Lab83.9440-35.171627.9427
CIE-Lab87.2249-34.575130.5229

#aaeb9f color RGB value is (170,235,159).

#aaeb9f hex color red value is 170, green value is 235 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aaeb9f hue: 0.31 , saturation: 0.66 and the lightness value of aaeb9f is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10011111
Octal 252 353 237
Decimal 170 235 159
Hex AA EB 9F

RGB Percentages of Color #aaeb9f

%30.14
%41.67
%28.19

CMYK Percentages of Color #aaeb9f

%28
%0
%32
%8

Triadic Colors of #aaeb9f

#aaeb9f #9faaeb #eb9faa

Analogous Colors of #aaeb9f

#aaeb9f #9febba #d0eb9f

Monochromatic Colors of #aaeb9f

#aaeb9f

Complementary Color

#aaeb9f #e09feb

#aaeb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeb9f Color CSS Codes

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

#aaeb9f Text Font Color

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

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


#aaeb9f Background Color

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

This div background color is #aaeb9f


#aaeb9f Border Color

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

This div border color is #aaeb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeb9f


Comments

No comments written yet.

Please login to write comment.