Color Hex Logo

#ad5d07 Color Hex

#AD5D07
(173,93,7)
0 Favorites   0 Comments

Color spaces of #ad5d07

RGB 173937
HSL0.090.920.35
HSV31°96°68°
CMYK 0.000.460.96   0.32
XYZ21.186316.72832.3133
Yxy16.72830.52670.4158
Hunter Lab40.900220.887525.2768
CIE-Lab47.915927.663254.8069

#ad5d07 color RGB value is (173,93,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011101 00000111
Octal 255 135 7
Decimal 173 93 7
Hex AD 5D 7

RGB Percentages of Color #ad5d07

%63.37
%34.07
%2.56

CMYK Percentages of Color #ad5d07

%0
%46
%96
%32

Triadic Colors of #ad5d07

#ad5d07 #07ad5d #5d07ad

Analogous Colors of #ad5d07

#ad5d07 #aaad07 #ad0a07

Monochromatic Colors of #ad5d07

#ad5d07

Complementary Color

#ad5d07 #0757ad

#ad5d07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5d07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5d07 Color CSS Codes

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

#ad5d07 Text Font Color

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

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


#ad5d07 Background Color

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

This div background color is #ad5d07


#ad5d07 Border Color

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

This div border color is #ad5d07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5d07


Comments

No comments written yet.

Please login to write comment.