Color Hex Logo

#ad705d Color Hex

#AD705D
(173,112,93)
0 Favorites   0 Comments

Color spaces of #ad705d

RGB 17311293
HSL0.040.330.52
HSV14°46°68°
CMYK 0.000.350.46   0.32
XYZ25.003521.262913.1422
Yxy21.26290.42090.3579
Hunter Lab46.111716.093915.3801
CIE-Lab53.236021.943020.5325

#ad705d color RGB value is (173,112,93).

#ad705d hex color red value is 173, green value is 112 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ad705d hue: 0.04 , saturation: 0.33 and the lightness value of ad705d is 0.52.

The process color (four color CMYK) of #ad705d color hex is 0.00, 0.35, 0.46, 0.32. Web safe color of #ad705d is #996666. Color #ad705d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110000 01011101
Octal 255 160 135
Decimal 173 112 93
Hex AD 70 5D

RGB Percentages of Color #ad705d

%45.77
%29.63
%24.60

CMYK Percentages of Color #ad705d

%0
%35
%46
%32

Triadic Colors of #ad705d

#ad705d #5dad70 #705dad

Analogous Colors of #ad705d

#ad705d #ad985d #ad5d72

Monochromatic Colors of #ad705d

#ad705d

Complementary Color

#ad705d #5d9aad

#ad705d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad705d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad705d Color CSS Codes

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

#ad705d Text Font Color

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

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


#ad705d Background Color

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

This div background color is #ad705d


#ad705d Border Color

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

This div border color is #ad705d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad705d


Comments

No comments written yet.

Please login to write comment.