Color spaces of #bfc68f
RGB | 191 | 198 | 143 |
---|---|---|---|
HSL | 0.19 | 0.33 | 0.67 |
HSV | 68° | 28° | 78° |
CMYK | 0.04 | 0.00 | 0.28 0.22 |
XYZ | 46.6379 | 53.4477 | 33.8450 |
Yxy | 53.4477 | 0.3482 | 0.3991 |
Hunter Lab | 73.1079 | -14.0680 | 23.7275 |
CIE-Lab | 78.1386 | -11.4001 | 26.8280 |
#bfc68f color RGB value is (191,198,143).
#bfc68f hex color red value is 191, green value is 198 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bfc68f hue: 0.19 , saturation: 0.33 and the lightness value of bfc68f is 0.67.
The process color (four color CMYK) of #bfc68f color hex is 0.04, 0.00, 0.28, 0.22. Web safe color of #bfc68f is #cccc99. Color #bfc68f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11000110 | 10001111 |
Octal | 277 | 306 | 217 |
Decimal | 191 | 198 | 143 |
Hex | BF | C6 | 8F |
Shades of #bfc68f
Tints of #bfc68f
RGB Percentages of Color #bfc68f
CMYK Percentages of Color #bfc68f
Complementary Color
#bfc68f | #968fc6 |
#bfc68f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfc68f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfc68f Color CSS Codes
.mybgcolor {background-color:#bfc68f; } .myforecolor {color:#bfc68f; } .mybordercolor {border:3px solid #bfc68f; }
#bfc68f Text Font Color
<p style="color:#bfc68f">Text here</p>
This sample text font color is #bfc68f
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.
#bfc68f Background Color
<div style="background-color:#bfc68f">
Div content here</div>
This div background color is #bfc68f
#bfc68f Border Color
<div style="border:3px solid #bfc68f">
Div here</div>
This div border color is #bfc68f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,198,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfc68f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfc68f; -webkit-box-shadow: 1px 1px 3px 2px #bfc68f; box-shadow: 1px 1px 3px 2px #bfc68f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,198,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfc68f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc68f; -webkit-box-shadow: 1px 1px 3px 2px #bfc68f; box-shadow: 1px 1px 3px 2px #bfc68f;">
Div content here</div>
This div box has shadow with color #bfc68f
Comments
No comments written yet.
Please login to write comment.