Color Hex Logo

#5bc6eb Color Hex

#5BC6EB
(91,198,235)
0 Favorites   0 Comments

Color spaces of #5bc6eb

RGB 91198235
HSL0.540.780.64
HSV195°61°92°
CMYK 0.610.160.00   0.08
XYZ39.503948.610585.8979
Yxy48.61050.22700.2794
Hunter Lab69.7212-20.8744-24.2416
CIE-Lab75.2084-20.0006-27.5451

#5bc6eb color RGB value is (91,198,235).

#5bc6eb hex color red value is 91, green value is 198 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5bc6eb hue: 0.54 , saturation: 0.78 and the lightness value of 5bc6eb is 0.64.

The process color (four color CMYK) of #5bc6eb color hex is 0.61, 0.16, 0.00, 0.08. Web safe color of #5bc6eb is #66ccff. Color #5bc6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000110 11101011
Octal 133 306 353
Decimal 91 198 235
Hex 5B C6 EB

RGB Percentages of Color #5bc6eb

%17.37
%37.79
%44.85

CMYK Percentages of Color #5bc6eb

%61
%16
%0
%8

Triadic Colors of #5bc6eb

#5bc6eb #eb5bc6 #c6eb5b

Analogous Colors of #5bc6eb

#5bc6eb #5b7eeb #5bebc8

Monochromatic Colors of #5bc6eb

#5bc6eb

Complementary Color

#5bc6eb #eb805b

#5bc6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc6eb Color CSS Codes

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

#5bc6eb Text Font Color

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

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


#5bc6eb Background Color

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

This div background color is #5bc6eb


#5bc6eb Border Color

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

This div border color is #5bc6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc6eb


Comments

No comments written yet.

Please login to write comment.