Color spaces of #5dbbfa
RGB | 93 | 187 | 250 |
---|---|---|---|
HSL | 0.57 | 0.94 | 0.67 |
HSV | 204° | 63° | 98° |
CMYK | 0.63 | 0.25 | 0.00 0.02 |
XYZ | 39.5398 | 44.7699 | 97.0000 |
Yxy | 44.7699 | 0.2181 | 0.2469 |
Hunter Lab | 66.9103 | -11.6107 | -39.1156 |
CIE-Lab | 72.7401 | -9.2486 | -39.4421 |
#5dbbfa color RGB value is (93,187,250).
#5dbbfa hex color red value is 93, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5dbbfa hue: 0.57 , saturation: 0.94 and the lightness value of 5dbbfa is 0.67.
The process color (four color CMYK) of #5dbbfa color hex is 0.63, 0.25, 0.00, 0.02. Web safe color of #5dbbfa is #66ccff. Color #5dbbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011101 | 10111011 | 11111010 |
Octal | 135 | 273 | 372 |
Decimal | 93 | 187 | 250 |
Hex | 5D | BB | FA |
Shades of #5dbbfa
Tints of #5dbbfa
RGB Percentages of Color #5dbbfa
CMYK Percentages of Color #5dbbfa
Complementary Color
#5dbbfa | #fa9c5d |
#5dbbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5dbbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#5dbbfa Color CSS Codes
.mybgcolor {background-color:#5dbbfa; } .myforecolor {color:#5dbbfa; } .mybordercolor {border:3px solid #5dbbfa; }
#5dbbfa Text Font Color
<p style="color:#5dbbfa">Text here</p>
This sample text font color is #5dbbfa
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.
#5dbbfa Background Color
<div style="background-color:#5dbbfa">
Div content here</div>
This div background color is #5dbbfa
#5dbbfa Border Color
<div style="border:3px solid #5dbbfa">
Div here</div>
This div border color is #5dbbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(93,187,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5dbbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5dbbfa; -webkit-box-shadow: 1px 1px 3px 2px #5dbbfa; box-shadow: 1px 1px 3px 2px #5dbbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(93,187,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5dbbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5dbbfa; -webkit-box-shadow: 1px 1px 3px 2px #5dbbfa; box-shadow: 1px 1px 3px 2px #5dbbfa;">
Div content here</div>
This div box has shadow with color #5dbbfa
Comments
No comments written yet.
Please login to write comment.