Color Hex Logo

#ab937e Color Hex

#AB937E
(171,147,126)
0 Favorites   0 Comments

Color spaces of #ab937e

RGB 171147126
HSL0.080.210.58
HSV28°26°67°
CMYK 0.000.140.26   0.33
XYZ30.994231.031724.0948
Yxy31.03170.35990.3603
Hunter Lab55.70611.829613.3493
CIE-Lab62.53445.642014.4322

#ab937e color RGB value is (171,147,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 01111110
Octal 253 223 176
Decimal 171 147 126
Hex AB 93 7E

RGB Percentages of Color #ab937e

%38.51
%33.11
%28.38

CMYK Percentages of Color #ab937e

%0
%14
%26
%33

Triadic Colors of #ab937e

#ab937e #7eab93 #937eab

Analogous Colors of #ab937e

#ab937e #abaa7e #ab7e80

Monochromatic Colors of #ab937e

#ab937e

Complementary Color

#ab937e #7e96ab

#ab937e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab937e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab937e Color CSS Codes

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

#ab937e Text Font Color

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

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


#ab937e Background Color

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

This div background color is #ab937e


#ab937e Border Color

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

This div border color is #ab937e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,147,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 #ab937e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab937e


Comments

No comments written yet.

Please login to write comment.