Color Hex Logo

#ab998f Color Hex

#AB998F
(171,153,143)
0 Favorites   0 Comments

Color spaces of #ab998f

RGB 171153143
HSL0.060.140.62
HSV21°16°67°
CMYK 0.000.110.16   0.33
XYZ33.143733.423630.6911
Yxy33.42360.34080.3437
Hunter Lab57.81311.15938.9941
CIE-Lab64.50244.93777.6637

#ab998f color RGB value is (171,153,143).

#ab998f hex color red value is 171, green value is 153 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ab998f hue: 0.06 , saturation: 0.14 and the lightness value of ab998f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011001 10001111
Octal 253 231 217
Decimal 171 153 143
Hex AB 99 8F

RGB Percentages of Color #ab998f

%36.62
%32.76
%30.62

CMYK Percentages of Color #ab998f

%0
%11
%16
%33

Triadic Colors of #ab998f

#ab998f #8fab99 #998fab

Analogous Colors of #ab998f

#ab998f #aba78f #ab8f93

Monochromatic Colors of #ab998f

#ab998f

Complementary Color

#ab998f #8fa1ab

#ab998f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab998f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab998f Color CSS Codes

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

#ab998f Text Font Color

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

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


#ab998f Background Color

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

This div background color is #ab998f


#ab998f Border Color

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

This div border color is #ab998f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab998f


Comments

No comments written yet.

Please login to write comment.