Color Hex Logo

#ab898d Color Hex

#AB898D
(171,137,141)
0 Favorites   0 Comments

Color spaces of #ab898d

RGB 171137141
HSL0.980.170.60
HSV353°20°67°
CMYK 0.000.200.18   0.33
XYZ30.548028.472329.0850
Yxy28.47230.34670.3232
Hunter Lab53.35948.81135.0340
CIE-Lab60.313113.55722.7692

#ab898d color RGB value is (171,137,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001001 10001101
Octal 253 211 215
Decimal 171 137 141
Hex AB 89 8D

RGB Percentages of Color #ab898d

%38.08
%30.51
%31.40

CMYK Percentages of Color #ab898d

%0
%20
%18
%33

Triadic Colors of #ab898d

#ab898d #8dab89 #898dab

Analogous Colors of #ab898d

#ab898d #ab9689 #ab899e

Monochromatic Colors of #ab898d

#ab898d

Complementary Color

#ab898d #89aba7

#ab898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab898d Color CSS Codes

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

#ab898d Text Font Color

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

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


#ab898d Background Color

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

This div background color is #ab898d


#ab898d Border Color

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

This div border color is #ab898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab898d


Comments

No comments written yet.

Please login to write comment.