Color Hex Logo

#ad7515 Color Hex

#AD7515
(173,117,21)
0 Favorites   0 Comments

Color spaces of #ad7515

RGB 17311721
HSL0.110.780.38
HSV38°88°68°
CMYK 0.000.320.88   0.32
XYZ23.730221.66103.6397
Yxy21.66100.48400.4418
Hunter Lab46.54149.564927.9423
CIE-Lab53.665514.558755.6863

#ad7515 color RGB value is (173,117,21).

#ad7515 hex color red value is 173, green value is 117 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ad7515 hue: 0.11 , saturation: 0.78 and the lightness value of ad7515 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110101 00010101
Octal 255 165 25
Decimal 173 117 21
Hex AD 75 15

RGB Percentages of Color #ad7515

%55.63
%37.62
%6.75

CMYK Percentages of Color #ad7515

%0
%32
%88
%32

Triadic Colors of #ad7515

#ad7515 #15ad75 #7515ad

Analogous Colors of #ad7515

#ad7515 #99ad15 #ad2915

Monochromatic Colors of #ad7515

#ad7515

Complementary Color

#ad7515 #154dad

#ad7515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7515 Color CSS Codes

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

#ad7515 Text Font Color

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

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


#ad7515 Background Color

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

This div background color is #ad7515


#ad7515 Border Color

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

This div border color is #ad7515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7515


Comments

No comments written yet.

Please login to write comment.