Color spaces of #bff80b
RGB | 191 | 248 | 11 |
---|---|---|---|
HSL | 0.21 | 0.94 | 0.51 |
HSV | 74° | 96° | 97° |
CMYK | 0.23 | 0.00 | 0.96 0.03 |
XYZ | 55.1137 | 78.2353 | 12.5127 |
Yxy | 78.2353 | 0.3778 | 0.5364 |
Hunter Lab | 88.4507 | -43.5653 | 53.5280 |
CIE-Lab | 90.8872 | -43.7772 | 87.0522 |
#bff80b color RGB value is (191,248,11).
#bff80b hex color red value is 191, green value is 248 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bff80b hue: 0.21 , saturation: 0.94 and the lightness value of bff80b is 0.51.
The process color (four color CMYK) of #bff80b color hex is 0.23, 0.00, 0.96, 0.03. Web safe color of #bff80b is #ccff00. Color #bff80b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11111000 | 00001011 |
Octal | 277 | 370 | 13 |
Decimal | 191 | 248 | 11 |
Hex | BF | F8 | B |
Shades of #bff80b
Tints of #bff80b
RGB Percentages of Color #bff80b
CMYK Percentages of Color #bff80b
Complementary Color
#bff80b | #440bf8 |
#bff80b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bff80b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bff80b Color CSS Codes
.mybgcolor {background-color:#bff80b; } .myforecolor {color:#bff80b; } .mybordercolor {border:3px solid #bff80b; }
#bff80b Text Font Color
<p style="color:#bff80b">Text here</p>
This sample text font color is #bff80b
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.
#bff80b Background Color
<div style="background-color:#bff80b">
Div content here</div>
This div background color is #bff80b
#bff80b Border Color
<div style="border:3px solid #bff80b">
Div here</div>
This div border color is #bff80b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,248,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bff80b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bff80b; -webkit-box-shadow: 1px 1px 3px 2px #bff80b; box-shadow: 1px 1px 3px 2px #bff80b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,248,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bff80b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bff80b; -webkit-box-shadow: 1px 1px 3px 2px #bff80b; box-shadow: 1px 1px 3px 2px #bff80b;">
Div content here</div>
This div box has shadow with color #bff80b
Comments
No comments written yet.
Please login to write comment.