Color Hex Logo

#ababaf Color Hex

#ABABAF
(171,171,175)
0 Favorites   0 Comments

Color spaces of #ababaf

RGB 171171175
HSL0.670.020.68
HSV240°69°
CMYK 0.020.020.00   0.31
XYZ39.095440.878946.3873
Yxy40.87890.30940.3235
Hunter Lab63.9366-2.74141.7395
CIE-Lab70.09100.7664-2.0580

#ababaf color RGB value is (171,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 10101111
Octal 253 253 257
Decimal 171 171 175
Hex AB AB AF

RGB Percentages of Color #ababaf

%33.08
%33.08
%33.85

CMYK Percentages of Color #ababaf

%2
%2
%0
%31

Triadic Colors of #ababaf

#ababaf #afabab #abafab

Analogous Colors of #ababaf

#ababaf #adabaf #abadaf

Monochromatic Colors of #ababaf

#ababaf

Complementary Color

#ababaf #afafab

#ababaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababaf Color CSS Codes

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

#ababaf Text Font Color

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

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


#ababaf Background Color

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

This div background color is #ababaf


#ababaf Border Color

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

This div border color is #ababaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababaf

#ababaf Color Palettes


Comments

No comments written yet.

Please login to write comment.