Color Hex Logo

#5bcbbe Color Hex

#5BCBBE
(91,203,190)
0 Favorites   0 Comments

Color spaces of #5bcbbe

RGB 91203190
HSL0.480.520.58
HSV173°55°80°
CMYK 0.550.000.06   0.20
XYZ34.964648.653756.2635
Yxy48.65370.25000.3478
Hunter Lab69.7522-32.58991.0021
CIE-Lab75.2354-34.9945-3.1892

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001011 10111110
Octal 133 313 276
Decimal 91 203 190
Hex 5B CB BE

RGB Percentages of Color #5bcbbe

%18.80
%41.94
%39.26

CMYK Percentages of Color #5bcbbe

%55
%0
%6
%20

Triadic Colors of #5bcbbe

#5bcbbe #be5bcb #cbbe5b

Analogous Colors of #5bcbbe

#5bcbbe #5ba0cb #5bcb86

Monochromatic Colors of #5bcbbe

#5bcbbe

Complementary Color

#5bcbbe #cb5b68

#5bcbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcbbe Color CSS Codes

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

#5bcbbe Text Font Color

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

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


#5bcbbe Background Color

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

This div background color is #5bcbbe


#5bcbbe Border Color

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

This div border color is #5bcbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcbbe


Comments

No comments written yet.

Please login to write comment.