Color Hex Logo

#9dadaf Color Hex

#9DADAF
(157,173,175)
0 Favorites   0 Comments

Color spaces of #9dadaf

RGB 157173175
HSL0.520.100.65
HSV187°10°69°
CMYK 0.100.010.00   0.31
XYZ36.586140.150446.3789
Yxy40.15040.29720.3261
Hunter Lab63.3643-7.82300.9583
CIE-Lab69.5765-5.1482-2.9359

#9dadaf color RGB value is (157,173,175).

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

The process color (four color CMYK) of #9dadaf color hex is 0.10, 0.01, 0.00, 0.31. Web safe color of #9dadaf is #999999. Color #9dadaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101101 10101111
Octal 235 255 257
Decimal 157 173 175
Hex 9D AD AF

RGB Percentages of Color #9dadaf

%31.09
%34.26
%34.65

CMYK Percentages of Color #9dadaf

%10
%1
%0
%31

Triadic Colors of #9dadaf

#9dadaf #af9dad #adaf9d

Analogous Colors of #9dadaf

#9dadaf #9da4af #9dafa8

Monochromatic Colors of #9dadaf

#9dadaf

Complementary Color

#9dadaf #af9f9d

#9dadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dadaf Color CSS Codes

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

#9dadaf Text Font Color

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

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


#9dadaf Background Color

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

This div background color is #9dadaf


#9dadaf Border Color

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

This div border color is #9dadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dadaf


Comments

No comments written yet.

Please login to write comment.