Color spaces of #bfba54
RGB | 191 | 186 | 84 |
---|---|---|---|
HSL | 0.16 | 0.46 | 0.54 |
HSV | 57° | 56° | 75° |
CMYK | 0.00 | 0.03 | 0.56 0.25 |
XYZ | 40.6450 | 46.8343 | 15.2852 |
Yxy | 46.8343 | 0.3955 | 0.4557 |
Hunter Lab | 68.4356 | -13.7483 | 34.6624 |
CIE-Lab | 74.0837 | -11.5940 | 51.3724 |
#bfba54 color RGB value is (191,186,84).
#bfba54 hex color red value is 191, green value is 186 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bfba54 hue: 0.16 , saturation: 0.46 and the lightness value of bfba54 is 0.54.
The process color (four color CMYK) of #bfba54 color hex is 0.00, 0.03, 0.56, 0.25. Web safe color of #bfba54 is #cccc66. Color #bfba54 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 10111010 | 01010100 |
Octal | 277 | 272 | 124 |
Decimal | 191 | 186 | 84 |
Hex | BF | BA | 54 |
Shades of #bfba54
Tints of #bfba54
RGB Percentages of Color #bfba54
CMYK Percentages of Color #bfba54
Complementary Color
#bfba54 | #5459bf |
#bfba54 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfba54 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfba54 Color CSS Codes
.mybgcolor {background-color:#bfba54; } .myforecolor {color:#bfba54; } .mybordercolor {border:3px solid #bfba54; }
#bfba54 Text Font Color
<p style="color:#bfba54">Text here</p>
This sample text font color is #bfba54
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.
#bfba54 Background Color
<div style="background-color:#bfba54">
Div content here</div>
This div background color is #bfba54
#bfba54 Border Color
<div style="border:3px solid #bfba54">
Div here</div>
This div border color is #bfba54
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,186,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfba54; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfba54; -webkit-box-shadow: 1px 1px 3px 2px #bfba54; box-shadow: 1px 1px 3px 2px #bfba54; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,186,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfba54">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfba54; -webkit-box-shadow: 1px 1px 3px 2px #bfba54; box-shadow: 1px 1px 3px 2px #bfba54;">
Div content here</div>
This div box has shadow with color #bfba54
Comments
No comments written yet.
Please login to write comment.