Color Hex Logo

#9dadbd Color Hex

#9DADBD
(157,173,189)
0 Favorites   0 Comments

Color spaces of #9dadbd

RGB 157173189
HSL0.580.200.68
HSV210°17°74°
CMYK 0.170.080.00   0.26
XYZ38.033540.729454.0011
Yxy40.72940.28650.3068
Hunter Lab63.8196-5.3066-5.4947
CIE-Lab69.9859-2.1783-10.0593

#9dadbd color RGB value is (157,173,189).

#9dadbd hex color red value is 157, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9dadbd hue: 0.58 , saturation: 0.20 and the lightness value of 9dadbd is 0.68.

The process color (four color CMYK) of #9dadbd color hex is 0.17, 0.08, 0.00, 0.26. Web safe color of #9dadbd is #9999cc. Color #9dadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101101 10111101
Octal 235 255 275
Decimal 157 173 189
Hex 9D AD BD

RGB Percentages of Color #9dadbd

%30.25
%33.33
%36.42

CMYK Percentages of Color #9dadbd

%17
%8
%0
%26

Triadic Colors of #9dadbd

#9dadbd #bd9dad #adbd9d

Analogous Colors of #9dadbd

#9dadbd #9d9dbd #9dbdbd

Monochromatic Colors of #9dadbd

#9dadbd

Complementary Color

#9dadbd #bdad9d

#9dadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dadbd Color CSS Codes

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

#9dadbd Text Font Color

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

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


#9dadbd Background Color

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

This div background color is #9dadbd


#9dadbd Border Color

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

This div border color is #9dadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dadbd


Comments

No comments written yet.

Please login to write comment.