Color spaces of #56bbfc
RGB | 86 | 187 | 252 |
---|---|---|---|
HSL | 0.57 | 0.97 | 0.66 |
HSV | 203° | 66° | 99° |
CMYK | 0.66 | 0.26 | 0.00 0.01 |
XYZ | 39.1788 | 44.5474 | 98.6290 |
Yxy | 44.5474 | 0.2148 | 0.2443 |
Hunter Lab | 66.7438 | -12.0218 | -40.8936 |
CIE-Lab | 72.5929 | -9.7533 | -40.7673 |
#56bbfc color RGB value is (86,187,252).
#56bbfc hex color red value is 86, green value is 187 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #56bbfc hue: 0.57 , saturation: 0.97 and the lightness value of 56bbfc is 0.66.
The process color (four color CMYK) of #56bbfc color hex is 0.66, 0.26, 0.00, 0.01. Web safe color of #56bbfc is #66ccff. Color #56bbfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10111011 | 11111100 |
Octal | 126 | 273 | 374 |
Decimal | 86 | 187 | 252 |
Hex | 56 | BB | FC |
Shades of #56bbfc
Tints of #56bbfc
RGB Percentages of Color #56bbfc
CMYK Percentages of Color #56bbfc
Complementary Color
#56bbfc | #fc9756 |
#56bbfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56bbfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#56bbfc Color CSS Codes
.mybgcolor {background-color:#56bbfc; } .myforecolor {color:#56bbfc; } .mybordercolor {border:3px solid #56bbfc; }
#56bbfc Text Font Color
<p style="color:#56bbfc">Text here</p>
This sample text font color is #56bbfc
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.
#56bbfc Background Color
<div style="background-color:#56bbfc">
Div content here</div>
This div background color is #56bbfc
#56bbfc Border Color
<div style="border:3px solid #56bbfc">
Div here</div>
This div border color is #56bbfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,187,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56bbfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56bbfc; -webkit-box-shadow: 1px 1px 3px 2px #56bbfc; box-shadow: 1px 1px 3px 2px #56bbfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,187,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 #56bbfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56bbfc; -webkit-box-shadow: 1px 1px 3px 2px #56bbfc; box-shadow: 1px 1px 3px 2px #56bbfc;">
Div content here</div>
This div box has shadow with color #56bbfc
Comments
No comments written yet.
Please login to write comment.