Color Hex Logo

#ad868f Color Hex

#AD868F
(173,134,143)
0 Favorites   0 Comments

Color spaces of #ad868f

RGB 173134143
HSL0.960.190.60
HSV346°23°68°
CMYK 0.000.230.17   0.32
XYZ30.716627.917629.7563
Yxy27.91760.34750.3158
Hunter Lab52.837111.30523.5956
CIE-Lab59.814216.33630.9257

#ad868f color RGB value is (173,134,143).

#ad868f hex color red value is 173, green value is 134 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ad868f hue: 0.96 , saturation: 0.19 and the lightness value of ad868f is 0.60.

The process color (four color CMYK) of #ad868f color hex is 0.00, 0.23, 0.17, 0.32. Web safe color of #ad868f is #999999. Color #ad868f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000110 10001111
Octal 255 206 217
Decimal 173 134 143
Hex AD 86 8F

RGB Percentages of Color #ad868f

%38.44
%29.78
%31.78

CMYK Percentages of Color #ad868f

%0
%23
%17
%32

Triadic Colors of #ad868f

#ad868f #8fad86 #868fad

Analogous Colors of #ad868f

#ad868f #ad9186 #ad86a3

Monochromatic Colors of #ad868f

#ad868f

Complementary Color

#ad868f #86ada4

#ad868f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad868f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad868f Color CSS Codes

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

#ad868f Text Font Color

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

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


#ad868f Background Color

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

This div background color is #ad868f


#ad868f Border Color

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

This div border color is #ad868f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad868f


Comments

No comments written yet.

Please login to write comment.