Color spaces of #bbd950
RGB | 187 | 217 | 80 |
---|---|---|---|
HSL | 0.20 | 0.64 | 0.58 |
HSV | 73° | 63° | 85° |
CMYK | 0.14 | 0.00 | 0.63 0.15 |
XYZ | 46.7543 | 60.7697 | 16.8549 |
Yxy | 60.7697 | 0.3759 | 0.4886 |
Hunter Lab | 77.9549 | -29.3638 | 41.7492 |
CIE-Lab | 82.2548 | -28.8145 | 62.0177 |
#bbd950 color RGB value is (187,217,80).
#bbd950 hex color red value is 187, green value is 217 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bbd950 hue: 0.20 , saturation: 0.64 and the lightness value of bbd950 is 0.58.
The process color (four color CMYK) of #bbd950 color hex is 0.14, 0.00, 0.63, 0.15. Web safe color of #bbd950 is #cccc66. Color #bbd950 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011001 | 01010000 |
Octal | 273 | 331 | 120 |
Decimal | 187 | 217 | 80 |
Hex | BB | D9 | 50 |
Shades of #bbd950
Tints of #bbd950
RGB Percentages of Color #bbd950
CMYK Percentages of Color #bbd950
Complementary Color
#bbd950 | #6e50d9 |
#bbd950 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd950 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd950 Color CSS Codes
.mybgcolor {background-color:#bbd950; } .myforecolor {color:#bbd950; } .mybordercolor {border:3px solid #bbd950; }
#bbd950 Text Font Color
<p style="color:#bbd950">Text here</p>
This sample text font color is #bbd950
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.
#bbd950 Background Color
<div style="background-color:#bbd950">
Div content here</div>
This div background color is #bbd950
#bbd950 Border Color
<div style="border:3px solid #bbd950">
Div here</div>
This div border color is #bbd950
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,217,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd950; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd950; -webkit-box-shadow: 1px 1px 3px 2px #bbd950; box-shadow: 1px 1px 3px 2px #bbd950; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,217,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbd950">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd950; -webkit-box-shadow: 1px 1px 3px 2px #bbd950; box-shadow: 1px 1px 3px 2px #bbd950;">
Div content here</div>
This div box has shadow with color #bbd950
Comments
No comments written yet.
Please login to write comment.