Color spaces of #bff010
RGB | 191 | 240 | 16 |
---|---|---|---|
HSL | 0.20 | 0.88 | 0.50 |
HSV | 73° | 93° | 94° |
CMYK | 0.20 | 0.00 | 0.93 0.06 |
XYZ | 52.7395 | 73.4340 | 11.8847 |
Yxy | 73.4340 | 0.3820 | 0.5319 |
Hunter Lab | 85.6936 | -40.1074 | 51.7627 |
CIE-Lab | 88.6543 | -40.2279 | 84.8572 |
#bff010 color RGB value is (191,240,16).
#bff010 hex color red value is 191, green value is 240 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #bff010 hue: 0.20 , saturation: 0.88 and the lightness value of bff010 is 0.50.
The process color (four color CMYK) of #bff010 color hex is 0.20, 0.00, 0.93, 0.06. Web safe color of #bff010 is #ccff00. Color #bff010 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11110000 | 00010000 |
Octal | 277 | 360 | 20 |
Decimal | 191 | 240 | 16 |
Hex | BF | F0 | 10 |
Shades of #bff010
Tints of #bff010
RGB Percentages of Color #bff010
CMYK Percentages of Color #bff010
Complementary Color
#bff010 | #4110f0 |
#bff010 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bff010 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bff010 Color CSS Codes
.mybgcolor {background-color:#bff010; } .myforecolor {color:#bff010; } .mybordercolor {border:3px solid #bff010; }
#bff010 Text Font Color
<p style="color:#bff010">Text here</p>
This sample text font color is #bff010
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.
#bff010 Background Color
<div style="background-color:#bff010">
Div content here</div>
This div background color is #bff010
#bff010 Border Color
<div style="border:3px solid #bff010">
Div here</div>
This div border color is #bff010
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,240,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bff010; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bff010; -webkit-box-shadow: 1px 1px 3px 2px #bff010; box-shadow: 1px 1px 3px 2px #bff010; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,240,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bff010">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bff010; -webkit-box-shadow: 1px 1px 3px 2px #bff010; box-shadow: 1px 1px 3px 2px #bff010;">
Div content here</div>
This div box has shadow with color #bff010
Comments
No comments written yet.
Please login to write comment.