Color Hex Logo

#9bccbc Color Hex

#9BCCBC
(155,204,188)
0 Favorites   0 Comments

Color spaces of #9bccbc

RGB 155204188
HSL0.450.320.70
HSV160°24°80°
CMYK 0.240.000.08   0.20
XYZ44.187553.785155.6296
Yxy53.78510.28770.3502
Hunter Lab73.3383-20.79306.3634
CIE-Lab78.3363-19.28362.7622

#9bccbc color RGB value is (155,204,188).

#9bccbc hex color red value is 155, green value is 204 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9bccbc hue: 0.45 , saturation: 0.32 and the lightness value of 9bccbc is 0.70.

The process color (four color CMYK) of #9bccbc color hex is 0.24, 0.00, 0.08, 0.20. Web safe color of #9bccbc is #99cccc. Color #9bccbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001100 10111100
Octal 233 314 274
Decimal 155 204 188
Hex 9B CC BC

RGB Percentages of Color #9bccbc

%28.34
%37.29
%34.37

CMYK Percentages of Color #9bccbc

%24
%0
%8
%20

Triadic Colors of #9bccbc

#9bccbc #bc9bcc #ccbc9b

Analogous Colors of #9bccbc

#9bccbc #9bc4cc #9bcca4

Monochromatic Colors of #9bccbc

#9bccbc

Complementary Color

#9bccbc #cc9bab

#9bccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bccbc Color CSS Codes

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

#9bccbc Text Font Color

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

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


#9bccbc Background Color

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

This div background color is #9bccbc


#9bccbc Border Color

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

This div border color is #9bccbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,204,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bccbc


Comments

No comments written yet.

Please login to write comment.