Color spaces of #bbf71f
RGB | 187 | 247 | 31 |
---|---|---|---|
HSL | 0.21 | 0.93 | 0.55 |
HSV | 77° | 87° | 97° |
CMYK | 0.24 | 0.00 | 0.87 0.03 |
XYZ | 54.0016 | 77.1853 | 13.3484 |
Yxy | 77.1853 | 0.3736 | 0.5340 |
Hunter Lab | 87.8552 | -44.0286 | 52.4903 |
CIE-Lab | 90.4068 | -44.5303 | 84.1058 |
#bbf71f color RGB value is (187,247,31).
#bbf71f hex color red value is 187, green value is 247 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bbf71f hue: 0.21 , saturation: 0.93 and the lightness value of bbf71f is 0.55.
The process color (four color CMYK) of #bbf71f color hex is 0.24, 0.00, 0.87, 0.03. Web safe color of #bbf71f is #ccff33. Color #bbf71f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11110111 | 00011111 |
Octal | 273 | 367 | 37 |
Decimal | 187 | 247 | 31 |
Hex | BB | F7 | 1F |
Shades of #bbf71f
Tints of #bbf71f
RGB Percentages of Color #bbf71f
CMYK Percentages of Color #bbf71f
Complementary Color
#bbf71f | #5b1ff7 |
#bbf71f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbf71f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbf71f Color CSS Codes
.mybgcolor {background-color:#bbf71f; } .myforecolor {color:#bbf71f; } .mybordercolor {border:3px solid #bbf71f; }
#bbf71f Text Font Color
<p style="color:#bbf71f">Text here</p>
This sample text font color is #bbf71f
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.
#bbf71f Background Color
<div style="background-color:#bbf71f">
Div content here</div>
This div background color is #bbf71f
#bbf71f Border Color
<div style="border:3px solid #bbf71f">
Div here</div>
This div border color is #bbf71f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,247,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbf71f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbf71f; -webkit-box-shadow: 1px 1px 3px 2px #bbf71f; box-shadow: 1px 1px 3px 2px #bbf71f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,247,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbf71f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbf71f; -webkit-box-shadow: 1px 1px 3px 2px #bbf71f; box-shadow: 1px 1px 3px 2px #bbf71f;">
Div content here</div>
This div box has shadow with color #bbf71f
Comments
No comments written yet.
Please login to write comment.