Color spaces of #5bbecf
RGB | 91 | 190 | 207 |
---|---|---|---|
HSL | 0.52 | 0.55 | 0.58 |
HSV | 189° | 56° | 81° |
CMYK | 0.56 | 0.08 | 0.00 0.19 |
XYZ | 33.9903 | 43.5561 | 65.6472 |
Yxy | 43.5561 | 0.2374 | 0.3042 |
Hunter Lab | 65.9970 | -23.5624 | -12.7778 |
CIE-Lab | 71.9308 | -24.1097 | -17.3545 |
#5bbecf color RGB value is (91,190,207).
#5bbecf hex color red value is 91, green value is 190 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5bbecf hue: 0.52 , saturation: 0.55 and the lightness value of 5bbecf is 0.58.
The process color (four color CMYK) of #5bbecf color hex is 0.56, 0.08, 0.00, 0.19. Web safe color of #5bbecf is #66cccc. Color #5bbecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 10111110 | 11001111 |
Octal | 133 | 276 | 317 |
Decimal | 91 | 190 | 207 |
Hex | 5B | BE | CF |
Shades of #5bbecf
Tints of #5bbecf
RGB Percentages of Color #5bbecf
CMYK Percentages of Color #5bbecf
Complementary Color
#5bbecf | #cf6c5b |
#5bbecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bbecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bbecf Color CSS Codes
.mybgcolor {background-color:#5bbecf; } .myforecolor {color:#5bbecf; } .mybordercolor {border:3px solid #5bbecf; }
#5bbecf Text Font Color
<p style="color:#5bbecf">Text here</p>
This sample text font color is #5bbecf
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.
#5bbecf Background Color
<div style="background-color:#5bbecf">
Div content here</div>
This div background color is #5bbecf
#5bbecf Border Color
<div style="border:3px solid #5bbecf">
Div here</div>
This div border color is #5bbecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,190,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bbecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bbecf; -webkit-box-shadow: 1px 1px 3px 2px #5bbecf; box-shadow: 1px 1px 3px 2px #5bbecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,190,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5bbecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bbecf; -webkit-box-shadow: 1px 1px 3px 2px #5bbecf; box-shadow: 1px 1px 3px 2px #5bbecf;">
Div content here</div>
This div box has shadow with color #5bbecf
Comments
No comments written yet.
Please login to write comment.