Color spaces of #bfc307
RGB | 191 | 195 | 7 |
---|---|---|---|
HSL | 0.17 | 0.93 | 0.40 |
HSV | 61° | 96° | 76° |
CMYK | 0.02 | 0.00 | 0.96 0.24 |
XYZ | 41.0393 | 50.1219 | 7.7125 |
Yxy | 50.1219 | 0.4151 | 0.5069 |
Hunter Lab | 70.7968 | -20.4221 | 43.0988 |
CIE-Lab | 76.1440 | -19.2607 | 76.1177 |
#bfc307 color RGB value is (191,195,7).
#bfc307 hex color red value is 191, green value is 195 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bfc307 hue: 0.17 , saturation: 0.93 and the lightness value of bfc307 is 0.40.
The process color (four color CMYK) of #bfc307 color hex is 0.02, 0.00, 0.96, 0.24. Web safe color of #bfc307 is #cccc00. Color #bfc307 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11000011 | 00000111 |
Octal | 277 | 303 | 7 |
Decimal | 191 | 195 | 7 |
Hex | BF | C3 | 7 |
Shades of #bfc307
Tints of #bfc307
RGB Percentages of Color #bfc307
CMYK Percentages of Color #bfc307
Complementary Color
#bfc307 | #0b07c3 |
#bfc307 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfc307 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfc307 Color CSS Codes
.mybgcolor {background-color:#bfc307; } .myforecolor {color:#bfc307; } .mybordercolor {border:3px solid #bfc307; }
#bfc307 Text Font Color
<p style="color:#bfc307">Text here</p>
This sample text font color is #bfc307
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.
#bfc307 Background Color
<div style="background-color:#bfc307">
Div content here</div>
This div background color is #bfc307
#bfc307 Border Color
<div style="border:3px solid #bfc307">
Div here</div>
This div border color is #bfc307
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,195,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfc307; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfc307; -webkit-box-shadow: 1px 1px 3px 2px #bfc307; box-shadow: 1px 1px 3px 2px #bfc307; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,195,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfc307">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc307; -webkit-box-shadow: 1px 1px 3px 2px #bfc307; box-shadow: 1px 1px 3px 2px #bfc307;">
Div content here</div>
This div box has shadow with color #bfc307
Comments
No comments written yet.
Please login to write comment.