Color Hex Logo

#ab959d Color Hex

#AB959D
(171,149,157)
0 Favorites   0 Comments

Color spaces of #ab959d

RGB 171149157
HSL0.940.120.63
HSV338°13°67°
CMYK 0.000.130.08   0.33
XYZ33.627832.587136.4159
Yxy32.58710.32770.3175
Hunter Lab57.08515.25222.1371
CIE-Lab63.82529.5621-1.1973

#ab959d color RGB value is (171,149,157).

#ab959d hex color red value is 171, green value is 149 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ab959d hue: 0.94 , saturation: 0.12 and the lightness value of ab959d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010101 10011101
Octal 253 225 235
Decimal 171 149 157
Hex AB 95 9D

RGB Percentages of Color #ab959d

%35.85
%31.24
%32.91

CMYK Percentages of Color #ab959d

%0
%13
%8
%33

Triadic Colors of #ab959d

#ab959d #9dab95 #959dab

Analogous Colors of #ab959d

#ab959d #ab9895 #ab95a8

Monochromatic Colors of #ab959d

#ab959d

Complementary Color

#ab959d #95aba3

#ab959d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab959d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab959d Color CSS Codes

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

#ab959d Text Font Color

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

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


#ab959d Background Color

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

This div background color is #ab959d


#ab959d Border Color

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

This div border color is #ab959d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab959d

#ab959d Color Palettes


Comments

No comments written yet.

Please login to write comment.