Color Hex Logo

#aba8ac Color Hex

#ABA8AC
(171,168,172)
0 Favorites   0 Comments

Color spaces of #aba8ac

RGB 171168172
HSL0.790.020.67
HSV285°67°
CMYK 0.010.020.00   0.33
XYZ38.243639.641744.6657
Yxy39.64170.31210.3235
Hunter Lab62.9617-1.76002.0122
CIE-Lab69.21361.8280-1.6855

#aba8ac color RGB value is (171,168,172).

#aba8ac hex color red value is 171, green value is 168 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aba8ac hue: 0.79 , saturation: 0.02 and the lightness value of aba8ac is 0.67.

The process color (four color CMYK) of #aba8ac color hex is 0.01, 0.02, 0.00, 0.33. Web safe color of #aba8ac is #999999. Color #aba8ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 10101100
Octal 253 250 254
Decimal 171 168 172
Hex AB A8 AC

RGB Percentages of Color #aba8ac

%33.46
%32.88
%33.66

CMYK Percentages of Color #aba8ac

%1
%2
%0
%33

Triadic Colors of #aba8ac

#aba8ac #acaba8 #a8acab

Analogous Colors of #aba8ac

#aba8ac #aca8ab #a9a8ac

Monochromatic Colors of #aba8ac

#aba8ac

Complementary Color

#aba8ac #a9aca8

#aba8ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba8ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba8ac Color CSS Codes

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

#aba8ac Text Font Color

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

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


#aba8ac Background Color

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

This div background color is #aba8ac


#aba8ac Border Color

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

This div border color is #aba8ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba8ac


Comments

No comments written yet.

Please login to write comment.