Color spaces of #bfe491
RGB | 191 | 228 | 145 |
---|---|---|---|
HSL | 0.24 | 0.61 | 0.73 |
HSV | 87° | 36° | 89° |
CMYK | 0.16 | 0.00 | 0.36 0.11 |
XYZ | 54.3401 | 68.6075 | 37.1666 |
Yxy | 68.6075 | 0.3394 | 0.4285 |
Hunter Lab | 82.8296 | -27.8476 | 31.3767 |
CIE-Lab | 86.3093 | -26.0051 | 36.6210 |
#bfe491 color RGB value is (191,228,145).
#bfe491 hex color red value is 191, green value is 228 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #bfe491 hue: 0.24 , saturation: 0.61 and the lightness value of bfe491 is 0.73.
The process color (four color CMYK) of #bfe491 color hex is 0.16, 0.00, 0.36, 0.11. Web safe color of #bfe491 is #cccc99. Color #bfe491 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100100 | 10010001 |
Octal | 277 | 344 | 221 |
Decimal | 191 | 228 | 145 |
Hex | BF | E4 | 91 |
Shades of #bfe491
Tints of #bfe491
RGB Percentages of Color #bfe491
CMYK Percentages of Color #bfe491
Complementary Color
#bfe491 | #b691e4 |
#bfe491 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe491 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe491 Color CSS Codes
.mybgcolor {background-color:#bfe491; } .myforecolor {color:#bfe491; } .mybordercolor {border:3px solid #bfe491; }
#bfe491 Text Font Color
<p style="color:#bfe491">Text here</p>
This sample text font color is #bfe491
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.
#bfe491 Background Color
<div style="background-color:#bfe491">
Div content here</div>
This div background color is #bfe491
#bfe491 Border Color
<div style="border:3px solid #bfe491">
Div here</div>
This div border color is #bfe491
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,228,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe491; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe491; -webkit-box-shadow: 1px 1px 3px 2px #bfe491; box-shadow: 1px 1px 3px 2px #bfe491; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,228,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe491">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe491; -webkit-box-shadow: 1px 1px 3px 2px #bfe491; box-shadow: 1px 1px 3px 2px #bfe491;">
Div content here</div>
This div box has shadow with color #bfe491
Comments
No comments written yet.
Please login to write comment.