Color Hex Logo

#5bc6ce Color Hex

#5BC6CE
(91,198,206)
0 Favorites   0 Comments

Color spaces of #5bc6ce

RGB 91198206
HSL0.510.540.58
HSV184°56°81°
CMYK 0.560.040.00   0.19
XYZ35.649047.068565.5988
Yxy47.06850.24040.3174
Hunter Lab68.6065-27.3100-8.6662
CIE-Lab74.2336-28.3539-13.3426

#5bc6ce color RGB value is (91,198,206).

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

The process color (four color CMYK) of #5bc6ce color hex is 0.56, 0.04, 0.00, 0.19. Web safe color of #5bc6ce is #66cccc. Color #5bc6ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11000110 11001110
Octal 133 306 316
Decimal 91 198 206
Hex 5B C6 CE

RGB Percentages of Color #5bc6ce

%18.38
%40.00
%41.62

CMYK Percentages of Color #5bc6ce

%56
%4
%0
%19

Triadic Colors of #5bc6ce

#5bc6ce #ce5bc6 #c6ce5b

Analogous Colors of #5bc6ce

#5bc6ce #5b8dce #5bce9d

Monochromatic Colors of #5bc6ce

#5bc6ce

Complementary Color

#5bc6ce #ce635b

#5bc6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bc6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bc6ce Color CSS Codes

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

#5bc6ce Text Font Color

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

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


#5bc6ce Background Color

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

This div background color is #5bc6ce


#5bc6ce Border Color

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

This div border color is #5bc6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bc6ce


Comments

No comments written yet.

Please login to write comment.