Color spaces of #5bebda
RGB | 91 | 235 | 218 |
---|---|---|---|
HSL | 0.48 | 0.78 | 0.64 |
HSV | 173° | 61° | 92° |
CMYK | 0.61 | 0.00 | 0.07 0.08 |
XYZ | 46.6776 | 66.7028 | 76.7444 |
Yxy | 66.7028 | 0.2455 | 0.3508 |
Hunter Lab | 81.6718 | -40.9081 | 1.4573 |
CIE-Lab | 85.3536 | -42.3876 | -3.2410 |
#5bebda color RGB value is (91,235,218).
#5bebda hex color red value is 91, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5bebda hue: 0.48 , saturation: 0.78 and the lightness value of 5bebda is 0.64.
The process color (four color CMYK) of #5bebda color hex is 0.61, 0.00, 0.07, 0.08. Web safe color of #5bebda is #66ffcc. Color #5bebda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 11101011 | 11011010 |
Octal | 133 | 353 | 332 |
Decimal | 91 | 235 | 218 |
Hex | 5B | EB | DA |
Shades of #5bebda
Tints of #5bebda
RGB Percentages of Color #5bebda
CMYK Percentages of Color #5bebda
Complementary Color
#5bebda | #eb5b6c |
#5bebda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bebda Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bebda Color CSS Codes
.mybgcolor {background-color:#5bebda; } .myforecolor {color:#5bebda; } .mybordercolor {border:3px solid #5bebda; }
#5bebda Text Font Color
<p style="color:#5bebda">Text here</p>
This sample text font color is #5bebda
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.
#5bebda Background Color
<div style="background-color:#5bebda">
Div content here</div>
This div background color is #5bebda
#5bebda Border Color
<div style="border:3px solid #5bebda">
Div here</div>
This div border color is #5bebda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,235,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bebda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bebda; -webkit-box-shadow: 1px 1px 3px 2px #5bebda; box-shadow: 1px 1px 3px 2px #5bebda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,235,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5bebda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bebda; -webkit-box-shadow: 1px 1px 3px 2px #5bebda; box-shadow: 1px 1px 3px 2px #5bebda;">
Div content here</div>
This div box has shadow with color #5bebda
Comments
No comments written yet.
Please login to write comment.