Color Hex Logo

#5bcee1 Color Hex

#5BCEE1
(91,206,225)
0 Favorites   0 Comments

Color spaces of #5bcee1

RGB 91206225
HSL0.520.690.62
HSV189°60°88°
CMYK 0.600.080.00   0.12
XYZ39.976351.803079.1262
Yxy51.80300.23390.3031
Hunter Lab71.9743-26.8117-14.7995
CIE-Lab77.1629-26.9438-19.1855

#5bcee1 color RGB value is (91,206,225).

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

The process color (four color CMYK) of #5bcee1 color hex is 0.60, 0.08, 0.00, 0.12. Web safe color of #5bcee1 is #66cccc. Color #5bcee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001110 11100001
Octal 133 316 341
Decimal 91 206 225
Hex 5B CE E1

RGB Percentages of Color #5bcee1

%17.43
%39.46
%43.10

CMYK Percentages of Color #5bcee1

%60
%8
%0
%12

Triadic Colors of #5bcee1

#5bcee1 #e15bce #cee15b

Analogous Colors of #5bcee1

#5bcee1 #5b8be1 #5be1b1

Monochromatic Colors of #5bcee1

#5bcee1

Complementary Color

#5bcee1 #e16e5b

#5bcee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcee1 Color CSS Codes

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

#5bcee1 Text Font Color

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

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


#5bcee1 Background Color

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

This div background color is #5bcee1


#5bcee1 Border Color

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

This div border color is #5bcee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcee1


Comments

No comments written yet.

Please login to write comment.