Color spaces of #bfc84f
RGB | 191 | 200 | 79 |
---|---|---|---|
HSL | 0.18 | 0.52 | 0.55 |
HSV | 64° | 61° | 78° |
CMYK | 0.05 | 0.00 | 0.61 0.22 |
XYZ | 43.5514 | 52.9494 | 15.3220 |
Yxy | 52.9494 | 0.3895 | 0.4735 |
Hunter Lab | 72.7663 | -20.5070 | 38.4521 |
CIE-Lab | 77.8451 | -19.0342 | 57.7744 |
#bfc84f color RGB value is (191,200,79).
#bfc84f hex color red value is 191, green value is 200 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bfc84f hue: 0.18 , saturation: 0.52 and the lightness value of bfc84f is 0.55.
The process color (four color CMYK) of #bfc84f color hex is 0.05, 0.00, 0.61, 0.22. Web safe color of #bfc84f is #cccc66. Color #bfc84f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001000 | 01001111 |
Octal | 277 | 310 | 117 |
Decimal | 191 | 200 | 79 |
Hex | BF | C8 | 4F |
Shades of #bfc84f
Tints of #bfc84f
RGB Percentages of Color #bfc84f
CMYK Percentages of Color #bfc84f
Complementary Color
#bfc84f | #584fc8 |
#bfc84f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfc84f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfc84f Color CSS Codes
.mybgcolor {background-color:#bfc84f; } .myforecolor {color:#bfc84f; } .mybordercolor {border:3px solid #bfc84f; }
#bfc84f Text Font Color
<p style="color:#bfc84f">Text here</p>
This sample text font color is #bfc84f
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.
#bfc84f Background Color
<div style="background-color:#bfc84f">
Div content here</div>
This div background color is #bfc84f
#bfc84f Border Color
<div style="border:3px solid #bfc84f">
Div here</div>
This div border color is #bfc84f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,200,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfc84f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfc84f; -webkit-box-shadow: 1px 1px 3px 2px #bfc84f; box-shadow: 1px 1px 3px 2px #bfc84f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,200,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfc84f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc84f; -webkit-box-shadow: 1px 1px 3px 2px #bfc84f; box-shadow: 1px 1px 3px 2px #bfc84f;">
Div content here</div>
This div box has shadow with color #bfc84f
Comments
No comments written yet.
Please login to write comment.