Color Hex Logo

#ab989c Color Hex

#AB989C
(171,152,156)
0 Favorites   0 Comments

Color spaces of #ab989c

RGB 171152156
HSL0.960.100.63
HSV347°11°67°
CMYK 0.000.110.09   0.33
XYZ34.023633.514736.1282
Yxy33.51470.32820.3233
Hunter Lab57.89193.59533.5236
CIE-Lab64.57557.70990.4630

#ab989c color RGB value is (171,152,156).

#ab989c hex color red value is 171, green value is 152 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ab989c hue: 0.96 , saturation: 0.10 and the lightness value of ab989c is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 10011100
Octal 253 230 234
Decimal 171 152 156
Hex AB 98 9C

RGB Percentages of Color #ab989c

%35.70
%31.73
%32.57

CMYK Percentages of Color #ab989c

%0
%11
%9
%33

Triadic Colors of #ab989c

#ab989c #9cab98 #989cab

Analogous Colors of #ab989c

#ab989c #ab9e98 #ab98a6

Monochromatic Colors of #ab989c

#ab989c

Complementary Color

#ab989c #98aba7

#ab989c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab989c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab989c Color CSS Codes

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

#ab989c Text Font Color

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

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


#ab989c Background Color

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

This div background color is #ab989c


#ab989c Border Color

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

This div border color is #ab989c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab989c


Comments

No comments written yet.

Please login to write comment.