Color Hex Logo

#ad935f Color Hex

#AD935F
(173,147,95)
0 Favorites   0 Comments

Color spaces of #ad935f

RGB 17314795
HSL0.110.320.53
HSV40°45°68°
CMYK 0.000.150.45   0.32
XYZ29.732930.577915.1615
Yxy30.57790.39400.4052
Hunter Lab55.2973-0.792322.4519
CIE-Lab62.14972.567031.0778

#ad935f color RGB value is (173,147,95).

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

The process color (four color CMYK) of #ad935f color hex is 0.00, 0.15, 0.45, 0.32. Web safe color of #ad935f is #999966. Color #ad935f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 01011111
Octal 255 223 137
Decimal 173 147 95
Hex AD 93 5F

RGB Percentages of Color #ad935f

%41.69
%35.42
%22.89

CMYK Percentages of Color #ad935f

%0
%15
%45
%32

Triadic Colors of #ad935f

#ad935f #5fad93 #935fad

Analogous Colors of #ad935f

#ad935f #a0ad5f #ad6c5f

Monochromatic Colors of #ad935f

#ad935f

Complementary Color

#ad935f #5f79ad

#ad935f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad935f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad935f Color CSS Codes

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

#ad935f Text Font Color

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

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


#ad935f Background Color

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

This div background color is #ad935f


#ad935f Border Color

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

This div border color is #ad935f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad935f


Comments

No comments written yet.

Please login to write comment.