Color Hex Logo

#9dc3cb Color Hex

#9DC3CB
(157,195,203)
0 Favorites   0 Comments

Color spaces of #9dc3cb

RGB 157195203
HSL0.530.310.71
HSV190°23°80°
CMYK 0.230.040.00   0.20
XYZ44.199250.510163.9198
Yxy50.51010.27860.3184
Hunter Lab71.0705-13.3629-3.5753
CIE-Lab76.3813-10.8229-8.1860

#9dc3cb color RGB value is (157,195,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 11000011 11001011
Octal 235 303 313
Decimal 157 195 203
Hex 9D C3 CB

RGB Percentages of Color #9dc3cb

%28.29
%35.14
%36.58

CMYK Percentages of Color #9dc3cb

%23
%4
%0
%20

Triadic Colors of #9dc3cb

#9dc3cb #cb9dc3 #c3cb9d

Analogous Colors of #9dc3cb

#9dc3cb #9daccb #9dcbbc

Monochromatic Colors of #9dc3cb

#9dc3cb

Complementary Color

#9dc3cb #cba59d

#9dc3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dc3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dc3cb Color CSS Codes

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

#9dc3cb Text Font Color

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

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


#9dc3cb Background Color

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

This div background color is #9dc3cb


#9dc3cb Border Color

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

This div border color is #9dc3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dc3cb


Comments

No comments written yet.

Please login to write comment.