Color Hex Logo

#9ca5be Color Hex

#9CA5BE
(156,165,190)
0 Favorites   0 Comments

Color spaces of #9ca5be

RGB 156165190
HSL0.620.210.68
HSV224°18°75°
CMYK 0.180.130.00   0.25
XYZ36.459737.695954.0696
Yxy37.69590.28430.2940
Hunter Lab61.3970-1.4451-9.2362
CIE-Lab67.79592.1076-13.9022

#9ca5be color RGB value is (156,165,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10100101 10111110
Octal 234 245 276
Decimal 156 165 190
Hex 9C A5 BE

RGB Percentages of Color #9ca5be

%30.53
%32.29
%37.18

CMYK Percentages of Color #9ca5be

%18
%13
%0
%25

Triadic Colors of #9ca5be

#9ca5be #be9ca5 #a5be9c

Analogous Colors of #9ca5be

#9ca5be #a49cbe #9cb6be

Monochromatic Colors of #9ca5be

#9ca5be

Complementary Color

#9ca5be #beb59c

#9ca5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca5be Color CSS Codes

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

#9ca5be Text Font Color

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

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


#9ca5be Background Color

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

This div background color is #9ca5be


#9ca5be Border Color

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

This div border color is #9ca5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca5be


Comments

No comments written yet.

Please login to write comment.