Color Hex Logo

#ad7e2c Color Hex

#AD7E2C
(173,126,44)
0 Favorites   0 Comments

Color spaces of #ad7e2c

RGB 17312644
HSL0.110.590.43
HSV38°75°68°
CMYK 0.000.270.75   0.32
XYZ25.149123.98785.6875
Yxy23.98780.45870.4375
Hunter Lab48.97735.946627.3991
CIE-Lab56.075610.324249.5057

#ad7e2c color RGB value is (173,126,44).

#ad7e2c hex color red value is 173, green value is 126 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ad7e2c hue: 0.11 , saturation: 0.59 and the lightness value of ad7e2c is 0.43.

The process color (four color CMYK) of #ad7e2c color hex is 0.00, 0.27, 0.75, 0.32. Web safe color of #ad7e2c is #996633. Color #ad7e2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111110 00101100
Octal 255 176 54
Decimal 173 126 44
Hex AD 7E 2C

RGB Percentages of Color #ad7e2c

%50.44
%36.73
%12.83

CMYK Percentages of Color #ad7e2c

%0
%27
%75
%32

Triadic Colors of #ad7e2c

#ad7e2c #2cad7e #7e2cad

Analogous Colors of #ad7e2c

#ad7e2c #9cad2c #ad3e2c

Monochromatic Colors of #ad7e2c

#ad7e2c

Complementary Color

#ad7e2c #2c5bad

#ad7e2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7e2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7e2c Color CSS Codes

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

#ad7e2c Text Font Color

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

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


#ad7e2c Background Color

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

This div background color is #ad7e2c


#ad7e2c Border Color

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

This div border color is #ad7e2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7e2c


Comments

No comments written yet.

Please login to write comment.