Color spaces of #5bccfc
RGB | 91 | 204 | 252 |
---|---|---|---|
HSL | 0.55 | 0.96 | 0.67 |
HSV | 198° | 64° | 99° |
CMYK | 0.64 | 0.19 | 0.00 0.01 |
XYZ | 43.4779 | 52.4382 | 99.9255 |
Yxy | 52.4382 | 0.2220 | 0.2678 |
Hunter Lab | 72.4142 | -19.5525 | -31.1252 |
CIE-Lab | 77.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 11001100 | 11111100 |
Octal | 133 | 314 | 374 |
Decimal | 91 | 204 | 252 |
Hex | 5B | CC | FC |
Shades of #5bccfc
Tints of #5bccfc
RGB Percentages of Color #5bccfc
CMYK Percentages of Color #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.