Color Hex Logo

#ad959c Color Hex

#AD959C
(173,149,156)
0 Favorites   0 Comments

Color spaces of #ad959c

RGB 173149156
HSL0.950.130.63
HSV343°14°68°
CMYK 0.000.140.10   0.32
XYZ33.981832.779435.9885
Yxy32.77940.33070.3190
Hunter Lab57.25335.75262.8086
CIE-Lab63.981910.1232-0.3818

#ad959c color RGB value is (173,149,156).

#ad959c hex color red value is 173, green value is 149 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ad959c hue: 0.95 , saturation: 0.13 and the lightness value of ad959c is 0.63.

The process color (four color CMYK) of #ad959c color hex is 0.00, 0.14, 0.10, 0.32. Web safe color of #ad959c is #999999. Color #ad959c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 10011100
Octal 255 225 234
Decimal 173 149 156
Hex AD 95 9C

RGB Percentages of Color #ad959c

%36.19
%31.17
%32.64

CMYK Percentages of Color #ad959c

%0
%14
%10
%32

Triadic Colors of #ad959c

#ad959c #9cad95 #959cad

Analogous Colors of #ad959c

#ad959c #ad9a95 #ad95a8

Monochromatic Colors of #ad959c

#ad959c

Complementary Color

#ad959c #95ada6

#ad959c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad959c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad959c Color CSS Codes

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

#ad959c Text Font Color

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

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


#ad959c Background Color

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

This div background color is #ad959c


#ad959c Border Color

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

This div border color is #ad959c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad959c


Comments

No comments written yet.

Please login to write comment.