Color Hex Logo

#ab854e Color Hex

#AB854E
(171,133,78)
0 Favorites   0 Comments

Color spaces of #ab854e

RGB 17113378
HSL0.100.370.49
HSV35°54°67°
CMYK 0.000.220.54   0.33
XYZ26.557325.983010.8232
Yxy25.98300.41910.4101
Hunter Lab50.97353.795223.0924
CIE-Lab58.02097.822034.9759

#ab854e color RGB value is (171,133,78).

#ab854e hex color red value is 171, green value is 133 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ab854e hue: 0.10 , saturation: 0.37 and the lightness value of ab854e is 0.49.

The process color (four color CMYK) of #ab854e color hex is 0.00, 0.22, 0.54, 0.33. Web safe color of #ab854e is #999966. Color #ab854e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000101 01001110
Octal 253 205 116
Decimal 171 133 78
Hex AB 85 4E

RGB Percentages of Color #ab854e

%44.76
%34.82
%20.42

CMYK Percentages of Color #ab854e

%0
%22
%54
%33

Triadic Colors of #ab854e

#ab854e #4eab85 #854eab

Analogous Colors of #ab854e

#ab854e #a3ab4e #ab574e

Monochromatic Colors of #ab854e

#ab854e

Complementary Color

#ab854e #4e74ab

#ab854e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab854e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab854e Color CSS Codes

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

#ab854e Text Font Color

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

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


#ab854e Background Color

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

This div background color is #ab854e


#ab854e Border Color

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

This div border color is #ab854e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab854e


Comments

No comments written yet.

Please login to write comment.