Color spaces of #bfd40f
RGB | 191 | 212 | 15 |
---|---|---|---|
HSL | 0.18 | 0.87 | 0.45 |
HSV | 66° | 93° | 83° |
CMYK | 0.10 | 0.00 | 0.93 0.17 |
XYZ | 45.1156 | 58.1978 | 9.3074 |
Yxy | 58.1978 | 0.4006 | 0.5168 |
Hunter Lab | 76.2875 | -27.9401 | 46.1676 |
CIE-Lab | 80.8486 | -27.4197 | 78.8783 |
#bfd40f color RGB value is (191,212,15).
#bfd40f hex color red value is 191, green value is 212 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bfd40f hue: 0.18 , saturation: 0.87 and the lightness value of bfd40f is 0.45.
The process color (four color CMYK) of #bfd40f color hex is 0.10, 0.00, 0.93, 0.17. Web safe color of #bfd40f is #cccc00. Color #bfd40f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010100 | 00001111 |
Octal | 277 | 324 | 17 |
Decimal | 191 | 212 | 15 |
Hex | BF | D4 | F |
Shades of #bfd40f
Tints of #bfd40f
RGB Percentages of Color #bfd40f
CMYK Percentages of Color #bfd40f
Complementary Color
#bfd40f | #240fd4 |
#bfd40f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd40f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd40f Color CSS Codes
.mybgcolor {background-color:#bfd40f; } .myforecolor {color:#bfd40f; } .mybordercolor {border:3px solid #bfd40f; }
#bfd40f Text Font Color
<p style="color:#bfd40f">Text here</p>
This sample text font color is #bfd40f
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.
#bfd40f Background Color
<div style="background-color:#bfd40f">
Div content here</div>
This div background color is #bfd40f
#bfd40f Border Color
<div style="border:3px solid #bfd40f">
Div here</div>
This div border color is #bfd40f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,212,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd40f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd40f; -webkit-box-shadow: 1px 1px 3px 2px #bfd40f; box-shadow: 1px 1px 3px 2px #bfd40f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,212,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd40f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd40f; -webkit-box-shadow: 1px 1px 3px 2px #bfd40f; box-shadow: 1px 1px 3px 2px #bfd40f;">
Div content here</div>
This div box has shadow with color #bfd40f
Comments
No comments written yet.
Please login to write comment.