Color spaces of #bbf91a
RGB | 187 | 249 | 26 |
---|---|---|---|
HSL | 0.21 | 0.95 | 0.54 |
HSV | 77° | 90° | 98° |
CMYK | 0.25 | 0.00 | 0.90 0.02 |
XYZ | 54.5557 | 78.3907 | 13.2328 |
Yxy | 78.3907 | 0.3732 | 0.5363 |
Hunter Lab | 88.5385 | -44.9542 | 53.1156 |
CIE-Lab | 90.9579 | -45.4939 | 85.3436 |
#bbf91a color RGB value is (187,249,26).
#bbf91a hex color red value is 187, green value is 249 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bbf91a hue: 0.21 , saturation: 0.95 and the lightness value of bbf91a is 0.54.
The process color (four color CMYK) of #bbf91a color hex is 0.25, 0.00, 0.90, 0.02. Web safe color of #bbf91a is #ccff33. Color #bbf91a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11111001 | 00011010 |
Octal | 273 | 371 | 32 |
Decimal | 187 | 249 | 26 |
Hex | BB | F9 | 1A |
Shades of #bbf91a
Tints of #bbf91a
RGB Percentages of Color #bbf91a
CMYK Percentages of Color #bbf91a
Complementary Color
#bbf91a | #581af9 |
#bbf91a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbf91a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbf91a Color CSS Codes
.mybgcolor {background-color:#bbf91a; } .myforecolor {color:#bbf91a; } .mybordercolor {border:3px solid #bbf91a; }
#bbf91a Text Font Color
<p style="color:#bbf91a">Text here</p>
This sample text font color is #bbf91a
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.
#bbf91a Background Color
<div style="background-color:#bbf91a">
Div content here</div>
This div background color is #bbf91a
#bbf91a Border Color
<div style="border:3px solid #bbf91a">
Div here</div>
This div border color is #bbf91a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,249,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbf91a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbf91a; -webkit-box-shadow: 1px 1px 3px 2px #bbf91a; box-shadow: 1px 1px 3px 2px #bbf91a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,249,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbf91a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbf91a; -webkit-box-shadow: 1px 1px 3px 2px #bbf91a; box-shadow: 1px 1px 3px 2px #bbf91a;">
Div content here</div>
This div box has shadow with color #bbf91a
Comments
No comments written yet.
Please login to write comment.