Color Hex Logo

#ad704f Color Hex

#AD704F
(173,112,79)
0 Favorites   0 Comments

Color spaces of #ad704f

RGB 17311279
HSL0.060.370.49
HSV21°54°68°
CMYK 0.000.350.54   0.32
XYZ24.439021.037110.1696
Yxy21.03710.43920.3781
Hunter Lab45.866214.844718.9604
CIE-Lab52.990120.573828.2058

#ad704f color RGB value is (173,112,79).

#ad704f hex color red value is 173, green value is 112 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ad704f hue: 0.06 , saturation: 0.37 and the lightness value of ad704f is 0.49.

The process color (four color CMYK) of #ad704f color hex is 0.00, 0.35, 0.54, 0.32. Web safe color of #ad704f is #996666. Color #ad704f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 01001111
Octal 255 160 117
Decimal 173 112 79
Hex AD 70 4F

RGB Percentages of Color #ad704f

%47.53
%30.77
%21.70

CMYK Percentages of Color #ad704f

%0
%35
%54
%32

Triadic Colors of #ad704f

#ad704f #4fad70 #704fad

Analogous Colors of #ad704f

#ad704f #ad9f4f #ad4f5d

Monochromatic Colors of #ad704f

#ad704f

Complementary Color

#ad704f #4f8cad

#ad704f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad704f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad704f Color CSS Codes

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

#ad704f Text Font Color

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

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


#ad704f Background Color

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

This div background color is #ad704f


#ad704f Border Color

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

This div border color is #ad704f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad704f


Comments

No comments written yet.

Please login to write comment.