Color Hex Logo

#aaebac Color Hex

#AAEBAC
(170,235,172)
0 Favorites   0 Comments

Color spaces of #aaebac

RGB 170235172
HSL0.340.620.79
HSV122°28°92°
CMYK 0.280.000.27   0.08
XYZ53.732370.941349.8908
Yxy70.94130.30780.4064
Hunter Lab84.2267-33.522823.8388
CIE-Lab87.4565-32.502824.1854

#aaebac color RGB value is (170,235,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 10101100
Octal 252 353 254
Decimal 170 235 172
Hex AA EB AC

RGB Percentages of Color #aaebac

%29.46
%40.73
%29.81

CMYK Percentages of Color #aaebac

%28
%0
%27
%8

Triadic Colors of #aaebac

#aaebac #acaaeb #ebacaa

Analogous Colors of #aaebac

#aaebac #aaebcd #c9ebaa

Monochromatic Colors of #aaebac

#aaebac

Complementary Color

#aaebac #ebaae9

#aaebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebac Color CSS Codes

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

#aaebac Text Font Color

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

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


#aaebac Background Color

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

This div background color is #aaebac


#aaebac Border Color

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

This div border color is #aaebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebac

#aaebac Color Palettes


Comments

No comments written yet.

Please login to write comment.