Color spaces of #50bedd
RGB | 80 | 190 | 221 |
---|---|---|---|
HSL | 0.54 | 0.67 | 0.59 |
HSV | 193° | 64° | 87° |
CMYK | 0.64 | 0.14 | 0.00 0.13 |
XYZ | 34.7729 | 43.7528 | 75.0190 |
Yxy | 43.7528 | 0.2265 | 0.2850 |
Hunter Lab | 66.1459 | -21.9179 | -20.9413 |
CIE-Lab | 72.0630 | -21.9762 | -24.8119 |
#50bedd color RGB value is (80,190,221).
#50bedd hex color red value is 80, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #50bedd hue: 0.54 , saturation: 0.67 and the lightness value of 50bedd is 0.59.
The process color (four color CMYK) of #50bedd color hex is 0.64, 0.14, 0.00, 0.13. Web safe color of #50bedd is #66cccc. Color #50bedd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 10111110 | 11011101 |
Octal | 120 | 276 | 335 |
Decimal | 80 | 190 | 221 |
Hex | 50 | BE | DD |
Shades of #50bedd
Tints of #50bedd
RGB Percentages of Color #50bedd
CMYK Percentages of Color #50bedd
Complementary Color
#50bedd | #dd6f50 |
#50bedd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50bedd Color Preview on White Background
Lorem ipsum dolor sit amet.
#50bedd Color CSS Codes
.mybgcolor {background-color:#50bedd; } .myforecolor {color:#50bedd; } .mybordercolor {border:3px solid #50bedd; }
#50bedd Text Font Color
<p style="color:#50bedd">Text here</p>
This sample text font color is #50bedd
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.
#50bedd Background Color
<div style="background-color:#50bedd">
Div content here</div>
This div background color is #50bedd
#50bedd Border Color
<div style="border:3px solid #50bedd">
Div here</div>
This div border color is #50bedd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,190,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50bedd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50bedd; -webkit-box-shadow: 1px 1px 3px 2px #50bedd; box-shadow: 1px 1px 3px 2px #50bedd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,190,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 #50bedd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50bedd; -webkit-box-shadow: 1px 1px 3px 2px #50bedd; box-shadow: 1px 1px 3px 2px #50bedd;">
Div content here</div>
This div box has shadow with color #50bedd
Comments
No comments written yet.
Please login to write comment.