Color Hex Logo

#ab898e Color Hex

#AB898E
(171,137,142)
0 Favorites   0 Comments

Color spaces of #ab898e

RGB 171137142
HSL0.980.170.60
HSV351°20°67°
CMYK 0.000.200.17   0.33
XYZ30.622728.502229.4787
Yxy28.50220.34560.3217
Hunter Lab53.38758.95844.6333
CIE-Lab60.339813.72112.2366

#ab898e color RGB value is (171,137,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001001 10001110
Octal 253 211 216
Decimal 171 137 142
Hex AB 89 8E

RGB Percentages of Color #ab898e

%38.00
%30.44
%31.56

CMYK Percentages of Color #ab898e

%0
%20
%17
%33

Triadic Colors of #ab898e

#ab898e #8eab89 #898eab

Analogous Colors of #ab898e

#ab898e #ab9589 #ab899f

Monochromatic Colors of #ab898e

#ab898e

Complementary Color

#ab898e #89aba6

#ab898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab898e Color CSS Codes

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

#ab898e Text Font Color

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

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


#ab898e Background Color

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

This div background color is #ab898e


#ab898e Border Color

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

This div border color is #ab898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab898e


Comments

No comments written yet.

Please login to write comment.