Color spaces of #5bebfd
RGB | 91 | 235 | 253 |
---|---|---|---|
HSL | 0.52 | 0.98 | 0.67 |
HSV | 187° | 64° | 99° |
CMYK | 0.64 | 0.07 | 0.00 0.01 |
XYZ | 51.7523 | 68.7327 | 103.4676 |
Yxy | 68.7327 | 0.2311 | 0.3069 |
Hunter Lab | 82.9052 | -33.6582 | -15.9617 |
CIE-Lab | 86.3715 | -32.9681 | -20.1251 |
#5bebfd color RGB value is (91,235,253).
#5bebfd hex color red value is 91, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5bebfd hue: 0.52 , saturation: 0.98 and the lightness value of 5bebfd is 0.67.
The process color (four color CMYK) of #5bebfd color hex is 0.64, 0.07, 0.00, 0.01. Web safe color of #5bebfd is #66ffff. Color #5bebfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 11101011 | 11111101 |
Octal | 133 | 353 | 375 |
Decimal | 91 | 235 | 253 |
Hex | 5B | EB | FD |
Shades of #5bebfd
Tints of #5bebfd
RGB Percentages of Color #5bebfd
CMYK Percentages of Color #5bebfd
Complementary Color
#5bebfd | #fd6d5b |
#5bebfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bebfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bebfd Color CSS Codes
.mybgcolor {background-color:#5bebfd; } .myforecolor {color:#5bebfd; } .mybordercolor {border:3px solid #5bebfd; }
#5bebfd Text Font Color
<p style="color:#5bebfd">Text here</p>
This sample text font color is #5bebfd
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.
#5bebfd Background Color
<div style="background-color:#5bebfd">
Div content here</div>
This div background color is #5bebfd
#5bebfd Border Color
<div style="border:3px solid #5bebfd">
Div here</div>
This div border color is #5bebfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,235,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bebfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bebfd; -webkit-box-shadow: 1px 1px 3px 2px #5bebfd; box-shadow: 1px 1px 3px 2px #5bebfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,235,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 #5bebfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bebfd; -webkit-box-shadow: 1px 1px 3px 2px #5bebfd; box-shadow: 1px 1px 3px 2px #5bebfd;">
Div content here</div>
This div box has shadow with color #5bebfd
Comments
No comments written yet.
Please login to write comment.