Color Hex Logo

#9da7ad Color Hex

#9DA7AD
(157,167,173)
0 Favorites   0 Comments

Color spaces of #9da7ad

RGB 157167173
HSL0.560.090.65
HSV203°68°
CMYK 0.090.030.00   0.32
XYZ35.266237.822744.9769
Yxy37.82270.29870.3204
Hunter Lab61.5002-5.2676-0.3104
CIE-Lab67.8897-2.3051-4.3123

#9da7ad color RGB value is (157,167,173).

#9da7ad hex color red value is 157, green value is 167 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9da7ad hue: 0.56 , saturation: 0.09 and the lightness value of 9da7ad is 0.65.

The process color (four color CMYK) of #9da7ad color hex is 0.09, 0.03, 0.00, 0.32. Web safe color of #9da7ad is #999999. Color #9da7ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10100111 10101101
Octal 235 247 255
Decimal 157 167 173
Hex 9D A7 AD

RGB Percentages of Color #9da7ad

%31.59
%33.60
%34.81

CMYK Percentages of Color #9da7ad

%9
%3
%0
%32

Triadic Colors of #9da7ad

#9da7ad #ad9da7 #a7ad9d

Analogous Colors of #9da7ad

#9da7ad #9d9fad #9dadab

Monochromatic Colors of #9da7ad

#9da7ad

Complementary Color

#9da7ad #ada39d

#9da7ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9da7ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9da7ad Color CSS Codes

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

#9da7ad Text Font Color

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

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


#9da7ad Background Color

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

This div background color is #9da7ad


#9da7ad Border Color

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

This div border color is #9da7ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9da7ad

#9da7ad Color Palettes


Comments

No comments written yet.

Please login to write comment.