Color spaces of #50edad
RGB | 80 | 237 | 173 |
---|---|---|---|
HSL | 0.43 | 0.81 | 0.62 |
HSV | 156° | 66° | 93° |
CMYK | 0.66 | 0.00 | 0.27 0.07 |
XYZ | 41.1353 | 65.2910 | 49.9695 |
Yxy | 65.2910 | 0.2630 | 0.4175 |
Hunter Lab | 80.8028 | -50.5338 | 19.8963 |
CIE-Lab | 84.6335 | -55.5586 | 19.2371 |
#50edad color RGB value is (80,237,173).
#50edad hex color red value is 80, green value is 237 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #50edad hue: 0.43 , saturation: 0.81 and the lightness value of 50edad is 0.62.
The process color (four color CMYK) of #50edad color hex is 0.66, 0.00, 0.27, 0.07. Web safe color of #50edad is #66ff99. Color #50edad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 11101101 | 10101101 |
Octal | 120 | 355 | 255 |
Decimal | 80 | 237 | 173 |
Hex | 50 | ED | AD |
Shades of #50edad
Tints of #50edad
RGB Percentages of Color #50edad
CMYK Percentages of Color #50edad
Complementary Color
#50edad | #ed5090 |
#50edad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50edad Color Preview on White Background
Lorem ipsum dolor sit amet.
#50edad Color CSS Codes
.mybgcolor {background-color:#50edad; } .myforecolor {color:#50edad; } .mybordercolor {border:3px solid #50edad; }
#50edad Text Font Color
<p style="color:#50edad">Text here</p>
This sample text font color is #50edad
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.
#50edad Background Color
<div style="background-color:#50edad">
Div content here</div>
This div background color is #50edad
#50edad Border Color
<div style="border:3px solid #50edad">
Div here</div>
This div border color is #50edad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,237,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50edad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50edad; -webkit-box-shadow: 1px 1px 3px 2px #50edad; box-shadow: 1px 1px 3px 2px #50edad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,237,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50edad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50edad; -webkit-box-shadow: 1px 1px 3px 2px #50edad; box-shadow: 1px 1px 3px 2px #50edad;">
Div content here</div>
This div box has shadow with color #50edad
Comments
No comments written yet.
Please login to write comment.