Color Hex Logo

#ad5325 Color Hex

#AD5325
(173,83,37)
0 Favorites   0 Comments

Color spaces of #ad5325

RGB 1738337
HSL0.060.650.41
HSV20°79°68°
CMYK 0.000.520.79   0.32
XYZ20.660815.20433.5960
Yxy15.20430.52360.3853
Hunter Lab38.992726.343421.8270
CIE-Lab45.912833.769742.5784

#ad5325 color RGB value is (173,83,37).

#ad5325 hex color red value is 173, green value is 83 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ad5325 hue: 0.06 , saturation: 0.65 and the lightness value of ad5325 is 0.41.

The process color (four color CMYK) of #ad5325 color hex is 0.00, 0.52, 0.79, 0.32. Web safe color of #ad5325 is #996633. Color #ad5325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010011 00100101
Octal 255 123 45
Decimal 173 83 37
Hex AD 53 25

RGB Percentages of Color #ad5325

%59.04
%28.33
%12.63

CMYK Percentages of Color #ad5325

%0
%52
%79
%32

Triadic Colors of #ad5325

#ad5325 #25ad53 #5325ad

Analogous Colors of #ad5325

#ad5325 #ad9725 #ad253b

Monochromatic Colors of #ad5325

#ad5325

Complementary Color

#ad5325 #257fad

#ad5325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad5325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad5325 Color CSS Codes

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

#ad5325 Text Font Color

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

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


#ad5325 Background Color

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

This div background color is #ad5325


#ad5325 Border Color

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

This div border color is #ad5325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad5325


Comments

No comments written yet.

Please login to write comment.