Color Hex Logo

#ab956e Color Hex

#AB956E
(171,149,110)
0 Favorites   0 Comments

Color spaces of #ab956e

RGB 171149110
HSL0.110.270.55
HSV38°36°67°
CMYK 0.000.130.36   0.33
XYZ30.356531.278619.1893
Yxy31.27860.37560.3870
Hunter Lab55.9273-0.985618.8060
CIE-Lab62.74212.370023.6302

#ab956e color RGB value is (171,149,110).

#ab956e hex color red value is 171, green value is 149 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ab956e hue: 0.11 , saturation: 0.27 and the lightness value of ab956e is 0.55.

The process color (four color CMYK) of #ab956e color hex is 0.00, 0.13, 0.36, 0.33. Web safe color of #ab956e is #999966. Color #ab956e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010101 01101110
Octal 253 225 156
Decimal 171 149 110
Hex AB 95 6E

RGB Percentages of Color #ab956e

%39.77
%34.65
%25.58

CMYK Percentages of Color #ab956e

%0
%13
%36
%33

Triadic Colors of #ab956e

#ab956e #6eab95 #956eab

Analogous Colors of #ab956e

#ab956e #a3ab6e #ab776e

Monochromatic Colors of #ab956e

#ab956e

Complementary Color

#ab956e #6e84ab

#ab956e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab956e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab956e Color CSS Codes

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

#ab956e Text Font Color

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

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


#ab956e Background Color

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

This div background color is #ab956e


#ab956e Border Color

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

This div border color is #ab956e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab956e


Comments

No comments written yet.

Please login to write comment.