Color spaces of #bfd97f
RGB | 191 | 217 | 127 |
---|---|---|---|
HSL | 0.21 | 0.54 | 0.67 |
HSV | 77° | 41° | 85° |
CMYK | 0.12 | 0.00 | 0.41 0.15 |
XYZ | 50.1295 | 62.2344 | 29.4490 |
Yxy | 62.2344 | 0.3535 | 0.4388 |
Hunter Lab | 78.8888 | -24.6284 | 33.0893 |
CIE-Lab | 83.0379 | -22.9121 | 41.4148 |
#bfd97f color RGB value is (191,217,127).
#bfd97f hex color red value is 191, green value is 217 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bfd97f hue: 0.21 , saturation: 0.54 and the lightness value of bfd97f is 0.67.
The process color (four color CMYK) of #bfd97f color hex is 0.12, 0.00, 0.41, 0.15. Web safe color of #bfd97f is #cccc66. Color #bfd97f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011001 | 01111111 |
Octal | 277 | 331 | 177 |
Decimal | 191 | 217 | 127 |
Hex | BF | D9 | 7F |
Shades of #bfd97f
Tints of #bfd97f
RGB Percentages of Color #bfd97f
CMYK Percentages of Color #bfd97f
Complementary Color
#bfd97f | #997fd9 |
#bfd97f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd97f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd97f Color CSS Codes
.mybgcolor {background-color:#bfd97f; } .myforecolor {color:#bfd97f; } .mybordercolor {border:3px solid #bfd97f; }
#bfd97f Text Font Color
<p style="color:#bfd97f">Text here</p>
This sample text font color is #bfd97f
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.
#bfd97f Background Color
<div style="background-color:#bfd97f">
Div content here</div>
This div background color is #bfd97f
#bfd97f Border Color
<div style="border:3px solid #bfd97f">
Div here</div>
This div border color is #bfd97f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,217,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd97f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd97f; -webkit-box-shadow: 1px 1px 3px 2px #bfd97f; box-shadow: 1px 1px 3px 2px #bfd97f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,217,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd97f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd97f; -webkit-box-shadow: 1px 1px 3px 2px #bfd97f; box-shadow: 1px 1px 3px 2px #bfd97f;">
Div content here</div>
This div box has shadow with color #bfd97f
Comments
No comments written yet.
Please login to write comment.