Color Hex Logo

#ab9bab Color Hex

#AB9BAB
(171,155,171)
0 Favorites   0 Comments

Color spaces of #ab9bab

RGB 171155171
HSL0.830.090.64
HSV300°67°
CMYK 0.000.090.00   0.33
XYZ35.866635.040943.4013
Yxy35.04090.31380.3065
Hunter Lab59.19544.5617-2.0339
CIE-Lab65.78058.8139-6.1889

#ab9bab color RGB value is (171,155,171).

#ab9bab hex color red value is 171, green value is 155 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ab9bab hue: 0.83 , saturation: 0.09 and the lightness value of ab9bab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011011 10101011
Octal 253 233 253
Decimal 171 155 171
Hex AB 9B AB

RGB Percentages of Color #ab9bab

%34.41
%31.19
%34.41

CMYK Percentages of Color #ab9bab

%0
%9
%0
%33

Triadic Colors of #ab9bab

#ab9bab #abab9b #9babab

Analogous Colors of #ab9bab

#ab9bab #ab9ba3 #a39bab

Monochromatic Colors of #ab9bab

#ab9bab

Complementary Color

#ab9bab #9bab9b

#ab9bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9bab Color CSS Codes

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

#ab9bab Text Font Color

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

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


#ab9bab Background Color

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

This div background color is #ab9bab


#ab9bab Border Color

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

This div border color is #ab9bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9bab


Comments

No comments written yet.

Please login to write comment.