Color spaces of #bfe18f
RGB | 191 | 225 | 143 |
---|---|---|---|
HSL | 0.24 | 0.58 | 0.72 |
HSV | 85° | 36° | 88° |
CMYK | 0.15 | 0.00 | 0.36 0.12 |
XYZ | 53.3690 | 66.9100 | 36.0887 |
Yxy | 66.9100 | 0.3413 | 0.4279 |
Hunter Lab | 81.7985 | -26.6861 | 31.1008 |
CIE-Lab | 85.4585 | -24.8246 | 36.5185 |
#bfe18f color RGB value is (191,225,143).
#bfe18f hex color red value is 191, green value is 225 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bfe18f hue: 0.24 , saturation: 0.58 and the lightness value of bfe18f is 0.72.
The process color (four color CMYK) of #bfe18f color hex is 0.15, 0.00, 0.36, 0.12. Web safe color of #bfe18f is #cccc99. Color #bfe18f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100001 | 10001111 |
Octal | 277 | 341 | 217 |
Decimal | 191 | 225 | 143 |
Hex | BF | E1 | 8F |
Shades of #bfe18f
Tints of #bfe18f
RGB Percentages of Color #bfe18f
CMYK Percentages of Color #bfe18f
Complementary Color
#bfe18f | #b18fe1 |
#bfe18f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe18f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe18f Color CSS Codes
.mybgcolor {background-color:#bfe18f; } .myforecolor {color:#bfe18f; } .mybordercolor {border:3px solid #bfe18f; }
#bfe18f Text Font Color
<p style="color:#bfe18f">Text here</p>
This sample text font color is #bfe18f
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.
#bfe18f Background Color
<div style="background-color:#bfe18f">
Div content here</div>
This div background color is #bfe18f
#bfe18f Border Color
<div style="border:3px solid #bfe18f">
Div here</div>
This div border color is #bfe18f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,225,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe18f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe18f; -webkit-box-shadow: 1px 1px 3px 2px #bfe18f; box-shadow: 1px 1px 3px 2px #bfe18f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,225,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe18f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe18f; -webkit-box-shadow: 1px 1px 3px 2px #bfe18f; box-shadow: 1px 1px 3px 2px #bfe18f;">
Div content here</div>
This div box has shadow with color #bfe18f
Comments
No comments written yet.
Please login to write comment.