Color spaces of #50e0bf
RGB | 80 | 224 | 191 |
---|---|---|---|
HSL | 0.46 | 0.70 | 0.60 |
HSV | 166° | 64° | 88° |
CMYK | 0.64 | 0.00 | 0.15 0.12 |
XYZ | 39.3679 | 58.7784 | 58.5607 |
Yxy | 58.7784 | 0.2512 | 0.3751 |
Hunter Lab | 76.6671 | -42.5091 | 8.3794 |
CIE-Lab | 81.1696 | -46.1244 | 4.8871 |
#50e0bf color RGB value is (80,224,191).
#50e0bf hex color red value is 80, green value is 224 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #50e0bf hue: 0.46 , saturation: 0.70 and the lightness value of 50e0bf is 0.60.
The process color (four color CMYK) of #50e0bf color hex is 0.64, 0.00, 0.15, 0.12. Web safe color of #50e0bf is #66cccc. Color #50e0bf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 11100000 | 10111111 |
Octal | 120 | 340 | 277 |
Decimal | 80 | 224 | 191 |
Hex | 50 | E0 | BF |
Shades of #50e0bf
Tints of #50e0bf
RGB Percentages of Color #50e0bf
CMYK Percentages of Color #50e0bf
Complementary Color
#50e0bf | #e05071 |
#50e0bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50e0bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#50e0bf Color CSS Codes
.mybgcolor {background-color:#50e0bf; } .myforecolor {color:#50e0bf; } .mybordercolor {border:3px solid #50e0bf; }
#50e0bf Text Font Color
<p style="color:#50e0bf">Text here</p>
This sample text font color is #50e0bf
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.
#50e0bf Background Color
<div style="background-color:#50e0bf">
Div content here</div>
This div background color is #50e0bf
#50e0bf Border Color
<div style="border:3px solid #50e0bf">
Div here</div>
This div border color is #50e0bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,224,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50e0bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50e0bf; -webkit-box-shadow: 1px 1px 3px 2px #50e0bf; box-shadow: 1px 1px 3px 2px #50e0bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,224,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50e0bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50e0bf; -webkit-box-shadow: 1px 1px 3px 2px #50e0bf; box-shadow: 1px 1px 3px 2px #50e0bf;">
Div content here</div>
This div box has shadow with color #50e0bf
Comments
No comments written yet.
Please login to write comment.