Color spaces of #bfe67f
RGB | 191 | 230 | 127 |
---|---|---|---|
HSL | 0.23 | 0.67 | 0.70 |
HSV | 83° | 45° | 90° |
CMYK | 0.17 | 0.00 | 0.45 0.10 |
XYZ | 53.6134 | 69.2023 | 30.6103 |
Yxy | 69.2023 | 0.3494 | 0.4510 |
Hunter Lab | 83.1879 | -30.5382 | 36.4149 |
CIE-Lab | 86.6041 | -29.1340 | 45.8852 |
#bfe67f color RGB value is (191,230,127).
#bfe67f hex color red value is 191, green value is 230 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bfe67f hue: 0.23 , saturation: 0.67 and the lightness value of bfe67f is 0.70.
The process color (four color CMYK) of #bfe67f color hex is 0.17, 0.00, 0.45, 0.10. Web safe color of #bfe67f is #ccff66. Color #bfe67f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100110 | 01111111 |
Octal | 277 | 346 | 177 |
Decimal | 191 | 230 | 127 |
Hex | BF | E6 | 7F |
Shades of #bfe67f
Tints of #bfe67f
RGB Percentages of Color #bfe67f
CMYK Percentages of Color #bfe67f
Complementary Color
#bfe67f | #a67fe6 |
#bfe67f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe67f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe67f Color CSS Codes
.mybgcolor {background-color:#bfe67f; } .myforecolor {color:#bfe67f; } .mybordercolor {border:3px solid #bfe67f; }
#bfe67f Text Font Color
<p style="color:#bfe67f">Text here</p>
This sample text font color is #bfe67f
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.
#bfe67f Background Color
<div style="background-color:#bfe67f">
Div content here</div>
This div background color is #bfe67f
#bfe67f Border Color
<div style="border:3px solid #bfe67f">
Div here</div>
This div border color is #bfe67f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,230,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe67f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe67f; -webkit-box-shadow: 1px 1px 3px 2px #bfe67f; box-shadow: 1px 1px 3px 2px #bfe67f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,230,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 #bfe67f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe67f; -webkit-box-shadow: 1px 1px 3px 2px #bfe67f; box-shadow: 1px 1px 3px 2px #bfe67f;">
Div content here</div>
This div box has shadow with color #bfe67f
Comments
No comments written yet.
Please login to write comment.