Color Hex Logo

#5bcbcb Color Hex

#5BCBCB
(91,203,203)
0 Favorites   0 Comments

Color spaces of #5bcbcb

RGB 91203203
HSL0.500.520.58
HSV180°55°80°
CMYK 0.550.000.00   0.20
XYZ36.449849.247864.0846
Yxy49.24780.24340.3288
Hunter Lab70.1768-30.0965-5.0192
CIE-Lab75.6052-31.5862-9.6679

#5bcbcb color RGB value is (91,203,203).

#5bcbcb hex color red value is 91, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5bcbcb hue: 0.50 , saturation: 0.52 and the lightness value of 5bcbcb is 0.58.

The process color (four color CMYK) of #5bcbcb color hex is 0.55, 0.00, 0.00, 0.20. Web safe color of #5bcbcb is #66cccc. Color #5bcbcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001011 11001011
Octal 133 313 313
Decimal 91 203 203
Hex 5B CB CB

RGB Percentages of Color #5bcbcb

%18.31
%40.85
%40.85

CMYK Percentages of Color #5bcbcb

%55
%0
%0
%20

Triadic Colors of #5bcbcb

#5bcbcb #cb5bcb #cbcb5b

Analogous Colors of #5bcbcb

#5bcbcb #5b93cb #5bcb93

Monochromatic Colors of #5bcbcb

#5bcbcb

Complementary Color

#5bcbcb #cb5b5b

#5bcbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcbcb Color CSS Codes

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

#5bcbcb Text Font Color

<p style="color:#5bcbcb">Text here</p>

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


#5bcbcb Background Color

<div style="background-color:#5bcbcb">
Div content here</div>

This div background color is #5bcbcb


#5bcbcb Border Color

<div style="border:3px solid #5bcbcb">
Div here</div>

This div border color is #5bcbcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,203,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bcbcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bcbcb;
  -webkit-box-shadow: 1px 1px 3px 2px #5bcbcb;
  box-shadow:         1px 1px 3px 2px #5bcbcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,203,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 #5bcbcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcbcb


Comments

No comments written yet.

Please login to write comment.