Color Hex Logo

#ad867e Color Hex

#AD867E
(173,134,126)
0 Favorites   0 Comments

Color spaces of #ad867e

RGB 173134126
HSL0.030.220.59
HSV10°27°68°
CMYK 0.000.230.27   0.32
XYZ29.524627.440823.4792
Yxy27.44080.36700.3411
Hunter Lab52.38408.934110.0942
CIE-Lab59.380113.710310.0330

#ad867e color RGB value is (173,134,126).

#ad867e hex color red value is 173, green value is 134 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ad867e hue: 0.03 , saturation: 0.22 and the lightness value of ad867e is 0.59.

The process color (four color CMYK) of #ad867e color hex is 0.00, 0.23, 0.27, 0.32. Web safe color of #ad867e is #999966. Color #ad867e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 01111110
Octal 255 206 176
Decimal 173 134 126
Hex AD 86 7E

RGB Percentages of Color #ad867e

%39.95
%30.95
%29.10

CMYK Percentages of Color #ad867e

%0
%23
%27
%32

Triadic Colors of #ad867e

#ad867e #7ead86 #867ead

Analogous Colors of #ad867e

#ad867e #ad9e7e #ad7e8e

Monochromatic Colors of #ad867e

#ad867e

Complementary Color

#ad867e #7ea5ad

#ad867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad867e Color CSS Codes

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

#ad867e Text Font Color

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

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


#ad867e Background Color

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

This div background color is #ad867e


#ad867e Border Color

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

This div border color is #ad867e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad867e


Comments

No comments written yet.

Please login to write comment.