Color Hex Logo

#5bcedb Color Hex

#5BCEDB
(91,206,219)
0 Favorites   0 Comments

Color spaces of #5bcedb

RGB 91206219
HSL0.520.640.61
HSV186°58°86°
CMYK 0.580.060.00   0.14
XYZ39.171951.481274.8901
Yxy51.48120.23660.3110
Hunter Lab71.7504-28.1117-11.6592
CIE-Lab76.9696-28.6403-16.2510

#5bcedb color RGB value is (91,206,219).

#5bcedb hex color red value is 91, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5bcedb hue: 0.52 , saturation: 0.64 and the lightness value of 5bcedb is 0.61.

The process color (four color CMYK) of #5bcedb color hex is 0.58, 0.06, 0.00, 0.14. Web safe color of #5bcedb is #66cccc. Color #5bcedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001110 11011011
Octal 133 316 333
Decimal 91 206 219
Hex 5B CE DB

RGB Percentages of Color #5bcedb

%17.64
%39.92
%42.44

CMYK Percentages of Color #5bcedb

%58
%6
%0
%14

Triadic Colors of #5bcedb

#5bcedb #db5bce #cedb5b

Analogous Colors of #5bcedb

#5bcedb #5b8edb #5bdba8

Monochromatic Colors of #5bcedb

#5bcedb

Complementary Color

#5bcedb #db685b

#5bcedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcedb Color CSS Codes

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

#5bcedb Text Font Color

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

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


#5bcedb Background Color

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

This div background color is #5bcedb


#5bcedb Border Color

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

This div border color is #5bcedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcedb


Comments

No comments written yet.

Please login to write comment.