Color Hex Logo

#ababac Color Hex

#ABABAC
(171,171,172)
0 Favorites   0 Comments

Color spaces of #ababac

RGB 171171172
HSL0.670.010.67
HSV240°67°
CMYK 0.010.010.00   0.33
XYZ38.803940.762344.8525
Yxy40.76230.31190.3276
Hunter Lab63.8454-3.24073.0395
CIE-Lab70.00910.1931-0.5208

#ababac color RGB value is (171,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 10101100
Octal 253 253 254
Decimal 171 171 172
Hex AB AB AC

RGB Percentages of Color #ababac

%33.27
%33.27
%33.46

CMYK Percentages of Color #ababac

%1
%1
%0
%33

Triadic Colors of #ababac

#ababac #acabab #abacab

Analogous Colors of #ababac

#ababac #acabac #abacac

Monochromatic Colors of #ababac

#ababac

Complementary Color

#ababac #acacab

#ababac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababac Color CSS Codes

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

#ababac Text Font Color

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

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


#ababac Background Color

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

This div background color is #ababac


#ababac Border Color

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

This div border color is #ababac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababac


Comments

No comments written yet.

Please login to write comment.