Color Hex Logo

#aaeb9b Color Hex

#AAEB9B
(170,235,155)
0 Favorites   0 Comments

Color spaces of #aaeb9b

RGB 170235155
HSL0.300.670.76
HSV109°34°92°
CMYK 0.280.000.34   0.08
XYZ52.202370.329341.8339
Yxy70.32930.31760.4279
Hunter Lab83.8626-35.647829.1276
CIE-Lab87.1581-35.178732.4627

#aaeb9b color RGB value is (170,235,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10011011
Octal 252 353 233
Decimal 170 235 155
Hex AA EB 9B

RGB Percentages of Color #aaeb9b

%30.36
%41.96
%27.68

CMYK Percentages of Color #aaeb9b

%28
%0
%34
%8

Triadic Colors of #aaeb9b

#aaeb9b #9baaeb #eb9baa

Analogous Colors of #aaeb9b

#aaeb9b #9bebb4 #d2eb9b

Monochromatic Colors of #aaeb9b

#aaeb9b

Complementary Color

#aaeb9b #dc9beb

#aaeb9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeb9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeb9b Color CSS Codes

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

#aaeb9b Text Font Color

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

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


#aaeb9b Background Color

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

This div background color is #aaeb9b


#aaeb9b Border Color

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

This div border color is #aaeb9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeb9b


Comments

No comments written yet.

Please login to write comment.