Color Hex Logo

#9ca3be Color Hex

#9CA3BE
(156,163,190)
0 Favorites   0 Comments

Color spaces of #9ca3be

RGB 156163190
HSL0.630.210.68
HSV228°18°75°
CMYK 0.180.140.00   0.25
XYZ36.101836.980053.9503
Yxy36.98000.28420.2911
Hunter Lab60.8112-0.4494-10.0329
CIE-Lab67.26203.2161-14.7060

#9ca3be color RGB value is (156,163,190).

#9ca3be hex color red value is 156, green value is 163 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9ca3be hue: 0.63 , saturation: 0.21 and the lightness value of 9ca3be is 0.68.

The process color (four color CMYK) of #9ca3be color hex is 0.18, 0.14, 0.00, 0.25. Web safe color of #9ca3be is #9999cc. Color #9ca3be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100011 10111110
Octal 234 243 276
Decimal 156 163 190
Hex 9C A3 BE

RGB Percentages of Color #9ca3be

%30.65
%32.02
%37.33

CMYK Percentages of Color #9ca3be

%18
%14
%0
%25

Triadic Colors of #9ca3be

#9ca3be #be9ca3 #a3be9c

Analogous Colors of #9ca3be

#9ca3be #a69cbe #9cb4be

Monochromatic Colors of #9ca3be

#9ca3be

Complementary Color

#9ca3be #beb79c

#9ca3be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca3be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca3be Color CSS Codes

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

#9ca3be Text Font Color

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

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


#9ca3be Background Color

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

This div background color is #9ca3be


#9ca3be Border Color

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

This div border color is #9ca3be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca3be


Comments

No comments written yet.

Please login to write comment.