Color spaces of #bfd140
RGB | 191 | 209 | 64 |
---|---|---|---|
HSL | 0.19 | 0.61 | 0.54 |
HSV | 67° | 69° | 82° |
CMYK | 0.09 | 0.00 | 0.69 0.18 |
XYZ | 45.2117 | 57.0475 | 13.4788 |
Yxy | 57.0475 | 0.3906 | 0.4929 |
Hunter Lab | 75.5298 | -25.3281 | 42.2902 |
CIE-Lab | 80.2063 | -24.3743 | 66.1962 |
#bfd140 color RGB value is (191,209,64).
#bfd140 hex color red value is 191, green value is 209 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bfd140 hue: 0.19 , saturation: 0.61 and the lightness value of bfd140 is 0.54.
The process color (four color CMYK) of #bfd140 color hex is 0.09, 0.00, 0.69, 0.18. Web safe color of #bfd140 is #cccc33. Color #bfd140 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010001 | 01000000 |
Octal | 277 | 321 | 100 |
Decimal | 191 | 209 | 64 |
Hex | BF | D1 | 40 |
Shades of #bfd140
Tints of #bfd140
RGB Percentages of Color #bfd140
CMYK Percentages of Color #bfd140
Complementary Color
#bfd140 | #5240d1 |
#bfd140 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd140 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd140 Color CSS Codes
.mybgcolor {background-color:#bfd140; } .myforecolor {color:#bfd140; } .mybordercolor {border:3px solid #bfd140; }
#bfd140 Text Font Color
<p style="color:#bfd140">Text here</p>
This sample text font color is #bfd140
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.
#bfd140 Background Color
<div style="background-color:#bfd140">
Div content here</div>
This div background color is #bfd140
#bfd140 Border Color
<div style="border:3px solid #bfd140">
Div here</div>
This div border color is #bfd140
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,209,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd140; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd140; -webkit-box-shadow: 1px 1px 3px 2px #bfd140; box-shadow: 1px 1px 3px 2px #bfd140; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,209,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd140">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd140; -webkit-box-shadow: 1px 1px 3px 2px #bfd140; box-shadow: 1px 1px 3px 2px #bfd140;">
Div content here</div>
This div box has shadow with color #bfd140
Comments
No comments written yet.
Please login to write comment.