Color spaces of #bfc257
RGB | 191 | 194 | 87 |
---|---|---|---|
HSL | 0.17 | 0.47 | 0.55 |
HSV | 62° | 55° | 76° |
CMYK | 0.02 | 0.00 | 0.55 0.24 |
XYZ | 42.4979 | 50.3481 | 16.4951 |
Yxy | 50.3481 | 0.3887 | 0.4605 |
Hunter Lab | 70.9564 | -17.2647 | 35.8864 |
CIE-Lab | 76.2824 | -15.4321 | 52.4902 |
#bfc257 color RGB value is (191,194,87).
#bfc257 hex color red value is 191, green value is 194 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bfc257 hue: 0.17 , saturation: 0.47 and the lightness value of bfc257 is 0.55.
The process color (four color CMYK) of #bfc257 color hex is 0.02, 0.00, 0.55, 0.24. Web safe color of #bfc257 is #cccc66. Color #bfc257 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11000010 | 01010111 |
Octal | 277 | 302 | 127 |
Decimal | 191 | 194 | 87 |
Hex | BF | C2 | 57 |
Shades of #bfc257
Tints of #bfc257
RGB Percentages of Color #bfc257
CMYK Percentages of Color #bfc257
Complementary Color
#bfc257 | #5a57c2 |
#bfc257 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfc257 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfc257 Color CSS Codes
.mybgcolor {background-color:#bfc257; } .myforecolor {color:#bfc257; } .mybordercolor {border:3px solid #bfc257; }
#bfc257 Text Font Color
<p style="color:#bfc257">Text here</p>
This sample text font color is #bfc257
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.
#bfc257 Background Color
<div style="background-color:#bfc257">
Div content here</div>
This div background color is #bfc257
#bfc257 Border Color
<div style="border:3px solid #bfc257">
Div here</div>
This div border color is #bfc257
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,194,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfc257; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfc257; -webkit-box-shadow: 1px 1px 3px 2px #bfc257; box-shadow: 1px 1px 3px 2px #bfc257; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,194,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfc257">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc257; -webkit-box-shadow: 1px 1px 3px 2px #bfc257; box-shadow: 1px 1px 3px 2px #bfc257;">
Div content here</div>
This div box has shadow with color #bfc257
Comments
No comments written yet.
Please login to write comment.