Color spaces of #bbdb77
RGB | 187 | 219 | 119 |
---|---|---|---|
HSL | 0.22 | 0.58 | 0.66 |
HSV | 79° | 46° | 86° |
CMYK | 0.15 | 0.00 | 0.46 0.14 |
XYZ | 49.1548 | 62.5597 | 26.9373 |
Yxy | 62.5597 | 0.3545 | 0.4512 |
Hunter Lab | 79.0947 | -27.4837 | 35.1739 |
CIE-Lab | 83.2102 | -26.2900 | 45.4988 |
#bbdb77 color RGB value is (187,219,119).
#bbdb77 hex color red value is 187, green value is 219 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bbdb77 hue: 0.22 , saturation: 0.58 and the lightness value of bbdb77 is 0.66.
The process color (four color CMYK) of #bbdb77 color hex is 0.15, 0.00, 0.46, 0.14. Web safe color of #bbdb77 is #cccc66. Color #bbdb77 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11011011 | 01110111 |
Octal | 273 | 333 | 167 |
Decimal | 187 | 219 | 119 |
Hex | BB | DB | 77 |
Shades of #bbdb77
Tints of #bbdb77
RGB Percentages of Color #bbdb77
CMYK Percentages of Color #bbdb77
Complementary Color
#bbdb77 | #9777db |
#bbdb77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbdb77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbdb77 Color CSS Codes
.mybgcolor {background-color:#bbdb77; } .myforecolor {color:#bbdb77; } .mybordercolor {border:3px solid #bbdb77; }
#bbdb77 Text Font Color
<p style="color:#bbdb77">Text here</p>
This sample text font color is #bbdb77
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.
#bbdb77 Background Color
<div style="background-color:#bbdb77">
Div content here</div>
This div background color is #bbdb77
#bbdb77 Border Color
<div style="border:3px solid #bbdb77">
Div here</div>
This div border color is #bbdb77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,219,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbdb77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbdb77; -webkit-box-shadow: 1px 1px 3px 2px #bbdb77; box-shadow: 1px 1px 3px 2px #bbdb77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,219,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbdb77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbdb77; -webkit-box-shadow: 1px 1px 3px 2px #bbdb77; box-shadow: 1px 1px 3px 2px #bbdb77;">
Div content here</div>
This div box has shadow with color #bbdb77
Comments
No comments written yet.
Please login to write comment.