Color Hex Logo

#ad7207 Color Hex

#AD7207
(173,114,7)
0 Favorites   0 Comments

Color spaces of #ad7207

RGB 1731147
HSL0.110.920.35
HSV39°96°68°
CMYK 0.000.340.96   0.32
XYZ23.289220.93423.0142
Yxy20.93420.49300.4432
Hunter Lab45.753910.789028.1218
CIE-Lab52.877415.992958.2525

#ad7207 color RGB value is (173,114,7).

#ad7207 hex color red value is 173, green value is 114 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ad7207 hue: 0.11 , saturation: 0.92 and the lightness value of ad7207 is 0.35.

The process color (four color CMYK) of #ad7207 color hex is 0.00, 0.34, 0.96, 0.32. Web safe color of #ad7207 is #996600. Color #ad7207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110010 00000111
Octal 255 162 7
Decimal 173 114 7
Hex AD 72 7

RGB Percentages of Color #ad7207

%58.84
%38.78
%2.38

CMYK Percentages of Color #ad7207

%0
%34
%96
%32

Triadic Colors of #ad7207

#ad7207 #07ad72 #7207ad

Analogous Colors of #ad7207

#ad7207 #95ad07 #ad1f07

Monochromatic Colors of #ad7207

#ad7207

Complementary Color

#ad7207 #0742ad

#ad7207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7207 Color CSS Codes

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

#ad7207 Text Font Color

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

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


#ad7207 Background Color

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

This div background color is #ad7207


#ad7207 Border Color

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

This div border color is #ad7207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7207


Comments

No comments written yet.

Please login to write comment.