Color Hex Logo

#aaea9e Color Hex

#AAEA9E
(170,234,158)
0 Favorites   0 Comments

Color spaces of #aaea9e

RGB 170234158
HSL0.310.640.77
HSV111°32°92°
CMYK 0.270.000.32   0.08
XYZ52.171969.860343.0824
Yxy69.86030.31600.4231
Hunter Lab83.5825-34.850227.9468
CIE-Lab86.9283-34.267630.6342

#aaea9e color RGB value is (170,234,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 10011110
Octal 252 352 236
Decimal 170 234 158
Hex AA EA 9E

RGB Percentages of Color #aaea9e

%30.25
%41.64
%28.11

CMYK Percentages of Color #aaea9e

%27
%0
%32
%8

Triadic Colors of #aaea9e

#aaea9e #9eaaea #ea9eaa

Analogous Colors of #aaea9e

#aaea9e #9eeab8 #d0ea9e

Monochromatic Colors of #aaea9e

#aaea9e

Complementary Color

#aaea9e #de9eea

#aaea9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea9e Color CSS Codes

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

#aaea9e Text Font Color

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

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


#aaea9e Background Color

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

This div background color is #aaea9e


#aaea9e Border Color

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

This div border color is #aaea9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea9e


Comments

No comments written yet.

Please login to write comment.