Color spaces of #50bbbd
RGB | 80 | 187 | 189 |
---|---|---|---|
HSL | 0.50 | 0.45 | 0.53 |
HSV | 181° | 58° | 74° |
CMYK | 0.58 | 0.01 | 0.00 0.26 |
XYZ | 30.2639 | 40.9202 | 54.4474 |
Yxy | 40.9202 | 0.2409 | 0.3257 |
Hunter Lab | 63.9689 | -27.4966 | -5.6867 |
CIE-Lab | 70.1200 | -29.7790 | -10.2631 |
#50bbbd color RGB value is (80,187,189).
#50bbbd hex color red value is 80, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #50bbbd hue: 0.50 , saturation: 0.45 and the lightness value of 50bbbd is 0.53.
The process color (four color CMYK) of #50bbbd color hex is 0.58, 0.01, 0.00, 0.26. Web safe color of #50bbbd is #66cccc. Color #50bbbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 10111011 | 10111101 |
Octal | 120 | 273 | 275 |
Decimal | 80 | 187 | 189 |
Hex | 50 | BB | BD |
Shades of #50bbbd
Tints of #50bbbd
RGB Percentages of Color #50bbbd
CMYK Percentages of Color #50bbbd
Complementary Color
#50bbbd | #bd5250 |
#50bbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#50bbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#50bbbd Color CSS Codes
.mybgcolor {background-color:#50bbbd; } .myforecolor {color:#50bbbd; } .mybordercolor {border:3px solid #50bbbd; }
#50bbbd Text Font Color
<p style="color:#50bbbd">Text here</p>
This sample text font color is #50bbbd
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.
#50bbbd Background Color
<div style="background-color:#50bbbd">
Div content here</div>
This div background color is #50bbbd
#50bbbd Border Color
<div style="border:3px solid #50bbbd">
Div here</div>
This div border color is #50bbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,187,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #50bbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #50bbbd; -webkit-box-shadow: 1px 1px 3px 2px #50bbbd; box-shadow: 1px 1px 3px 2px #50bbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,187,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #50bbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #50bbbd; -webkit-box-shadow: 1px 1px 3px 2px #50bbbd; box-shadow: 1px 1px 3px 2px #50bbbd;">
Div content here</div>
This div box has shadow with color #50bbbd
Comments
No comments written yet.
Please login to write comment.