Color spaces of #bbc80c
RGB | 187 | 200 | 12 |
---|---|---|---|
HSL | 0.18 | 0.89 | 0.42 |
HSV | 64° | 94° | 78° |
CMYK | 0.07 | 0.00 | 0.94 0.22 |
XYZ | 41.2142 | 51.8999 | 8.1933 |
Yxy | 51.8999 | 0.4068 | 0.5123 |
Hunter Lab | 72.0416 | -23.9549 | 43.6860 |
CIE-Lab | 77.2209 | -23.3665 | 76.2894 |
#bbc80c color RGB value is (187,200,12).
#bbc80c hex color red value is 187, green value is 200 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bbc80c hue: 0.18 , saturation: 0.89 and the lightness value of bbc80c is 0.42.
The process color (four color CMYK) of #bbc80c color hex is 0.07, 0.00, 0.94, 0.22. Web safe color of #bbc80c is #cccc00. Color #bbc80c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111011 | 11001000 | 00001100 |
Octal | 273 | 310 | 14 |
Decimal | 187 | 200 | 12 |
Hex | BB | C8 | C |
Shades of #bbc80c
Tints of #bbc80c
RGB Percentages of Color #bbc80c
CMYK Percentages of Color #bbc80c
Complementary Color
#bbc80c | #190cc8 |
#bbc80c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bbc80c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bbc80c Color CSS Codes
.mybgcolor {background-color:#bbc80c; } .myforecolor {color:#bbc80c; } .mybordercolor {border:3px solid #bbc80c; }
#bbc80c Text Font Color
<p style="color:#bbc80c">Text here</p>
This sample text font color is #bbc80c
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.
#bbc80c Background Color
<div style="background-color:#bbc80c">
Div content here</div>
This div background color is #bbc80c
#bbc80c Border Color
<div style="border:3px solid #bbc80c">
Div here</div>
This div border color is #bbc80c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(187,200,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bbc80c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bbc80c; -webkit-box-shadow: 1px 1px 3px 2px #bbc80c; box-shadow: 1px 1px 3px 2px #bbc80c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(187,200,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bbc80c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc80c; -webkit-box-shadow: 1px 1px 3px 2px #bbc80c; box-shadow: 1px 1px 3px 2px #bbc80c;">
Div content here</div>
This div box has shadow with color #bbc80c
Comments
No comments written yet.
Please login to write comment.