Color Hex Logo

#ab977e Color Hex

#AB977E
(171,151,126)
0 Favorites   0 Comments

Color spaces of #ab977e

RGB 171151126
HSL0.090.210.58
HSV33°26°67°
CMYK 0.000.120.26   0.33
XYZ31.627132.297524.3058
Yxy32.29750.35850.3661
Hunter Lab56.8309-0.116614.4241
CIE-Lab63.58803.427315.8967

#ab977e color RGB value is (171,151,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010111 01111110
Octal 253 227 176
Decimal 171 151 126
Hex AB 97 7E

RGB Percentages of Color #ab977e

%38.17
%33.71
%28.13

CMYK Percentages of Color #ab977e

%0
%12
%26
%33

Triadic Colors of #ab977e

#ab977e #7eab97 #977eab

Analogous Colors of #ab977e

#ab977e #a9ab7e #ab817e

Monochromatic Colors of #ab977e

#ab977e

Complementary Color

#ab977e #7e92ab

#ab977e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab977e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab977e Color CSS Codes

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

#ab977e Text Font Color

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

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


#ab977e Background Color

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

This div background color is #ab977e


#ab977e Border Color

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

This div border color is #ab977e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab977e


Comments

No comments written yet.

Please login to write comment.