Color Hex Logo

#ab989f Color Hex

#AB989F
(171,152,159)
0 Favorites   0 Comments

Color spaces of #ab989f

RGB 171152159
HSL0.940.100.63
HSV338°11°67°
CMYK 0.000.110.07   0.33
XYZ34.280833.617637.4829
Yxy33.61760.32530.3190
Hunter Lab57.98074.07112.2571
CIE-Lab64.65798.2472-1.1044

#ab989f color RGB value is (171,152,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 10011111
Octal 253 230 237
Decimal 171 152 159
Hex AB 98 9F

RGB Percentages of Color #ab989f

%35.48
%31.54
%32.99

CMYK Percentages of Color #ab989f

%0
%11
%7
%33

Triadic Colors of #ab989f

#ab989f #9fab98 #989fab

Analogous Colors of #ab989f

#ab989f #ab9b98 #ab98a9

Monochromatic Colors of #ab989f

#ab989f

Complementary Color

#ab989f #98aba4

#ab989f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab989f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab989f Color CSS Codes

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

#ab989f Text Font Color

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

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


#ab989f Background Color

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

This div background color is #ab989f


#ab989f Border Color

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

This div border color is #ab989f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab989f


Comments

No comments written yet.

Please login to write comment.