Color Hex Logo

#9bcbca Color Hex

#9BCBCA
(155,203,202)
0 Favorites   0 Comments

Color spaces of #9bcbca

RGB 155203202
HSL0.500.320.70
HSV179°24°80°
CMYK 0.240.000.00   0.20
XYZ45.534253.944763.8896
Yxy53.94470.27870.3302
Hunter Lab73.4471-17.8696-0.1618
CIE-Lab78.4295-15.7897-4.6283

#9bcbca color RGB value is (155,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001011 11001010
Octal 233 313 312
Decimal 155 203 202
Hex 9B CB CA

RGB Percentages of Color #9bcbca

%27.68
%36.25
%36.07

CMYK Percentages of Color #9bcbca

%24
%0
%0
%20

Triadic Colors of #9bcbca

#9bcbca #ca9bcb #cbca9b

Analogous Colors of #9bcbca

#9bcbca #9bb4cb #9bcbb2

Monochromatic Colors of #9bcbca

#9bcbca

Complementary Color

#9bcbca #cb9b9c

#9bcbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcbca Color CSS Codes

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

#9bcbca Text Font Color

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

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


#9bcbca Background Color

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

This div background color is #9bcbca


#9bcbca Border Color

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

This div border color is #9bcbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcbca


Comments

No comments written yet.

Please login to write comment.