Color Hex Logo

#aaebb5 Color Hex

#AAEBB5
(170,235,181)
0 Favorites   0 Comments

Color spaces of #aaebb5

RGB 170235181
HSL0.360.620.79
HSV130°28°92°
CMYK 0.280.000.23   0.08
XYZ54.626471.298954.5990
Yxy71.29890.30260.3950
Hunter Lab84.4387-32.289620.7695
CIE-Lab87.6300-30.970319.7794

#aaebb5 color RGB value is (170,235,181).

#aaebb5 hex color red value is 170, green value is 235 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #aaebb5 hue: 0.36 , saturation: 0.62 and the lightness value of aaebb5 is 0.79.

The process color (four color CMYK) of #aaebb5 color hex is 0.28, 0.00, 0.23, 0.08. Web safe color of #aaebb5 is #99ffcc. Color #aaebb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10110101
Octal 252 353 265
Decimal 170 235 181
Hex AA EB B5

RGB Percentages of Color #aaebb5

%29.01
%40.10
%30.89

CMYK Percentages of Color #aaebb5

%28
%0
%23
%8

Triadic Colors of #aaebb5

#aaebb5 #b5aaeb #ebb5aa

Analogous Colors of #aaebb5

#aaebb5 #aaebd6 #c0ebaa

Monochromatic Colors of #aaebb5

#aaebb5

Complementary Color

#aaebb5 #ebaae0

#aaebb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebb5 Color CSS Codes

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

#aaebb5 Text Font Color

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

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


#aaebb5 Background Color

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

This div background color is #aaebb5


#aaebb5 Border Color

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

This div border color is #aaebb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebb5


Comments

No comments written yet.

Please login to write comment.