Color Hex Logo

#5bccfc Color Hex

#5BCCFC
(91,204,252)
0 Favorites   0 Comments

Color spaces of #5bccfc

RGB 91204252
HSL0.550.960.67
HSV198°64°99°
CMYK 0.640.190.00   0.01
XYZ43.477952.438299.9255
Yxy52.43820.22200.2678
Hunter Lab72.4142-19.5525-31.1252
CIE-Lab77.5421-17.9452-33.0783

#5bccfc color RGB value is (91,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001100 11111100
Octal 133 314 374
Decimal 91 204 252
Hex 5B CC FC

RGB Percentages of Color #5bccfc

%16.64
%37.29
%46.07

CMYK Percentages of Color #5bccfc

%64
%19
%0
%1

Triadic Colors of #5bccfc

#5bccfc #fc5bcc #ccfc5b

Analogous Colors of #5bccfc

#5bccfc #5b7cfc #5bfcdc

Monochromatic Colors of #5bccfc

#5bccfc

Complementary Color

#5bccfc #fc8b5b

#5bccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bccfc Color CSS Codes

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

#5bccfc Text Font Color

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

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


#5bccfc Background Color

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

This div background color is #5bccfc


#5bccfc Border Color

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

This div border color is #5bccfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,204,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 #5bccfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bccfc


Comments

No comments written yet.

Please login to write comment.