Color Hex Logo

#ab987d Color Hex

#AB987D
(171,152,125)
0 Favorites   0 Comments

Color spaces of #ab987d

RGB 171152125
HSL0.100.210.58
HSV35°27°67°
CMYK 0.000.110.27   0.33
XYZ31.724532.595124.0215
Yxy32.59510.35910.3690
Hunter Lab57.0921-0.723715.0182
CIE-Lab63.83172.732216.7918

#ab987d color RGB value is (171,152,125).

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

The process color (four color CMYK) of #ab987d color hex is 0.00, 0.11, 0.27, 0.33. Web safe color of #ab987d is #999966. Color #ab987d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 01111101
Octal 253 230 175
Decimal 171 152 125
Hex AB 98 7D

RGB Percentages of Color #ab987d

%38.17
%33.93
%27.90

CMYK Percentages of Color #ab987d

%0
%11
%27
%33

Triadic Colors of #ab987d

#ab987d #7dab98 #987dab

Analogous Colors of #ab987d

#ab987d #a7ab7d #ab817d

Monochromatic Colors of #ab987d

#ab987d

Complementary Color

#ab987d #7d90ab

#ab987d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab987d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab987d Color CSS Codes

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

#ab987d Text Font Color

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

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


#ab987d Background Color

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

This div background color is #ab987d


#ab987d Border Color

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

This div border color is #ab987d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab987d


Comments

No comments written yet.

Please login to write comment.