Color Hex Logo

#9dadba Color Hex

#9DADBA
(157,173,186)
0 Favorites   0 Comments

Color spaces of #9dadba

RGB 157173186
HSL0.570.170.67
HSV207°16°73°
CMYK 0.160.070.00   0.27
XYZ37.711140.600452.3034
Yxy40.60040.28870.3108
Hunter Lab63.7184-5.8639-4.0654
CIE-Lab69.8950-2.8307-8.5393

#9dadba color RGB value is (157,173,186).

#9dadba hex color red value is 157, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9dadba hue: 0.57 , saturation: 0.17 and the lightness value of 9dadba is 0.67.

The process color (four color CMYK) of #9dadba color hex is 0.16, 0.07, 0.00, 0.27. Web safe color of #9dadba is #9999cc. Color #9dadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101101 10111010
Octal 235 255 272
Decimal 157 173 186
Hex 9D AD BA

RGB Percentages of Color #9dadba

%30.43
%33.53
%36.05

CMYK Percentages of Color #9dadba

%16
%7
%0
%27

Triadic Colors of #9dadba

#9dadba #ba9dad #adba9d

Analogous Colors of #9dadba

#9dadba #9d9fba #9dbab9

Monochromatic Colors of #9dadba

#9dadba

Complementary Color

#9dadba #baaa9d

#9dadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dadba Color CSS Codes

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

#9dadba Text Font Color

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

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


#9dadba Background Color

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

This div background color is #9dadba


#9dadba Border Color

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

This div border color is #9dadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dadba

#9dadba Color Palettes


Comments

No comments written yet.

Please login to write comment.