Color spaces of #bbf40b
RGB | 187 | 244 | 11 |
---|---|---|---|
HSL | 0.21 | 0.91 | 0.50 |
HSV | 75° | 95° | 96° |
CMYK | 0.23 | 0.00 | 0.95 0.04 |
XYZ | 52.9046 | 75.2903 | 12.0607 |
Yxy | 75.2903 | 0.3772 | 0.5368 |
Hunter Lab | 86.7700 | -43.0141 | 52.4979 |
CIE-Lab | 89.5288 | -43.5690 | 85.8954 |
#bbf40b color RGB value is (187,244,11).
#bbf40b hex color red value is 187, green value is 244 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bbf40b hue: 0.21 , saturation: 0.91 and the lightness value of bbf40b is 0.50.
The process color (four color CMYK) of #bbf40b color hex is 0.23, 0.00, 0.95, 0.04. Web safe color of #bbf40b is #ccff00. Color #bbf40b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11110100 | 00001011 |
Octal | 273 | 364 | 13 |
Decimal | 187 | 244 | 11 |
Hex | BB | F4 | B |
Shades of #bbf40b
Tints of #bbf40b
RGB Percentages of Color #bbf40b
CMYK Percentages of Color #bbf40b
Complementary Color
#bbf40b | #440bf4 |
#bbf40b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbf40b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbf40b Color CSS Codes
.mybgcolor {background-color:#bbf40b; } .myforecolor {color:#bbf40b; } .mybordercolor {border:3px solid #bbf40b; }
#bbf40b Text Font Color
<p style="color:#bbf40b">Text here</p>
This sample text font color is #bbf40b
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.
#bbf40b Background Color
<div style="background-color:#bbf40b">
Div content here</div>
This div background color is #bbf40b
#bbf40b Border Color
<div style="border:3px solid #bbf40b">
Div here</div>
This div border color is #bbf40b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,244,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbf40b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbf40b; -webkit-box-shadow: 1px 1px 3px 2px #bbf40b; box-shadow: 1px 1px 3px 2px #bbf40b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,244,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 #bbf40b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbf40b; -webkit-box-shadow: 1px 1px 3px 2px #bbf40b; box-shadow: 1px 1px 3px 2px #bbf40b;">
Div content here</div>
This div box has shadow with color #bbf40b
Comments
No comments written yet.
Please login to write comment.