Color Hex Logo

#5bcbed Color Hex

#5BCBED
(91,203,237)
0 Favorites   0 Comments

Color spaces of #5bcbed

RGB 91203237
HSL0.540.800.64
HSV194°62°93°
CMYK 0.620.140.00   0.07
XYZ40.956451.050487.8159
Yxy51.05040.22780.2839
Hunter Lab71.4496-22.7168-22.8564
CIE-Lab76.7095-21.9528-26.3223

#5bcbed color RGB value is (91,203,237).

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

The process color (four color CMYK) of #5bcbed color hex is 0.62, 0.14, 0.00, 0.07. Web safe color of #5bcbed is #66ccff. Color #5bcbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001011 11101101
Octal 133 313 355
Decimal 91 203 237
Hex 5B CB ED

RGB Percentages of Color #5bcbed

%17.14
%38.23
%44.63

CMYK Percentages of Color #5bcbed

%62
%14
%0
%7

Triadic Colors of #5bcbed

#5bcbed #ed5bcb #cbed5b

Analogous Colors of #5bcbed

#5bcbed #5b82ed #5bedc6

Monochromatic Colors of #5bcbed

#5bcbed

Complementary Color

#5bcbed #ed7d5b

#5bcbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcbed Color CSS Codes

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

#5bcbed Text Font Color

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

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


#5bcbed Background Color

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

This div background color is #5bcbed


#5bcbed Border Color

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

This div border color is #5bcbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcbed


Comments

No comments written yet.

Please login to write comment.