Color Hex Logo

#aabbac Color Hex

#AABBAC
(170,187,172)
0 Favorites   0 Comments

Color spaces of #aabbac

RGB 170187172
HSL0.350.110.70
HSV127°73°
CMYK 0.090.000.08   0.27
XYZ41.794347.065345.9114
Yxy47.06530.31010.3492
Hunter Lab68.6042-11.31348.3447
CIE-Lab74.2315-8.71375.5973

#aabbac color RGB value is (170,187,172).

#aabbac hex color red value is 170, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aabbac hue: 0.35 , saturation: 0.11 and the lightness value of aabbac is 0.70.

The process color (four color CMYK) of #aabbac color hex is 0.09, 0.00, 0.08, 0.27. Web safe color of #aabbac is #99cc99. Color #aabbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 10101100
Octal 252 273 254
Decimal 170 187 172
Hex AA BB AC

RGB Percentages of Color #aabbac

%32.14
%35.35
%32.51

CMYK Percentages of Color #aabbac

%9
%0
%8
%27

Triadic Colors of #aabbac

#aabbac #acaabb #bbacaa

Analogous Colors of #aabbac

#aabbac #aabbb5 #b1bbaa

Monochromatic Colors of #aabbac

#aabbac

Complementary Color

#aabbac #bbaab9

#aabbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbac Color CSS Codes

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

#aabbac Text Font Color

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

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


#aabbac Background Color

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

This div background color is #aabbac


#aabbac Border Color

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

This div border color is #aabbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbac


Comments

No comments written yet.

Please login to write comment.