Color spaces of #bfe85e
RGB | 191 | 232 | 94 |
---|---|---|---|
HSL | 0.22 | 0.75 | 0.64 |
HSV | 78° | 59° | 91° |
CMYK | 0.18 | 0.00 | 0.59 0.09 |
XYZ | 52.3629 | 69.5977 | 21.2636 |
Yxy | 69.5977 | 0.3656 | 0.4859 |
Hunter Lab | 83.4252 | -33.9564 | 43.2857 |
CIE-Lab | 86.7992 | -33.2120 | 61.2050 |
#bfe85e color RGB value is (191,232,94).
#bfe85e hex color red value is 191, green value is 232 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #bfe85e hue: 0.22 , saturation: 0.75 and the lightness value of bfe85e is 0.64.
The process color (four color CMYK) of #bfe85e color hex is 0.18, 0.00, 0.59, 0.09. Web safe color of #bfe85e is #ccff66. Color #bfe85e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101000 | 01011110 |
Octal | 277 | 350 | 136 |
Decimal | 191 | 232 | 94 |
Hex | BF | E8 | 5E |
Shades of #bfe85e
Tints of #bfe85e
RGB Percentages of Color #bfe85e
CMYK Percentages of Color #bfe85e
Complementary Color
#bfe85e | #875ee8 |
#bfe85e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe85e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe85e Color CSS Codes
.mybgcolor {background-color:#bfe85e; } .myforecolor {color:#bfe85e; } .mybordercolor {border:3px solid #bfe85e; }
#bfe85e Text Font Color
<p style="color:#bfe85e">Text here</p>
This sample text font color is #bfe85e
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.
#bfe85e Background Color
<div style="background-color:#bfe85e">
Div content here</div>
This div background color is #bfe85e
#bfe85e Border Color
<div style="border:3px solid #bfe85e">
Div here</div>
This div border color is #bfe85e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,232,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe85e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe85e; -webkit-box-shadow: 1px 1px 3px 2px #bfe85e; box-shadow: 1px 1px 3px 2px #bfe85e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,232,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe85e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe85e; -webkit-box-shadow: 1px 1px 3px 2px #bfe85e; box-shadow: 1px 1px 3px 2px #bfe85e;">
Div content here</div>
This div box has shadow with color #bfe85e
Comments
No comments written yet.
Please login to write comment.