Color spaces of #5becec
RGB | 91 | 236 | 236 |
---|---|---|---|
HSL | 0.50 | 0.79 | 0.64 |
HSV | 180° | 61° | 93° |
CMYK | 0.61 | 0.00 | 0.00 0.07 |
XYZ | 49.4502 | 68.2712 | 89.9282 |
Yxy | 68.2712 | 0.2381 | 0.3288 |
Hunter Lab | 82.6264 | -37.7676 | -6.6911 |
CIE-Lab | 86.1419 | -38.1243 | -11.5404 |
#5becec color RGB value is (91,236,236).
#5becec hex color red value is 91, green value is 236 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5becec hue: 0.50 , saturation: 0.79 and the lightness value of 5becec is 0.64.
The process color (four color CMYK) of #5becec color hex is 0.61, 0.00, 0.00, 0.07. Web safe color of #5becec is #66ffff. Color #5becec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 11101100 | 11101100 |
Octal | 133 | 354 | 354 |
Decimal | 91 | 236 | 236 |
Hex | 5B | EC | EC |
Shades of #5becec
Tints of #5becec
RGB Percentages of Color #5becec
CMYK Percentages of Color #5becec
Complementary Color
#5becec | #ec5b5b |
#5becec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5becec Color Preview on White Background
Lorem ipsum dolor sit amet.
#5becec Color CSS Codes
.mybgcolor {background-color:#5becec; } .myforecolor {color:#5becec; } .mybordercolor {border:3px solid #5becec; }
#5becec Text Font Color
<p style="color:#5becec">Text here</p>
This sample text font color is #5becec
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.
#5becec Background Color
<div style="background-color:#5becec">
Div content here</div>
This div background color is #5becec
#5becec Border Color
<div style="border:3px solid #5becec">
Div here</div>
This div border color is #5becec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,236,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5becec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5becec; -webkit-box-shadow: 1px 1px 3px 2px #5becec; box-shadow: 1px 1px 3px 2px #5becec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,236,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 #5becec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5becec; -webkit-box-shadow: 1px 1px 3px 2px #5becec; box-shadow: 1px 1px 3px 2px #5becec;">
Div content here</div>
This div box has shadow with color #5becec
Comments
No comments written yet.
Please login to write comment.