Color spaces of #bfe862
RGB | 191 | 232 | 98 |
---|---|---|---|
HSL | 0.22 | 0.74 | 0.65 |
HSV | 78° | 58° | 91° |
CMYK | 0.18 | 0.00 | 0.58 0.09 |
XYZ | 52.5471 | 69.6714 | 22.2337 |
Yxy | 69.6714 | 0.3638 | 0.4823 |
Hunter Lab | 83.4694 | -33.6990 | 42.6355 |
CIE-Lab | 86.8354 | -32.8883 | 59.5291 |
#bfe862 color RGB value is (191,232,98).
#bfe862 hex color red value is 191, green value is 232 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #bfe862 hue: 0.22 , saturation: 0.74 and the lightness value of bfe862 is 0.65.
The process color (four color CMYK) of #bfe862 color hex is 0.18, 0.00, 0.58, 0.09. Web safe color of #bfe862 is #ccff66. Color #bfe862 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101000 | 01100010 |
Octal | 277 | 350 | 142 |
Decimal | 191 | 232 | 98 |
Hex | BF | E8 | 62 |
Shades of #bfe862
Tints of #bfe862
RGB Percentages of Color #bfe862
CMYK Percentages of Color #bfe862
Complementary Color
#bfe862 | #8b62e8 |
#bfe862 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe862 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe862 Color CSS Codes
.mybgcolor {background-color:#bfe862; } .myforecolor {color:#bfe862; } .mybordercolor {border:3px solid #bfe862; }
#bfe862 Text Font Color
<p style="color:#bfe862">Text here</p>
This sample text font color is #bfe862
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.
#bfe862 Background Color
<div style="background-color:#bfe862">
Div content here</div>
This div background color is #bfe862
#bfe862 Border Color
<div style="border:3px solid #bfe862">
Div here</div>
This div border color is #bfe862
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,232,98, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe862; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe862; -webkit-box-shadow: 1px 1px 3px 2px #bfe862; box-shadow: 1px 1px 3px 2px #bfe862; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,232,98, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe862">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe862; -webkit-box-shadow: 1px 1px 3px 2px #bfe862; box-shadow: 1px 1px 3px 2px #bfe862;">
Div content here</div>
This div box has shadow with color #bfe862
Comments
No comments written yet.
Please login to write comment.