Color spaces of #50ddca
RGB | 80 | 221 | 202 |
---|---|---|---|
HSL | 0.48 | 0.67 | 0.59 |
HSV | 172° | 64° | 87° |
CMYK | 0.64 | 0.00 | 0.09 0.13 |
XYZ | 39.8254 | 57.6826 | 64.9120 |
Yxy | 57.6826 | 0.2452 | 0.3551 |
Hunter Lab | 75.9491 | -39.3108 | 2.4905 |
CIE-Lab | 80.5620 | -42.0671 | -1.8400 |
#50ddca color RGB value is (80,221,202).
#50ddca hex color red value is 80, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #50ddca hue: 0.48 , saturation: 0.67 and the lightness value of 50ddca is 0.59.
The process color (four color CMYK) of #50ddca color hex is 0.64, 0.00, 0.09, 0.13. Web safe color of #50ddca is #66cccc. Color #50ddca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 11011101 | 11001010 |
Octal | 120 | 335 | 312 |
Decimal | 80 | 221 | 202 |
Hex | 50 | DD | CA |
Shades of #50ddca
Tints of #50ddca
RGB Percentages of Color #50ddca
CMYK Percentages of Color #50ddca
Complementary Color
#50ddca | #dd5063 |
#50ddca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50ddca Color Preview on White Background
Lorem ipsum dolor sit amet.
#50ddca Color CSS Codes
.mybgcolor {background-color:#50ddca; } .myforecolor {color:#50ddca; } .mybordercolor {border:3px solid #50ddca; }
#50ddca Text Font Color
<p style="color:#50ddca">Text here</p>
This sample text font color is #50ddca
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.
#50ddca Background Color
<div style="background-color:#50ddca">
Div content here</div>
This div background color is #50ddca
#50ddca Border Color
<div style="border:3px solid #50ddca">
Div here</div>
This div border color is #50ddca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,221,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50ddca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50ddca; -webkit-box-shadow: 1px 1px 3px 2px #50ddca; box-shadow: 1px 1px 3px 2px #50ddca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,221,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50ddca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50ddca; -webkit-box-shadow: 1px 1px 3px 2px #50ddca; box-shadow: 1px 1px 3px 2px #50ddca;">
Div content here</div>
This div box has shadow with color #50ddca
Comments
No comments written yet.
Please login to write comment.