Color Hex Logo

#ad959d Color Hex

#AD959D
(173,149,157)
0 Favorites   0 Comments

Color spaces of #ad959d

RGB 173149157
HSL0.940.130.63
HSV340°14°68°
CMYK 0.000.140.09   0.32
XYZ34.066832.813536.4364
Yxy32.81350.32970.3176
Hunter Lab57.28315.91032.3852
CIE-Lab64.009610.2994-0.9053

#ad959d color RGB value is (173,149,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010101 10011101
Octal 255 225 235
Decimal 173 149 157
Hex AD 95 9D

RGB Percentages of Color #ad959d

%36.12
%31.11
%32.78

CMYK Percentages of Color #ad959d

%0
%14
%9
%32

Triadic Colors of #ad959d

#ad959d #9dad95 #959dad

Analogous Colors of #ad959d

#ad959d #ad9995 #ad95a9

Monochromatic Colors of #ad959d

#ad959d

Complementary Color

#ad959d #95ada5

#ad959d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad959d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad959d Color CSS Codes

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

#ad959d Text Font Color

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

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


#ad959d Background Color

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

This div background color is #ad959d


#ad959d Border Color

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

This div border color is #ad959d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad959d


Comments

No comments written yet.

Please login to write comment.