Color spaces of #bfa91d
RGB | 191 | 169 | 29 |
---|---|---|---|
HSL | 0.14 | 0.74 | 0.43 |
HSV | 52° | 85° | 75° |
CMYK | 0.00 | 0.12 | 0.85 0.25 |
XYZ | 35.8956 | 39.5410 | 6.9027 |
Yxy | 39.5410 | 0.4359 | 0.4802 |
Hunter Lab | 62.8816 | -8.1472 | 37.5087 |
CIE-Lab | 69.1414 | -5.5752 | 67.0481 |
#bfa91d color RGB value is (191,169,29).
#bfa91d hex color red value is 191, green value is 169 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bfa91d hue: 0.14 , saturation: 0.74 and the lightness value of bfa91d is 0.43.
The process color (four color CMYK) of #bfa91d color hex is 0.00, 0.12, 0.85, 0.25. Web safe color of #bfa91d is #cc9933. Color #bfa91d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101001 | 00011101 |
Octal | 277 | 251 | 35 |
Decimal | 191 | 169 | 29 |
Hex | BF | A9 | 1D |
Shades of #bfa91d
Tints of #bfa91d
RGB Percentages of Color #bfa91d
CMYK Percentages of Color #bfa91d
Complementary Color
#bfa91d | #1d33bf |
#bfa91d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfa91d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfa91d Color CSS Codes
.mybgcolor {background-color:#bfa91d; } .myforecolor {color:#bfa91d; } .mybordercolor {border:3px solid #bfa91d; }
#bfa91d Text Font Color
<p style="color:#bfa91d">Text here</p>
This sample text font color is #bfa91d
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.
#bfa91d Background Color
<div style="background-color:#bfa91d">
Div content here</div>
This div background color is #bfa91d
#bfa91d Border Color
<div style="border:3px solid #bfa91d">
Div here</div>
This div border color is #bfa91d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,169,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfa91d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfa91d; -webkit-box-shadow: 1px 1px 3px 2px #bfa91d; box-shadow: 1px 1px 3px 2px #bfa91d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,169,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfa91d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfa91d; -webkit-box-shadow: 1px 1px 3px 2px #bfa91d; box-shadow: 1px 1px 3px 2px #bfa91d;">
Div content here</div>
This div box has shadow with color #bfa91d
Comments
No comments written yet.
Please login to write comment.