Color Hex Logo

#ad8335 Color Hex

#AD8335
(173,131,53)
0 Favorites   0 Comments

Color spaces of #ad8335

RGB 17313153
HSL0.110.530.44
HSV39°69°68°
CMYK 0.000.240.69   0.32
XYZ25.992525.37396.8959
Yxy25.37390.44610.4355
Hunter Lab50.37253.955127.1441
CIE-Lab57.43798.000946.8959

#ad8335 color RGB value is (173,131,53).

#ad8335 hex color red value is 173, green value is 131 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ad8335 hue: 0.11 , saturation: 0.53 and the lightness value of ad8335 is 0.44.

The process color (four color CMYK) of #ad8335 color hex is 0.00, 0.24, 0.69, 0.32. Web safe color of #ad8335 is #999933. Color #ad8335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000011 00110101
Octal 255 203 65
Decimal 173 131 53
Hex AD 83 35

RGB Percentages of Color #ad8335

%48.46
%36.69
%14.85

CMYK Percentages of Color #ad8335

%0
%24
%69
%32

Triadic Colors of #ad8335

#ad8335 #35ad83 #8335ad

Analogous Colors of #ad8335

#ad8335 #9bad35 #ad4735

Monochromatic Colors of #ad8335

#ad8335

Complementary Color

#ad8335 #355fad

#ad8335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8335 Color CSS Codes

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

#ad8335 Text Font Color

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

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


#ad8335 Background Color

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

This div background color is #ad8335


#ad8335 Border Color

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

This div border color is #ad8335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8335


Comments

No comments written yet.

Please login to write comment.