Color spaces of #5bbfec
RGB | 91 | 191 | 236 |
---|---|---|---|
HSL | 0.55 | 0.79 | 0.64 |
HSV | 199° | 61° | 93° |
CMYK | 0.61 | 0.19 | 0.00 0.07 |
XYZ | 38.0855 | 45.5419 | 86.1400 |
Yxy | 45.5419 | 0.2243 | 0.2683 |
Hunter Lab | 67.4847 | -17.3605 | -28.4406 |
CIE-Lab | 73.2473 | -16.0681 | -31.0997 |
#5bbfec color RGB value is (91,191,236).
#5bbfec hex color red value is 91, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5bbfec hue: 0.55 , saturation: 0.79 and the lightness value of 5bbfec is 0.64.
The process color (four color CMYK) of #5bbfec color hex is 0.61, 0.19, 0.00, 0.07. Web safe color of #5bbfec is #66ccff. Color #5bbfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 10111111 | 11101100 |
Octal | 133 | 277 | 354 |
Decimal | 91 | 191 | 236 |
Hex | 5B | BF | EC |
Shades of #5bbfec
Tints of #5bbfec
RGB Percentages of Color #5bbfec
CMYK Percentages of Color #5bbfec
Complementary Color
#5bbfec | #ec885b |
#5bbfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bbfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bbfec Color CSS Codes
.mybgcolor {background-color:#5bbfec; } .myforecolor {color:#5bbfec; } .mybordercolor {border:3px solid #5bbfec; }
#5bbfec Text Font Color
<p style="color:#5bbfec">Text here</p>
This sample text font color is #5bbfec
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.
#5bbfec Background Color
<div style="background-color:#5bbfec">
Div content here</div>
This div background color is #5bbfec
#5bbfec Border Color
<div style="border:3px solid #5bbfec">
Div here</div>
This div border color is #5bbfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,191,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bbfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bbfec; -webkit-box-shadow: 1px 1px 3px 2px #5bbfec; box-shadow: 1px 1px 3px 2px #5bbfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,191,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5bbfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bbfec; -webkit-box-shadow: 1px 1px 3px 2px #5bbfec; box-shadow: 1px 1px 3px 2px #5bbfec;">
Div content here</div>
This div box has shadow with color #5bbfec
Comments
No comments written yet.
Please login to write comment.