Color spaces of #bfe292
RGB | 191 | 226 | 146 |
---|---|---|---|
HSL | 0.24 | 0.58 | 0.73 |
HSV | 86° | 35° | 89° |
CMYK | 0.15 | 0.00 | 0.35 0.11 |
XYZ | 53.8705 | 67.5444 | 37.3922 |
Yxy | 67.5444 | 0.3392 | 0.4253 |
Hunter Lab | 82.1854 | -26.8221 | 30.5544 |
CIE-Lab | 85.7781 | -24.9143 | 35.4229 |
#bfe292 color RGB value is (191,226,146).
#bfe292 hex color red value is 191, green value is 226 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bfe292 hue: 0.24 , saturation: 0.58 and the lightness value of bfe292 is 0.73.
The process color (four color CMYK) of #bfe292 color hex is 0.15, 0.00, 0.35, 0.11. Web safe color of #bfe292 is #cccc99. Color #bfe292 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100010 | 10010010 |
Octal | 277 | 342 | 222 |
Decimal | 191 | 226 | 146 |
Hex | BF | E2 | 92 |
Shades of #bfe292
Tints of #bfe292
RGB Percentages of Color #bfe292
CMYK Percentages of Color #bfe292
Complementary Color
#bfe292 | #b592e2 |
#bfe292 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe292 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe292 Color CSS Codes
.mybgcolor {background-color:#bfe292; } .myforecolor {color:#bfe292; } .mybordercolor {border:3px solid #bfe292; }
#bfe292 Text Font Color
<p style="color:#bfe292">Text here</p>
This sample text font color is #bfe292
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.
#bfe292 Background Color
<div style="background-color:#bfe292">
Div content here</div>
This div background color is #bfe292
#bfe292 Border Color
<div style="border:3px solid #bfe292">
Div here</div>
This div border color is #bfe292
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,226,146, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe292; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe292; -webkit-box-shadow: 1px 1px 3px 2px #bfe292; box-shadow: 1px 1px 3px 2px #bfe292; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,226,146, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe292">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe292; -webkit-box-shadow: 1px 1px 3px 2px #bfe292; box-shadow: 1px 1px 3px 2px #bfe292;">
Div content here</div>
This div box has shadow with color #bfe292
Comments
No comments written yet.
Please login to write comment.