Color spaces of #bfb71e
RGB | 191 | 183 | 30 |
---|---|---|---|
HSL | 0.16 | 0.73 | 0.43 |
HSV | 57° | 84° | 75° |
CMYK | 0.00 | 0.04 | 0.84 0.25 |
XYZ | 38.6537 | 45.0371 | 7.8841 |
Yxy | 45.0371 | 0.4221 | 0.4918 |
Hunter Lab | 67.1097 | -14.6299 | 40.0113 |
CIE-Lab | 72.9163 | -12.8174 | 69.9434 |
#bfb71e color RGB value is (191,183,30).
#bfb71e hex color red value is 191, green value is 183 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bfb71e hue: 0.16 , saturation: 0.73 and the lightness value of bfb71e is 0.43.
The process color (four color CMYK) of #bfb71e color hex is 0.00, 0.04, 0.84, 0.25. Web safe color of #bfb71e is #cccc33. Color #bfb71e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10110111 | 00011110 |
Octal | 277 | 267 | 36 |
Decimal | 191 | 183 | 30 |
Hex | BF | B7 | 1E |
Shades of #bfb71e
Tints of #bfb71e
RGB Percentages of Color #bfb71e
CMYK Percentages of Color #bfb71e
Complementary Color
#bfb71e | #1e26bf |
#bfb71e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfb71e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfb71e Color CSS Codes
.mybgcolor {background-color:#bfb71e; } .myforecolor {color:#bfb71e; } .mybordercolor {border:3px solid #bfb71e; }
#bfb71e Text Font Color
<p style="color:#bfb71e">Text here</p>
This sample text font color is #bfb71e
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.
#bfb71e Background Color
<div style="background-color:#bfb71e">
Div content here</div>
This div background color is #bfb71e
#bfb71e Border Color
<div style="border:3px solid #bfb71e">
Div here</div>
This div border color is #bfb71e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,183,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfb71e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfb71e; -webkit-box-shadow: 1px 1px 3px 2px #bfb71e; box-shadow: 1px 1px 3px 2px #bfb71e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,183,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfb71e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfb71e; -webkit-box-shadow: 1px 1px 3px 2px #bfb71e; box-shadow: 1px 1px 3px 2px #bfb71e;">
Div content here</div>
This div box has shadow with color #bfb71e
Comments
No comments written yet.
Please login to write comment.