Color spaces of #5bbcfd
RGB | 91 | 188 | 253 |
---|---|---|---|
HSL | 0.57 | 0.98 | 0.67 |
HSV | 204° | 64° | 99° |
CMYK | 0.64 | 0.26 | 0.00 0.01 |
XYZ | 40.0272 | 45.2824 | 99.5592 |
Yxy | 45.2824 | 0.2165 | 0.2449 |
Hunter Lab | 67.2922 | -11.5848 | -40.6154 |
CIE-Lab | 73.0775 | -9.1752 | -40.5382 |
#5bbcfd color RGB value is (91,188,253).
#5bbcfd hex color red value is 91, green value is 188 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5bbcfd hue: 0.57 , saturation: 0.98 and the lightness value of 5bbcfd is 0.67.
The process color (four color CMYK) of #5bbcfd color hex is 0.64, 0.26, 0.00, 0.01. Web safe color of #5bbcfd is #66ccff. Color #5bbcfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 10111100 | 11111101 |
Octal | 133 | 274 | 375 |
Decimal | 91 | 188 | 253 |
Hex | 5B | BC | FD |
Shades of #5bbcfd
Tints of #5bbcfd
RGB Percentages of Color #5bbcfd
CMYK Percentages of Color #5bbcfd
Complementary Color
#5bbcfd | #fd9c5b |
#5bbcfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bbcfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bbcfd Color CSS Codes
.mybgcolor {background-color:#5bbcfd; } .myforecolor {color:#5bbcfd; } .mybordercolor {border:3px solid #5bbcfd; }
#5bbcfd Text Font Color
<p style="color:#5bbcfd">Text here</p>
This sample text font color is #5bbcfd
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.
#5bbcfd Background Color
<div style="background-color:#5bbcfd">
Div content here</div>
This div background color is #5bbcfd
#5bbcfd Border Color
<div style="border:3px solid #5bbcfd">
Div here</div>
This div border color is #5bbcfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,188,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bbcfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bbcfd; -webkit-box-shadow: 1px 1px 3px 2px #5bbcfd; box-shadow: 1px 1px 3px 2px #5bbcfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,188,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5bbcfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bbcfd; -webkit-box-shadow: 1px 1px 3px 2px #5bbcfd; box-shadow: 1px 1px 3px 2px #5bbcfd;">
Div content here</div>
This div box has shadow with color #5bbcfd
Related Colors
Comments
No comments written yet.
Please login to write comment.