Color Hex Logo

#ad888f Color Hex

#AD888F
(173,136,143)
0 Favorites   0 Comments

Color spaces of #ad888f

RGB 173136143
HSL0.970.180.61
HSV349°21°68°
CMYK 0.000.210.17   0.32
XYZ30.995728.475729.8493
Yxy28.47570.34700.3188
Hunter Lab53.362610.29724.1890
CIE-Lab60.316115.20921.6559

#ad888f color RGB value is (173,136,143).

#ad888f hex color red value is 173, green value is 136 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ad888f hue: 0.97 , saturation: 0.18 and the lightness value of ad888f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001000 10001111
Octal 255 210 217
Decimal 173 136 143
Hex AD 88 8F

RGB Percentages of Color #ad888f

%38.27
%30.09
%31.64

CMYK Percentages of Color #ad888f

%0
%21
%17
%32

Triadic Colors of #ad888f

#ad888f #8fad88 #888fad

Analogous Colors of #ad888f

#ad888f #ad9488 #ad88a2

Monochromatic Colors of #ad888f

#ad888f

Complementary Color

#ad888f #88ada6

#ad888f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad888f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad888f Color CSS Codes

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

#ad888f Text Font Color

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

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


#ad888f Background Color

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

This div background color is #ad888f


#ad888f Border Color

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

This div border color is #ad888f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,136,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 #ad888f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad888f


Comments

No comments written yet.

Please login to write comment.