Color spaces of #bfc651
RGB | 191 | 198 | 81 |
---|---|---|---|
HSL | 0.18 | 0.51 | 0.55 |
HSV | 64° | 59° | 78° |
CMYK | 0.04 | 0.00 | 0.59 0.22 |
XYZ | 43.1651 | 52.0586 | 15.5579 |
Yxy | 52.0586 | 0.3896 | 0.4699 |
Hunter Lab | 72.1516 | -19.4768 | 37.7216 |
CIE-Lab | 77.3159 | -17.8961 | 56.3307 |
#bfc651 color RGB value is (191,198,81).
#bfc651 hex color red value is 191, green value is 198 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bfc651 hue: 0.18 , saturation: 0.51 and the lightness value of bfc651 is 0.55.
The process color (four color CMYK) of #bfc651 color hex is 0.04, 0.00, 0.59, 0.22. Web safe color of #bfc651 is #cccc66. Color #bfc651 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11000110 | 01010001 |
Octal | 277 | 306 | 121 |
Decimal | 191 | 198 | 81 |
Hex | BF | C6 | 51 |
Shades of #bfc651
Tints of #bfc651
RGB Percentages of Color #bfc651
CMYK Percentages of Color #bfc651
Complementary Color
#bfc651 | #5851c6 |
#bfc651 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfc651 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfc651 Color CSS Codes
.mybgcolor {background-color:#bfc651; } .myforecolor {color:#bfc651; } .mybordercolor {border:3px solid #bfc651; }
#bfc651 Text Font Color
<p style="color:#bfc651">Text here</p>
This sample text font color is #bfc651
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.
#bfc651 Background Color
<div style="background-color:#bfc651">
Div content here</div>
This div background color is #bfc651
#bfc651 Border Color
<div style="border:3px solid #bfc651">
Div here</div>
This div border color is #bfc651
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,198,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfc651; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfc651; -webkit-box-shadow: 1px 1px 3px 2px #bfc651; box-shadow: 1px 1px 3px 2px #bfc651; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,198,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfc651">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc651; -webkit-box-shadow: 1px 1px 3px 2px #bfc651; box-shadow: 1px 1px 3px 2px #bfc651;">
Div content here</div>
This div box has shadow with color #bfc651
Comments
No comments written yet.
Please login to write comment.