Color Hex Logo

#aba8ab Color Hex

#ABA8AB
(171,168,171)
0 Favorites   0 Comments

Color spaces of #aba8ab

RGB 171168171
HSL0.830.020.66
HSV300°67°
CMYK 0.000.020.00   0.33
XYZ38.147939.603544.1617
Yxy39.60350.31290.3249
Hunter Lab62.9313-1.92612.4455
CIE-Lab69.18621.6378-1.1716

#aba8ab color RGB value is (171,168,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101000 10101011
Octal 253 250 253
Decimal 171 168 171
Hex AB A8 AB

RGB Percentages of Color #aba8ab

%33.53
%32.94
%33.53

CMYK Percentages of Color #aba8ab

%0
%2
%0
%33

Triadic Colors of #aba8ab

#aba8ab #ababa8 #a8abab

Analogous Colors of #aba8ab

#aba8ab #aba8aa #aaa8ab

Monochromatic Colors of #aba8ab

#aba8ab

Complementary Color

#aba8ab #a8aba8

#aba8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aba8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aba8ab Color CSS Codes

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

#aba8ab Text Font Color

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

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


#aba8ab Background Color

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

This div background color is #aba8ab


#aba8ab Border Color

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

This div border color is #aba8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aba8ab


Comments

No comments written yet.

Please login to write comment.