Color spaces of #50cbaa
RGB | 80 | 203 | 170 |
---|---|---|---|
HSL | 0.46 | 0.54 | 0.55 |
HSV | 164° | 61° | 80° |
CMYK | 0.61 | 0.00 | 0.16 0.20 |
XYZ | 31.9199 | 47.3196 | 45.4815 |
Yxy | 47.3196 | 0.2559 | 0.3794 |
Hunter Lab | 68.7892 | -37.5528 | 8.9516 |
CIE-Lab | 74.3937 | -42.0832 | 6.3466 |
#50cbaa color RGB value is (80,203,170).
#50cbaa hex color red value is 80, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #50cbaa hue: 0.46 , saturation: 0.54 and the lightness value of 50cbaa is 0.55.
The process color (four color CMYK) of #50cbaa color hex is 0.61, 0.00, 0.16, 0.20. Web safe color of #50cbaa is #66cc99. Color #50cbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 11001011 | 10101010 |
Octal | 120 | 313 | 252 |
Decimal | 80 | 203 | 170 |
Hex | 50 | CB | AA |
Shades of #50cbaa
Tints of #50cbaa
RGB Percentages of Color #50cbaa
CMYK Percentages of Color #50cbaa
Complementary Color
#50cbaa | #cb5071 |
#50cbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50cbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#50cbaa Color CSS Codes
.mybgcolor {background-color:#50cbaa; } .myforecolor {color:#50cbaa; } .mybordercolor {border:3px solid #50cbaa; }
#50cbaa Text Font Color
<p style="color:#50cbaa">Text here</p>
This sample text font color is #50cbaa
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.
#50cbaa Background Color
<div style="background-color:#50cbaa">
Div content here</div>
This div background color is #50cbaa
#50cbaa Border Color
<div style="border:3px solid #50cbaa">
Div here</div>
This div border color is #50cbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,203,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50cbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50cbaa; -webkit-box-shadow: 1px 1px 3px 2px #50cbaa; box-shadow: 1px 1px 3px 2px #50cbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,203,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50cbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50cbaa; -webkit-box-shadow: 1px 1px 3px 2px #50cbaa; box-shadow: 1px 1px 3px 2px #50cbaa;">
Div content here</div>
This div box has shadow with color #50cbaa
Comments
No comments written yet.
Please login to write comment.