Color spaces of #5bcedd
RGB | 91 | 206 | 221 |
---|---|---|---|
HSL | 0.52 | 0.66 | 0.61 |
HSV | 187° | 59° | 87° |
CMYK | 0.59 | 0.07 | 0.00 0.13 |
XYZ | 39.4368 | 51.5872 | 76.2854 |
Yxy | 51.5872 | 0.2357 | 0.3083 |
Hunter Lab | 71.8242 | -27.6827 | -12.6957 |
CIE-Lab | 77.0333 | -28.0783 | -17.2307 |
#5bcedd color RGB value is (91,206,221).
#5bcedd hex color red value is 91, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5bcedd hue: 0.52 , saturation: 0.66 and the lightness value of 5bcedd is 0.61.
The process color (four color CMYK) of #5bcedd color hex is 0.59, 0.07, 0.00, 0.13. Web safe color of #5bcedd is #66cccc. Color #5bcedd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 11001110 | 11011101 |
Octal | 133 | 316 | 335 |
Decimal | 91 | 206 | 221 |
Hex | 5B | CE | DD |
Shades of #5bcedd
Tints of #5bcedd
RGB Percentages of Color #5bcedd
CMYK Percentages of Color #5bcedd
Complementary Color
#5bcedd | #dd6a5b |
#5bcedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bcedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bcedd Color CSS Codes
.mybgcolor {background-color:#5bcedd; } .myforecolor {color:#5bcedd; } .mybordercolor {border:3px solid #5bcedd; }
#5bcedd Text Font Color
<p style="color:#5bcedd">Text here</p>
This sample text font color is #5bcedd
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.
#5bcedd Background Color
<div style="background-color:#5bcedd">
Div content here</div>
This div background color is #5bcedd
#5bcedd Border Color
<div style="border:3px solid #5bcedd">
Div here</div>
This div border color is #5bcedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,206,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bcedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bcedd; -webkit-box-shadow: 1px 1px 3px 2px #5bcedd; box-shadow: 1px 1px 3px 2px #5bcedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,206,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5bcedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bcedd; -webkit-box-shadow: 1px 1px 3px 2px #5bcedd; box-shadow: 1px 1px 3px 2px #5bcedd;">
Div content here</div>
This div box has shadow with color #5bcedd
Comments
No comments written yet.
Please login to write comment.