Color Hex Logo

#9ca9ce Color Hex

#9CA9CE
(156,169,206)
0 Favorites   0 Comments

Color spaces of #9ca9ce

RGB 156169206
HSL0.620.340.71
HSV224°24°81°
CMYK 0.240.180.00   0.19
XYZ39.038839.900164.0364
Yxy39.90010.27300.2791
Hunter Lab63.1665-0.2231-15.8899
CIE-Lab69.39833.5725-20.3274

#9ca9ce color RGB value is (156,169,206).

#9ca9ce hex color red value is 156, green value is 169 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9ca9ce hue: 0.62 , saturation: 0.34 and the lightness value of 9ca9ce is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101001 11001110
Octal 234 251 316
Decimal 156 169 206
Hex 9C A9 CE

RGB Percentages of Color #9ca9ce

%29.38
%31.83
%38.79

CMYK Percentages of Color #9ca9ce

%24
%18
%0
%19

Triadic Colors of #9ca9ce

#9ca9ce #ce9ca9 #a9ce9c

Analogous Colors of #9ca9ce

#9ca9ce #a89cce #9cc2ce

Monochromatic Colors of #9ca9ce

#9ca9ce

Complementary Color

#9ca9ce #cec19c

#9ca9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ca9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ca9ce Color CSS Codes

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

#9ca9ce Text Font Color

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

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


#9ca9ce Background Color

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

This div background color is #9ca9ce


#9ca9ce Border Color

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

This div border color is #9ca9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ca9ce


Comments

No comments written yet.

Please login to write comment.