Color spaces of #50decd
RGB | 80 | 222 | 205 |
---|---|---|---|
HSL | 0.48 | 0.68 | 0.59 |
HSV | 173° | 64° | 87° |
CMYK | 0.64 | 0.00 | 0.08 0.13 |
XYZ | 40.4490 | 58.3558 | 66.8895 |
Yxy | 58.3558 | 0.2441 | 0.3522 |
Hunter Lab | 76.3910 | -39.1685 | 1.5581 |
CIE-Lab | 80.9362 | -41.7373 | -2.8870 |
#50decd color RGB value is (80,222,205).
#50decd hex color red value is 80, green value is 222 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #50decd hue: 0.48 , saturation: 0.68 and the lightness value of 50decd is 0.59.
The process color (four color CMYK) of #50decd color hex is 0.64, 0.00, 0.08, 0.13. Web safe color of #50decd is #66cccc. Color #50decd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 11011110 | 11001101 |
Octal | 120 | 336 | 315 |
Decimal | 80 | 222 | 205 |
Hex | 50 | DE | CD |
Shades of #50decd
Tints of #50decd
RGB Percentages of Color #50decd
CMYK Percentages of Color #50decd
Complementary Color
#50decd | #de5061 |
#50decd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50decd Color Preview on White Background
Lorem ipsum dolor sit amet.
#50decd Color CSS Codes
.mybgcolor {background-color:#50decd; } .myforecolor {color:#50decd; } .mybordercolor {border:3px solid #50decd; }
#50decd Text Font Color
<p style="color:#50decd">Text here</p>
This sample text font color is #50decd
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.
#50decd Background Color
<div style="background-color:#50decd">
Div content here</div>
This div background color is #50decd
#50decd Border Color
<div style="border:3px solid #50decd">
Div here</div>
This div border color is #50decd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,222,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50decd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50decd; -webkit-box-shadow: 1px 1px 3px 2px #50decd; box-shadow: 1px 1px 3px 2px #50decd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,222,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50decd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50decd; -webkit-box-shadow: 1px 1px 3px 2px #50decd; box-shadow: 1px 1px 3px 2px #50decd;">
Div content here</div>
This div box has shadow with color #50decd
Comments
No comments written yet.
Please login to write comment.