Color Hex Logo

#ab977f Color Hex

#AB977F
(171,151,127)
0 Favorites   0 Comments

Color spaces of #ab977f

RGB 171151127
HSL0.090.210.58
HSV33°26°67°
CMYK 0.000.120.26   0.33
XYZ31.692032.323524.6474
Yxy32.32350.35740.3646
Hunter Lab56.85380.007214.0941
CIE-Lab63.60943.572115.3678

#ab977f color RGB value is (171,151,127).

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

The process color (four color CMYK) of #ab977f color hex is 0.00, 0.12, 0.26, 0.33. Web safe color of #ab977f is #999966. Color #ab977f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 01111111
Octal 253 227 177
Decimal 171 151 127
Hex AB 97 7F

RGB Percentages of Color #ab977f

%38.08
%33.63
%28.29

CMYK Percentages of Color #ab977f

%0
%12
%26
%33

Triadic Colors of #ab977f

#ab977f #7fab97 #977fab

Analogous Colors of #ab977f

#ab977f #a9ab7f #ab817f

Monochromatic Colors of #ab977f

#ab977f

Complementary Color

#ab977f #7f93ab

#ab977f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab977f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab977f Color CSS Codes

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

#ab977f Text Font Color

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

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


#ab977f Background Color

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

This div background color is #ab977f


#ab977f Border Color

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

This div border color is #ab977f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab977f


Comments

No comments written yet.

Please login to write comment.