Color Hex Logo

#ab7d3e Color Hex

#AB7D3E
(171,125,62)
0 Favorites   0 Comments

Color spaces of #ab7d3e

RGB 17112562
HSL0.100.470.46
HSV35°64°67°
CMYK 0.000.270.64   0.33
XYZ24.997723.67307.8092
Yxy23.67300.44260.4191
Hunter Lab48.65496.562824.5423
CIE-Lab55.758911.043840.6265

#ab7d3e color RGB value is (171,125,62).

#ab7d3e hex color red value is 171, green value is 125 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ab7d3e hue: 0.10 , saturation: 0.47 and the lightness value of ab7d3e is 0.46.

The process color (four color CMYK) of #ab7d3e color hex is 0.00, 0.27, 0.64, 0.33. Web safe color of #ab7d3e is #996633. Color #ab7d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111101 00111110
Octal 253 175 76
Decimal 171 125 62
Hex AB 7D 3E

RGB Percentages of Color #ab7d3e

%47.77
%34.92
%17.32

CMYK Percentages of Color #ab7d3e

%0
%27
%64
%33

Triadic Colors of #ab7d3e

#ab7d3e #3eab7d #7d3eab

Analogous Colors of #ab7d3e

#ab7d3e #a3ab3e #ab473e

Monochromatic Colors of #ab7d3e

#ab7d3e

Complementary Color

#ab7d3e #3e6cab

#ab7d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7d3e Color CSS Codes

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

#ab7d3e Text Font Color

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

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


#ab7d3e Background Color

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

This div background color is #ab7d3e


#ab7d3e Border Color

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

This div border color is #ab7d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7d3e


Comments

No comments written yet.

Please login to write comment.