Color spaces of #50dbb6
RGB | 80 | 219 | 182 |
---|---|---|---|
HSL | 0.46 | 0.66 | 0.59 |
HSV | 164° | 63° | 86° |
CMYK | 0.63 | 0.00 | 0.17 0.14 |
XYZ | 37.0833 | 55.7459 | 53.0615 |
Yxy | 55.7459 | 0.2542 | 0.3821 |
Hunter Lab | 74.6632 | -42.0042 | 10.1281 |
CIE-Lab | 79.4690 | -46.1479 | 7.2144 |
#50dbb6 color RGB value is (80,219,182).
#50dbb6 hex color red value is 80, green value is 219 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #50dbb6 hue: 0.46 , saturation: 0.66 and the lightness value of 50dbb6 is 0.59.
The process color (four color CMYK) of #50dbb6 color hex is 0.63, 0.00, 0.17, 0.14. Web safe color of #50dbb6 is #66cccc. Color #50dbb6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 11011011 | 10110110 |
Octal | 120 | 333 | 266 |
Decimal | 80 | 219 | 182 |
Hex | 50 | DB | B6 |
Shades of #50dbb6
Tints of #50dbb6
RGB Percentages of Color #50dbb6
CMYK Percentages of Color #50dbb6
Complementary Color
#50dbb6 | #db5075 |
#50dbb6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50dbb6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#50dbb6 Color CSS Codes
.mybgcolor {background-color:#50dbb6; } .myforecolor {color:#50dbb6; } .mybordercolor {border:3px solid #50dbb6; }
#50dbb6 Text Font Color
<p style="color:#50dbb6">Text here</p>
This sample text font color is #50dbb6
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.
#50dbb6 Background Color
<div style="background-color:#50dbb6">
Div content here</div>
This div background color is #50dbb6
#50dbb6 Border Color
<div style="border:3px solid #50dbb6">
Div here</div>
This div border color is #50dbb6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,219,182, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50dbb6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50dbb6; -webkit-box-shadow: 1px 1px 3px 2px #50dbb6; box-shadow: 1px 1px 3px 2px #50dbb6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,219,182, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50dbb6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50dbb6; -webkit-box-shadow: 1px 1px 3px 2px #50dbb6; box-shadow: 1px 1px 3px 2px #50dbb6;">
Div content here</div>
This div box has shadow with color #50dbb6
Comments
No comments written yet.
Please login to write comment.