Color Hex Logo

#aaea9b Color Hex

#AAEA9B
(170,234,155)
0 Favorites   0 Comments

Color spaces of #aaea9b

RGB 170234155
HSL0.300.650.76
HSV109°34°92°
CMYK 0.270.000.34   0.08
XYZ51.916869.758241.7387
Yxy69.75820.31770.4269
Hunter Lab83.5214-35.207028.8356
CIE-Lab86.8781-34.719732.0904

#aaea9b color RGB value is (170,234,155).

#aaea9b hex color red value is 170, green value is 234 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aaea9b hue: 0.30 , saturation: 0.65 and the lightness value of aaea9b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 10011011
Octal 252 352 233
Decimal 170 234 155
Hex AA EA 9B

RGB Percentages of Color #aaea9b

%30.41
%41.86
%27.73

CMYK Percentages of Color #aaea9b

%27
%0
%34
%8

Triadic Colors of #aaea9b

#aaea9b #9baaea #ea9baa

Analogous Colors of #aaea9b

#aaea9b #9beab4 #d2ea9b

Monochromatic Colors of #aaea9b

#aaea9b

Complementary Color

#aaea9b #db9bea

#aaea9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea9b Color CSS Codes

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

#aaea9b Text Font Color

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

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


#aaea9b Background Color

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

This div background color is #aaea9b


#aaea9b Border Color

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

This div border color is #aaea9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea9b


Comments

No comments written yet.

Please login to write comment.