Color Hex Logo

#5bcbfc Color Hex

#5BCBFC
(91,203,252)
0 Favorites   0 Comments

Color spaces of #5bcbfc

RGB 91203252
HSL0.550.960.67
HSV198°64°99°
CMYK 0.640.190.00   0.01
XYZ43.241051.964399.8465
Yxy51.96430.22170.2664
Hunter Lab72.0863-19.0776-31.6620
CIE-Lab77.2595-17.4279-33.5144

#5bcbfc color RGB value is (91,203,252).

#5bcbfc hex color red value is 91, green value is 203 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5bcbfc hue: 0.55 , saturation: 0.96 and the lightness value of 5bcbfc is 0.67.

The process color (four color CMYK) of #5bcbfc color hex is 0.64, 0.19, 0.00, 0.01. Web safe color of #5bcbfc is #66ccff. Color #5bcbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001011 11111100
Octal 133 313 374
Decimal 91 203 252
Hex 5B CB FC

RGB Percentages of Color #5bcbfc

%16.67
%37.18
%46.15

CMYK Percentages of Color #5bcbfc

%64
%19
%0
%1

Triadic Colors of #5bcbfc

#5bcbfc #fc5bcb #cbfc5b

Analogous Colors of #5bcbfc

#5bcbfc #5b7bfc #5bfcdd

Monochromatic Colors of #5bcbfc

#5bcbfc

Complementary Color

#5bcbfc #fc8c5b

#5bcbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcbfc Color CSS Codes

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

#5bcbfc Text Font Color

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

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


#5bcbfc Background Color

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

This div background color is #5bcbfc


#5bcbfc Border Color

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

This div border color is #5bcbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.