Color Hex Logo

#9dc1cb Color Hex

#9DC1CB
(157,193,203)
0 Favorites   0 Comments

Color spaces of #9dc1cb

RGB 157193203
HSL0.540.310.71
HSV193°23°80°
CMYK 0.230.050.00   0.20
XYZ43.754149.619863.7714
Yxy49.61980.27840.3158
Hunter Lab70.4413-12.3984-4.3670
CIE-Lab75.8353-9.7741-8.9977

#9dc1cb color RGB value is (157,193,203).

#9dc1cb hex color red value is 157, green value is 193 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9dc1cb hue: 0.54 , saturation: 0.31 and the lightness value of 9dc1cb is 0.71.

The process color (four color CMYK) of #9dc1cb color hex is 0.23, 0.05, 0.00, 0.20. Web safe color of #9dc1cb is #99cccc. Color #9dc1cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000001 11001011
Octal 235 301 313
Decimal 157 193 203
Hex 9D C1 CB

RGB Percentages of Color #9dc1cb

%28.39
%34.90
%36.71

CMYK Percentages of Color #9dc1cb

%23
%5
%0
%20

Triadic Colors of #9dc1cb

#9dc1cb #cb9dc1 #c1cb9d

Analogous Colors of #9dc1cb

#9dc1cb #9daacb #9dcbbe

Monochromatic Colors of #9dc1cb

#9dc1cb

Complementary Color

#9dc1cb #cba79d

#9dc1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc1cb Color CSS Codes

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

#9dc1cb Text Font Color

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

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


#9dc1cb Background Color

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

This div background color is #9dc1cb


#9dc1cb Border Color

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

This div border color is #9dc1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc1cb


Comments

No comments written yet.

Please login to write comment.