Color spaces of #50edef
RGB | 80 | 237 | 239 |
---|---|---|---|
HSL | 0.50 | 0.83 | 0.63 |
HSV | 181° | 67° | 94° |
CMYK | 0.67 | 0.01 | 0.00 0.06 |
XYZ | 49.1724 | 68.5058 | 92.2926 |
Yxy | 68.5058 | 0.2342 | 0.3263 |
Hunter Lab | 82.7682 | -38.7980 | -8.1749 |
CIE-Lab | 86.2587 | -39.3825 | -12.9693 |
#50edef color RGB value is (80,237,239).
#50edef hex color red value is 80, green value is 237 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #50edef hue: 0.50 , saturation: 0.83 and the lightness value of 50edef is 0.63.
The process color (four color CMYK) of #50edef color hex is 0.67, 0.01, 0.00, 0.06. Web safe color of #50edef is #66ffff. Color #50edef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 11101101 | 11101111 |
Octal | 120 | 355 | 357 |
Decimal | 80 | 237 | 239 |
Hex | 50 | ED | EF |
Shades of #50edef
Tints of #50edef
RGB Percentages of Color #50edef
CMYK Percentages of Color #50edef
Complementary Color
#50edef | #ef5250 |
#50edef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50edef Color Preview on White Background
Lorem ipsum dolor sit amet.
#50edef Color CSS Codes
.mybgcolor {background-color:#50edef; } .myforecolor {color:#50edef; } .mybordercolor {border:3px solid #50edef; }
#50edef Text Font Color
<p style="color:#50edef">Text here</p>
This sample text font color is #50edef
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.
#50edef Background Color
<div style="background-color:#50edef">
Div content here</div>
This div background color is #50edef
#50edef Border Color
<div style="border:3px solid #50edef">
Div here</div>
This div border color is #50edef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,237,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50edef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50edef; -webkit-box-shadow: 1px 1px 3px 2px #50edef; box-shadow: 1px 1px 3px 2px #50edef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,237,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50edef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50edef; -webkit-box-shadow: 1px 1px 3px 2px #50edef; box-shadow: 1px 1px 3px 2px #50edef;">
Div content here</div>
This div box has shadow with color #50edef
Comments
No comments written yet.
Please login to write comment.