Color spaces of #5bcbfd
RGB | 91 | 203 | 253 |
---|---|---|---|
HSL | 0.55 | 0.98 | 0.67 |
HSV | 199° | 64° | 99° |
CMYK | 0.64 | 0.20 | 0.00 0.01 |
XYZ | 43.3999 | 52.0279 | 100.6835 |
Yxy | 52.0279 | 0.2213 | 0.2653 |
Hunter Lab | 72.1304 | -18.8270 | -32.2690 |
CIE-Lab | 77.2975 | -17.1214 | -33.9903 |
#5bcbfd color RGB value is (91,203,253).
#5bcbfd hex color red value is 91, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5bcbfd hue: 0.55 , saturation: 0.98 and the lightness value of 5bcbfd is 0.67.
The process color (four color CMYK) of #5bcbfd color hex is 0.64, 0.20, 0.00, 0.01. Web safe color of #5bcbfd is #66ccff. Color #5bcbfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 11001011 | 11111101 |
Octal | 133 | 313 | 375 |
Decimal | 91 | 203 | 253 |
Hex | 5B | CB | FD |
Shades of #5bcbfd
Tints of #5bcbfd
RGB Percentages of Color #5bcbfd
CMYK Percentages of Color #5bcbfd
Complementary Color
#5bcbfd | #fd8d5b |
#5bcbfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bcbfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bcbfd Color CSS Codes
.mybgcolor {background-color:#5bcbfd; } .myforecolor {color:#5bcbfd; } .mybordercolor {border:3px solid #5bcbfd; }
#5bcbfd Text Font Color
<p style="color:#5bcbfd">Text here</p>
This sample text font color is #5bcbfd
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.
#5bcbfd Background Color
<div style="background-color:#5bcbfd">
Div content here</div>
This div background color is #5bcbfd
#5bcbfd Border Color
<div style="border:3px solid #5bcbfd">
Div here</div>
This div border color is #5bcbfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,203,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bcbfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bcbfd; -webkit-box-shadow: 1px 1px 3px 2px #5bcbfd; box-shadow: 1px 1px 3px 2px #5bcbfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,203,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 #5bcbfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bcbfd; -webkit-box-shadow: 1px 1px 3px 2px #5bcbfd; box-shadow: 1px 1px 3px 2px #5bcbfd;">
Div content here</div>
This div box has shadow with color #5bcbfd
Comments
No comments written yet.
Please login to write comment.