Color spaces of #5befbe
RGB | 91 | 239 | 190 |
---|---|---|---|
HSL | 0.44 | 0.82 | 0.65 |
HSV | 160° | 62° | 94° |
CMYK | 0.62 | 0.00 | 0.21 0.06 |
XYZ | 44.4751 | 67.6749 | 59.4337 |
Yxy | 67.6749 | 0.2592 | 0.3944 |
Hunter Lab | 82.2648 | -47.4602 | 14.7502 |
CIE-Lab | 85.8436 | -50.8044 | 12.1415 |
#5befbe color RGB value is (91,239,190).
#5befbe hex color red value is 91, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5befbe hue: 0.44 , saturation: 0.82 and the lightness value of 5befbe is 0.65.
The process color (four color CMYK) of #5befbe color hex is 0.62, 0.00, 0.21, 0.06. Web safe color of #5befbe is #66ffcc. Color #5befbe contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 11101111 | 10111110 |
Octal | 133 | 357 | 276 |
Decimal | 91 | 239 | 190 |
Hex | 5B | EF | BE |
Shades of #5befbe
Tints of #5befbe
RGB Percentages of Color #5befbe
CMYK Percentages of Color #5befbe
Complementary Color
#5befbe | #ef5b8c |
#5befbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5befbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#5befbe Color CSS Codes
.mybgcolor {background-color:#5befbe; } .myforecolor {color:#5befbe; } .mybordercolor {border:3px solid #5befbe; }
#5befbe Text Font Color
<p style="color:#5befbe">Text here</p>
This sample text font color is #5befbe
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.
#5befbe Background Color
<div style="background-color:#5befbe">
Div content here</div>
This div background color is #5befbe
#5befbe Border Color
<div style="border:3px solid #5befbe">
Div here</div>
This div border color is #5befbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,239,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5befbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5befbe; -webkit-box-shadow: 1px 1px 3px 2px #5befbe; box-shadow: 1px 1px 3px 2px #5befbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,239,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5befbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5befbe; -webkit-box-shadow: 1px 1px 3px 2px #5befbe; box-shadow: 1px 1px 3px 2px #5befbe;">
Div content here</div>
This div box has shadow with color #5befbe
Comments
No comments written yet.
Please login to write comment.