Color Hex Logo

#ad8915 Color Hex

#AD8915
(173,137,21)
0 Favorites   0 Comments

Color spaces of #ad8915

RGB 17313721
HSL0.130.780.38
HSV46°88°68°
CMYK 0.000.210.88   0.32
XYZ26.314626.82974.5012
Yxy26.82970.45650.4654
Hunter Lab51.79740.037831.1059
CIE-Lab58.81643.394559.8394

#ad8915 color RGB value is (173,137,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001001 00010101
Octal 255 211 25
Decimal 173 137 21
Hex AD 89 15

RGB Percentages of Color #ad8915

%52.27
%41.39
%6.34

CMYK Percentages of Color #ad8915

%0
%21
%88
%32

Triadic Colors of #ad8915

#ad8915 #15ad89 #8915ad

Analogous Colors of #ad8915

#ad8915 #85ad15 #ad3d15

Monochromatic Colors of #ad8915

#ad8915

Complementary Color

#ad8915 #1539ad

#ad8915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8915 Color CSS Codes

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

#ad8915 Text Font Color

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

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


#ad8915 Background Color

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

This div background color is #ad8915


#ad8915 Border Color

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

This div border color is #ad8915


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,137,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 #ad8915">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8915


Comments

No comments written yet.

Please login to write comment.