Color Hex Logo

#ab899d Color Hex

#AB899D
(171,137,157)
0 Favorites   0 Comments

Color spaces of #ab899d

RGB 171137157
HSL0.900.170.60
HSV325°20°67°
CMYK 0.000.200.08   0.33
XYZ31.826028.983635.8153
Yxy28.98360.32940.3000
Hunter Lab53.836411.3085-1.7579
CIE-Lab60.767216.3110-5.7023

#ab899d color RGB value is (171,137,157).

#ab899d hex color red value is 171, green value is 137 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ab899d hue: 0.90 , saturation: 0.17 and the lightness value of ab899d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001001 10011101
Octal 253 211 235
Decimal 171 137 157
Hex AB 89 9D

RGB Percentages of Color #ab899d

%36.77
%29.46
%33.76

CMYK Percentages of Color #ab899d

%0
%20
%8
%33

Triadic Colors of #ab899d

#ab899d #9dab89 #899dab

Analogous Colors of #ab899d

#ab899d #ab898c #a889ab

Monochromatic Colors of #ab899d

#ab899d

Complementary Color

#ab899d #89ab97

#ab899d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab899d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab899d Color CSS Codes

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

#ab899d Text Font Color

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

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


#ab899d Background Color

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

This div background color is #ab899d


#ab899d Border Color

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

This div border color is #ab899d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab899d


Comments

No comments written yet.

Please login to write comment.