Color spaces of #bbd91a
RGB | 187 | 217 | 26 |
---|---|---|---|
HSL | 0.19 | 0.79 | 0.48 |
HSV | 69° | 88° | 85° |
CMYK | 0.14 | 0.00 | 0.88 0.15 |
XYZ | 45.4928 | 60.2651 | 10.2119 |
Yxy | 60.2651 | 0.3923 | 0.5197 |
Hunter Lab | 77.6306 | -31.2496 | 46.5421 |
CIE-Lab | 81.9821 | -31.2213 | 78.0664 |
#bbd91a color RGB value is (187,217,26).
#bbd91a hex color red value is 187, green value is 217 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #bbd91a hue: 0.19 , saturation: 0.79 and the lightness value of bbd91a is 0.48.
The process color (four color CMYK) of #bbd91a color hex is 0.14, 0.00, 0.88, 0.15. Web safe color of #bbd91a is #cccc33. Color #bbd91a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011001 | 00011010 |
Octal | 273 | 331 | 32 |
Decimal | 187 | 217 | 26 |
Hex | BB | D9 | 1A |
Shades of #bbd91a
Tints of #bbd91a
RGB Percentages of Color #bbd91a
CMYK Percentages of Color #bbd91a
Complementary Color
#bbd91a | #381ad9 |
#bbd91a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd91a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd91a Color CSS Codes
.mybgcolor {background-color:#bbd91a; } .myforecolor {color:#bbd91a; } .mybordercolor {border:3px solid #bbd91a; }
#bbd91a Text Font Color
<p style="color:#bbd91a">Text here</p>
This sample text font color is #bbd91a
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.
#bbd91a Background Color
<div style="background-color:#bbd91a">
Div content here</div>
This div background color is #bbd91a
#bbd91a Border Color
<div style="border:3px solid #bbd91a">
Div here</div>
This div border color is #bbd91a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,217,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd91a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd91a; -webkit-box-shadow: 1px 1px 3px 2px #bbd91a; box-shadow: 1px 1px 3px 2px #bbd91a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,217,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 #bbd91a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd91a; -webkit-box-shadow: 1px 1px 3px 2px #bbd91a; box-shadow: 1px 1px 3px 2px #bbd91a;">
Div content here</div>
This div box has shadow with color #bbd91a
Comments
No comments written yet.
Please login to write comment.