Color spaces of #bfab2f
RGB | 191 | 171 | 47 |
---|---|---|---|
HSL | 0.14 | 0.61 | 0.47 |
HSV | 52° | 75° | 75° |
CMYK | 0.00 | 0.10 | 0.75 0.25 |
XYZ | 36.5619 | 40.4074 | 8.5617 |
Yxy | 40.4074 | 0.4275 | 0.4724 |
Hunter Lab | 63.5668 | -8.5736 | 36.5111 |
CIE-Lab | 69.7587 | -6.0137 | 62.1765 |
#bfab2f color RGB value is (191,171,47).
#bfab2f hex color red value is 191, green value is 171 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bfab2f hue: 0.14 , saturation: 0.61 and the lightness value of bfab2f is 0.47.
The process color (four color CMYK) of #bfab2f color hex is 0.00, 0.10, 0.75, 0.25. Web safe color of #bfab2f is #cc9933. Color #bfab2f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10101011 | 00101111 |
Octal | 277 | 253 | 57 |
Decimal | 191 | 171 | 47 |
Hex | BF | AB | 2F |
Shades of #bfab2f
Tints of #bfab2f
RGB Percentages of Color #bfab2f
CMYK Percentages of Color #bfab2f
Complementary Color
#bfab2f | #2f43bf |
#bfab2f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfab2f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfab2f Color CSS Codes
.mybgcolor {background-color:#bfab2f; } .myforecolor {color:#bfab2f; } .mybordercolor {border:3px solid #bfab2f; }
#bfab2f Text Font Color
<p style="color:#bfab2f">Text here</p>
This sample text font color is #bfab2f
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.
#bfab2f Background Color
<div style="background-color:#bfab2f">
Div content here</div>
This div background color is #bfab2f
#bfab2f Border Color
<div style="border:3px solid #bfab2f">
Div here</div>
This div border color is #bfab2f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,171,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfab2f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfab2f; -webkit-box-shadow: 1px 1px 3px 2px #bfab2f; box-shadow: 1px 1px 3px 2px #bfab2f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,171,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfab2f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfab2f; -webkit-box-shadow: 1px 1px 3px 2px #bfab2f; box-shadow: 1px 1px 3px 2px #bfab2f;">
Div content here</div>
This div box has shadow with color #bfab2f
Comments
No comments written yet.
Please login to write comment.