Color spaces of #bbdc5b
RGB | 187 | 220 | 91 |
---|---|---|---|
HSL | 0.21 | 0.65 | 0.61 |
HSV | 75° | 59° | 86° |
CMYK | 0.15 | 0.00 | 0.59 0.14 |
XYZ | 47.9750 | 62.5065 | 19.4339 |
Yxy | 62.5065 | 0.3693 | 0.4811 |
Hunter Lab | 79.0611 | -30.0413 | 40.7687 |
CIE-Lab | 83.1820 | -29.4057 | 58.3971 |
#bbdc5b color RGB value is (187,220,91).
#bbdc5b hex color red value is 187, green value is 220 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bbdc5b hue: 0.21 , saturation: 0.65 and the lightness value of bbdc5b is 0.61.
The process color (four color CMYK) of #bbdc5b color hex is 0.15, 0.00, 0.59, 0.14. Web safe color of #bbdc5b is #cccc66. Color #bbdc5b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011100 | 01011011 |
Octal | 273 | 334 | 133 |
Decimal | 187 | 220 | 91 |
Hex | BB | DC | 5B |
Shades of #bbdc5b
Tints of #bbdc5b
RGB Percentages of Color #bbdc5b
CMYK Percentages of Color #bbdc5b
Complementary Color
#bbdc5b | #7c5bdc |
#bbdc5b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbdc5b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbdc5b Color CSS Codes
.mybgcolor {background-color:#bbdc5b; } .myforecolor {color:#bbdc5b; } .mybordercolor {border:3px solid #bbdc5b; }
#bbdc5b Text Font Color
<p style="color:#bbdc5b">Text here</p>
This sample text font color is #bbdc5b
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.
#bbdc5b Background Color
<div style="background-color:#bbdc5b">
Div content here</div>
This div background color is #bbdc5b
#bbdc5b Border Color
<div style="border:3px solid #bbdc5b">
Div here</div>
This div border color is #bbdc5b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,220,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbdc5b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbdc5b; -webkit-box-shadow: 1px 1px 3px 2px #bbdc5b; box-shadow: 1px 1px 3px 2px #bbdc5b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,220,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbdc5b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdc5b; -webkit-box-shadow: 1px 1px 3px 2px #bbdc5b; box-shadow: 1px 1px 3px 2px #bbdc5b;">
Div content here</div>
This div box has shadow with color #bbdc5b
Comments
No comments written yet.
Please login to write comment.