Color Hex Logo

#9cbecb Color Hex

#9CBECB
(156,190,203)
0 Favorites   0 Comments

Color spaces of #9cbecb

RGB 156190203
HSL0.550.310.70
HSV197°23°80°
CMYK 0.230.060.00   0.20
XYZ42.903248.206663.5435
Yxy48.20660.27740.3117
Hunter Lab69.4310-11.2044-5.6608
CIE-Lab74.9551-8.4990-10.3158

#9cbecb color RGB value is (156,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111110 11001011
Octal 234 276 313
Decimal 156 190 203
Hex 9C BE CB

RGB Percentages of Color #9cbecb

%28.42
%34.61
%36.98

CMYK Percentages of Color #9cbecb

%23
%6
%0
%20

Triadic Colors of #9cbecb

#9cbecb #cb9cbe #becb9c

Analogous Colors of #9cbecb

#9cbecb #9ca7cb #9ccbc1

Monochromatic Colors of #9cbecb

#9cbecb

Complementary Color

#9cbecb #cba99c

#9cbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbecb Color CSS Codes

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

#9cbecb Text Font Color

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

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


#9cbecb Background Color

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

This div background color is #9cbecb


#9cbecb Border Color

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

This div border color is #9cbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbecb


Comments

No comments written yet.

Please login to write comment.