Color spaces of #bbd13b
RGB | 187 | 209 | 59 |
---|---|---|---|
HSL | 0.19 | 0.62 | 0.53 |
HSV | 69° | 72° | 82° |
CMYK | 0.11 | 0.00 | 0.72 0.18 |
XYZ | 44.0834 | 56.4815 | 12.7162 |
Yxy | 56.4815 | 0.3892 | 0.4986 |
Hunter Lab | 75.1542 | -26.8165 | 42.5760 |
CIE-Lab | 79.8871 | -26.2726 | 67.5623 |
#bbd13b color RGB value is (187,209,59).
#bbd13b hex color red value is 187, green value is 209 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bbd13b hue: 0.19 , saturation: 0.62 and the lightness value of bbd13b is 0.53.
The process color (four color CMYK) of #bbd13b color hex is 0.11, 0.00, 0.72, 0.18. Web safe color of #bbd13b is #cccc33. Color #bbd13b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11010001 | 00111011 |
Octal | 273 | 321 | 73 |
Decimal | 187 | 209 | 59 |
Hex | BB | D1 | 3B |
Shades of #bbd13b
Tints of #bbd13b
RGB Percentages of Color #bbd13b
CMYK Percentages of Color #bbd13b
Complementary Color
#bbd13b | #513bd1 |
#bbd13b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbd13b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbd13b Color CSS Codes
.mybgcolor {background-color:#bbd13b; } .myforecolor {color:#bbd13b; } .mybordercolor {border:3px solid #bbd13b; }
#bbd13b Text Font Color
<p style="color:#bbd13b">Text here</p>
This sample text font color is #bbd13b
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.
#bbd13b Background Color
<div style="background-color:#bbd13b">
Div content here</div>
This div background color is #bbd13b
#bbd13b Border Color
<div style="border:3px solid #bbd13b">
Div here</div>
This div border color is #bbd13b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,209,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbd13b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbd13b; -webkit-box-shadow: 1px 1px 3px 2px #bbd13b; box-shadow: 1px 1px 3px 2px #bbd13b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,209,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbd13b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbd13b; -webkit-box-shadow: 1px 1px 3px 2px #bbd13b; box-shadow: 1px 1px 3px 2px #bbd13b;">
Div content here</div>
This div box has shadow with color #bbd13b
Comments
No comments written yet.
Please login to write comment.