Color spaces of #bfa70e
RGB | 191 | 167 | 14 |
---|---|---|---|
HSL | 0.14 | 0.86 | 0.40 |
HSV | 52° | 93° | 75° |
CMYK | 0.00 | 0.13 | 0.93 0.25 |
XYZ | 35.3838 | 38.7455 | 6.0292 |
Yxy | 38.7455 | 0.4414 | 0.4834 |
Hunter Lab | 62.2459 | -7.4616 | 37.8292 |
CIE-Lab | 68.5665 | -4.8233 | 69.5736 |
#bfa70e color RGB value is (191,167,14).
#bfa70e hex color red value is 191, green value is 167 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bfa70e hue: 0.14 , saturation: 0.86 and the lightness value of bfa70e is 0.40.
The process color (four color CMYK) of #bfa70e color hex is 0.00, 0.13, 0.93, 0.25. Web safe color of #bfa70e is #cc9900. Color #bfa70e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10100111 | 00001110 |
Octal | 277 | 247 | 16 |
Decimal | 191 | 167 | 14 |
Hex | BF | A7 | E |
Shades of #bfa70e
Tints of #bfa70e
RGB Percentages of Color #bfa70e
CMYK Percentages of Color #bfa70e
Complementary Color
#bfa70e | #0e26bf |
#bfa70e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfa70e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfa70e Color CSS Codes
.mybgcolor {background-color:#bfa70e; } .myforecolor {color:#bfa70e; } .mybordercolor {border:3px solid #bfa70e; }
#bfa70e Text Font Color
<p style="color:#bfa70e">Text here</p>
This sample text font color is #bfa70e
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.
#bfa70e Background Color
<div style="background-color:#bfa70e">
Div content here</div>
This div background color is #bfa70e
#bfa70e Border Color
<div style="border:3px solid #bfa70e">
Div here</div>
This div border color is #bfa70e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,167,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfa70e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfa70e; -webkit-box-shadow: 1px 1px 3px 2px #bfa70e; box-shadow: 1px 1px 3px 2px #bfa70e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,167,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfa70e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa70e; -webkit-box-shadow: 1px 1px 3px 2px #bfa70e; box-shadow: 1px 1px 3px 2px #bfa70e;">
Div content here</div>
This div box has shadow with color #bfa70e
Comments
No comments written yet.
Please login to write comment.