Color Hex Logo

#9cadce Color Hex

#9CADCE
(156,173,206)
0 Favorites   0 Comments

Color spaces of #9cadce

RGB 156173206
HSL0.610.340.71
HSV220°24°81°
CMYK 0.240.160.00   0.19
XYZ39.794441.411364.2883
Yxy41.41130.27350.2846
Hunter Lab64.3516-2.2327-14.1855
CIE-Lab70.46311.3654-18.7110

#9cadce color RGB value is (156,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101101 11001110
Octal 234 255 316
Decimal 156 173 206
Hex 9C AD CE

RGB Percentages of Color #9cadce

%29.16
%32.34
%38.50

CMYK Percentages of Color #9cadce

%24
%16
%0
%19

Triadic Colors of #9cadce

#9cadce #ce9cad #adce9c

Analogous Colors of #9cadce

#9cadce #a49cce #9cc6ce

Monochromatic Colors of #9cadce

#9cadce

Complementary Color

#9cadce #cebd9c

#9cadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cadce Color CSS Codes

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

#9cadce Text Font Color

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

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


#9cadce Background Color

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

This div background color is #9cadce


#9cadce Border Color

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

This div border color is #9cadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cadce


Comments

No comments written yet.

Please login to write comment.