Color Hex Logo

#9dbccb Color Hex

#9DBCCB
(157,188,203)
0 Favorites   0 Comments

Color spaces of #9dbccb

RGB 157188203
HSL0.550.310.71
HSV200°23°80°
CMYK 0.230.070.00   0.20
XYZ42.667347.446363.4092
Yxy47.44630.27790.3091
Hunter Lab68.8813-9.9735-6.3630
CIE-Lab74.4743-7.1313-11.0268

#9dbccb color RGB value is (157,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10111100 11001011
Octal 235 274 313
Decimal 157 188 203
Hex 9D BC CB

RGB Percentages of Color #9dbccb

%28.65
%34.31
%37.04

CMYK Percentages of Color #9dbccb

%23
%7
%0
%20

Triadic Colors of #9dbccb

#9dbccb #cb9dbc #bccb9d

Analogous Colors of #9dbccb

#9dbccb #9da5cb #9dcbc3

Monochromatic Colors of #9dbccb

#9dbccb

Complementary Color

#9dbccb #cbac9d

#9dbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dbccb Color CSS Codes

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

#9dbccb Text Font Color

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

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


#9dbccb Background Color

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

This div background color is #9dbccb


#9dbccb Border Color

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

This div border color is #9dbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dbccb


Comments

No comments written yet.

Please login to write comment.