Color spaces of #bfc754
RGB | 191 | 199 | 84 |
---|---|---|---|
HSL | 0.18 | 0.51 | 0.55 |
HSV | 64° | 58° | 78° |
CMYK | 0.04 | 0.00 | 0.58 0.22 |
XYZ | 43.5095 | 52.5633 | 16.2400 |
Yxy | 52.5633 | 0.3874 | 0.4680 |
Hunter Lab | 72.5006 | -19.7534 | 37.4695 |
CIE-Lab | 77.6165 | -18.1723 | 55.3427 |
#bfc754 color RGB value is (191,199,84).
#bfc754 hex color red value is 191, green value is 199 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bfc754 hue: 0.18 , saturation: 0.51 and the lightness value of bfc754 is 0.55.
The process color (four color CMYK) of #bfc754 color hex is 0.04, 0.00, 0.58, 0.22. Web safe color of #bfc754 is #cccc66. Color #bfc754 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11000111 | 01010100 |
Octal | 277 | 307 | 124 |
Decimal | 191 | 199 | 84 |
Hex | BF | C7 | 54 |
Shades of #bfc754
Tints of #bfc754
RGB Percentages of Color #bfc754
CMYK Percentages of Color #bfc754
Complementary Color
#bfc754 | #5c54c7 |
#bfc754 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfc754 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfc754 Color CSS Codes
.mybgcolor {background-color:#bfc754; } .myforecolor {color:#bfc754; } .mybordercolor {border:3px solid #bfc754; }
#bfc754 Text Font Color
<p style="color:#bfc754">Text here</p>
This sample text font color is #bfc754
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.
#bfc754 Background Color
<div style="background-color:#bfc754">
Div content here</div>
This div background color is #bfc754
#bfc754 Border Color
<div style="border:3px solid #bfc754">
Div here</div>
This div border color is #bfc754
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,199,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfc754; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfc754; -webkit-box-shadow: 1px 1px 3px 2px #bfc754; box-shadow: 1px 1px 3px 2px #bfc754; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,199,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 #bfc754">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc754; -webkit-box-shadow: 1px 1px 3px 2px #bfc754; box-shadow: 1px 1px 3px 2px #bfc754;">
Div content here</div>
This div box has shadow with color #bfc754
Comments
No comments written yet.
Please login to write comment.