Color Hex Logo

#9c9dbc Color Hex

#9C9DBC
(156,157,188)
0 Favorites   0 Comments

Color spaces of #9c9dbc

RGB 156157188
HSL0.660.190.67
HSV238°17°74°
CMYK 0.170.160.00   0.26
XYZ34.844434.812752.4600
Yxy34.81270.28530.2851
Hunter Lab59.00232.1610-11.4142
CIE-Lab65.60266.1152-16.0963

#9c9dbc color RGB value is (156,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10011101 10111100
Octal 234 235 274
Decimal 156 157 188
Hex 9C 9D BC

RGB Percentages of Color #9c9dbc

%31.14
%31.34
%37.52

CMYK Percentages of Color #9c9dbc

%17
%16
%0
%26

Triadic Colors of #9c9dbc

#9c9dbc #bc9c9d #9dbc9c

Analogous Colors of #9c9dbc

#9c9dbc #ab9cbc #9cadbc

Monochromatic Colors of #9c9dbc

#9c9dbc

Complementary Color

#9c9dbc #bcbb9c

#9c9dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c9dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c9dbc Color CSS Codes

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

#9c9dbc Text Font Color

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

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


#9c9dbc Background Color

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

This div background color is #9c9dbc


#9c9dbc Border Color

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

This div border color is #9c9dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c9dbc


Comments

No comments written yet.

Please login to write comment.