Color Hex Logo

#aaea9f Color Hex

#AAEA9F
(170,234,159)
0 Favorites   0 Comments

Color spaces of #aaea9f

RGB 170234159
HSL0.310.640.77
HSV111°32°92°
CMYK 0.270.000.32   0.08
XYZ52.258469.894943.5376
Yxy69.89490.31540.4218
Hunter Lab83.6032-34.729327.6461
CIE-Lab86.9453-34.114730.1482

#aaea9f color RGB value is (170,234,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 10011111
Octal 252 352 237
Decimal 170 234 159
Hex AA EA 9F

RGB Percentages of Color #aaea9f

%30.20
%41.56
%28.24

CMYK Percentages of Color #aaea9f

%27
%0
%32
%8

Triadic Colors of #aaea9f

#aaea9f #9faaea #ea9faa

Analogous Colors of #aaea9f

#aaea9f #9feaba #d0ea9f

Monochromatic Colors of #aaea9f

#aaea9f

Complementary Color

#aaea9f #df9fea

#aaea9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea9f Color CSS Codes

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

#aaea9f Text Font Color

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

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


#aaea9f Background Color

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

This div background color is #aaea9f


#aaea9f Border Color

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

This div border color is #aaea9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea9f


Comments

No comments written yet.

Please login to write comment.