Color spaces of #bbfa61
RGB | 187 | 250 | 97 |
---|---|---|---|
HSL | 0.24 | 0.94 | 0.68 |
HSV | 85° | 61° | 98° |
CMYK | 0.25 | 0.00 | 0.61 0.02 |
XYZ | 56.8368 | 79.7991 | 23.7164 |
Yxy | 79.7991 | 0.3544 | 0.4976 |
Hunter Lab | 89.3303 | -42.7567 | 46.7903 |
CIE-Lab | 91.5946 | -42.5260 | 65.1727 |
#bbfa61 color RGB value is (187,250,97).
#bbfa61 hex color red value is 187, green value is 250 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bbfa61 hue: 0.24 , saturation: 0.94 and the lightness value of bbfa61 is 0.68.
The process color (four color CMYK) of #bbfa61 color hex is 0.25, 0.00, 0.61, 0.02. Web safe color of #bbfa61 is #ccff66. Color #bbfa61 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111010 | 01100001 |
Octal | 273 | 372 | 141 |
Decimal | 187 | 250 | 97 |
Hex | BB | FA | 61 |
Shades of #bbfa61
Tints of #bbfa61
RGB Percentages of Color #bbfa61
CMYK Percentages of Color #bbfa61
Complementary Color
#bbfa61 | #a061fa |
#bbfa61 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbfa61 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbfa61 Color CSS Codes
.mybgcolor {background-color:#bbfa61; } .myforecolor {color:#bbfa61; } .mybordercolor {border:3px solid #bbfa61; }
#bbfa61 Text Font Color
<p style="color:#bbfa61">Text here</p>
This sample text font color is #bbfa61
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.
#bbfa61 Background Color
<div style="background-color:#bbfa61">
Div content here</div>
This div background color is #bbfa61
#bbfa61 Border Color
<div style="border:3px solid #bbfa61">
Div here</div>
This div border color is #bbfa61
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,250,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbfa61; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbfa61; -webkit-box-shadow: 1px 1px 3px 2px #bbfa61; box-shadow: 1px 1px 3px 2px #bbfa61; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,250,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbfa61">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbfa61; -webkit-box-shadow: 1px 1px 3px 2px #bbfa61; box-shadow: 1px 1px 3px 2px #bbfa61;">
Div content here</div>
This div box has shadow with color #bbfa61
Comments
No comments written yet.
Please login to write comment.