Color Hex Logo

#ababad Color Hex

#ABABAD
(171,171,173)
1 Favorites   0 Comments

Color spaces of #ababad

RGB 171171173
HSL0.670.010.67
HSV240°68°
CMYK 0.010.010.00   0.32
XYZ38.900340.800945.3603
Yxy40.80090.31100.3262
Hunter Lab63.8756-3.07562.6090
CIE-Lab70.03620.3830-1.0335

#ababad color RGB value is (171,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 10101101
Octal 253 253 255
Decimal 171 171 173
Hex AB AB AD

RGB Percentages of Color #ababad

%33.20
%33.20
%33.59

CMYK Percentages of Color #ababad

%1
%1
%0
%32

Triadic Colors of #ababad

#ababad #adabab #abadab

Analogous Colors of #ababad

#ababad #acabad #abacad

Monochromatic Colors of #ababad

#ababad

Complementary Color

#ababad #adadab

#ababad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababad Color CSS Codes

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

#ababad Text Font Color

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

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


#ababad Background Color

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

This div background color is #ababad


#ababad Border Color

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

This div border color is #ababad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababad

#ababad Color Palettes


Comments

No comments written yet.

Please login to write comment.