Color Hex Logo

#ad939f Color Hex

#AD939F
(173,147,159)
0 Favorites   0 Comments

Color spaces of #ad939f

RGB 173147159
HSL0.920.140.63
HSV332°15°68°
CMYK 0.000.150.08   0.32
XYZ33.925332.254937.2386
Yxy32.25490.32800.3119
Hunter Lab56.79347.23780.8798
CIE-Lab63.553011.7751-2.7042

#ad939f color RGB value is (173,147,159).

#ad939f hex color red value is 173, green value is 147 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad939f hue: 0.92 , saturation: 0.14 and the lightness value of ad939f is 0.63.

The process color (four color CMYK) of #ad939f color hex is 0.00, 0.15, 0.08, 0.32. Web safe color of #ad939f is #999999. Color #ad939f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010011 10011111
Octal 255 223 237
Decimal 173 147 159
Hex AD 93 9F

RGB Percentages of Color #ad939f

%36.12
%30.69
%33.19

CMYK Percentages of Color #ad939f

%0
%15
%8
%32

Triadic Colors of #ad939f

#ad939f #9fad93 #939fad

Analogous Colors of #ad939f

#ad939f #ad9493 #ad93ac

Monochromatic Colors of #ad939f

#ad939f

Complementary Color

#ad939f #93ada1

#ad939f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad939f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad939f Color CSS Codes

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

#ad939f Text Font Color

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

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


#ad939f Background Color

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

This div background color is #ad939f


#ad939f Border Color

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

This div border color is #ad939f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad939f


Comments

No comments written yet.

Please login to write comment.