Color Hex Logo

#9d9cba Color Hex

#9D9CBA
(157,156,186)
0 Favorites   0 Comments

Color spaces of #9d9cba

RGB 157156186
HSL0.670.180.67
HSV242°16°73°
CMYK 0.160.160.00   0.27
XYZ34.656034.490251.2851
Yxy34.49020.28780.2864
Hunter Lab58.72842.5594-10.6657
CIE-Lab65.34986.5586-15.3527

#9d9cba color RGB value is (157,156,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10011100 10111010
Octal 235 234 272
Decimal 157 156 186
Hex 9D 9C BA

RGB Percentages of Color #9d9cba

%31.46
%31.26
%37.27

CMYK Percentages of Color #9d9cba

%16
%16
%0
%27

Triadic Colors of #9d9cba

#9d9cba #ba9d9c #9cba9d

Analogous Colors of #9d9cba

#9d9cba #ac9cba #9caaba

Monochromatic Colors of #9d9cba

#9d9cba

Complementary Color

#9d9cba #b9ba9c

#9d9cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d9cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d9cba Color CSS Codes

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

#9d9cba Text Font Color

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

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


#9d9cba Background Color

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

This div background color is #9d9cba


#9d9cba Border Color

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

This div border color is #9d9cba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,156,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 #9d9cba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d9cba


Comments

No comments written yet.

Please login to write comment.