Color spaces of #bcc80b
RGB | 188 | 200 | 11 |
---|---|---|---|
HSL | 0.18 | 0.90 | 0.41 |
HSV | 64° | 95° | 78° |
CMYK | 0.06 | 0.00 | 0.95 0.22 |
XYZ | 41.4537 | 52.0241 | 8.1734 |
Yxy | 52.0241 | 0.4078 | 0.5118 |
Hunter Lab | 72.1277 | -23.6349 | 43.7708 |
CIE-Lab | 77.2952 | -22.9551 | 76.4859 |
#bcc80b color RGB value is (188,200,11).
#bcc80b hex color red value is 188, green value is 200 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bcc80b hue: 0.18 , saturation: 0.90 and the lightness value of bcc80b is 0.41.
The process color (four color CMYK) of #bcc80b color hex is 0.06, 0.00, 0.95, 0.22. Web safe color of #bcc80b is #cccc00. Color #bcc80b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001000 | 00001011 |
Octal | 274 | 310 | 13 |
Decimal | 188 | 200 | 11 |
Hex | BC | C8 | B |
Shades of #bcc80b
Tints of #bcc80b
RGB Percentages of Color #bcc80b
CMYK Percentages of Color #bcc80b
Complementary Color
#bcc80b | #170bc8 |
#bcc80b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcc80b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcc80b Color CSS Codes
.mybgcolor {background-color:#bcc80b; } .myforecolor {color:#bcc80b; } .mybordercolor {border:3px solid #bcc80b; }
#bcc80b Text Font Color
<p style="color:#bcc80b">Text here</p>
This sample text font color is #bcc80b
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.
#bcc80b Background Color
<div style="background-color:#bcc80b">
Div content here</div>
This div background color is #bcc80b
#bcc80b Border Color
<div style="border:3px solid #bcc80b">
Div here</div>
This div border color is #bcc80b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,200,11, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcc80b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcc80b; -webkit-box-shadow: 1px 1px 3px 2px #bcc80b; box-shadow: 1px 1px 3px 2px #bcc80b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,200,11, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcc80b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc80b; -webkit-box-shadow: 1px 1px 3px 2px #bcc80b; box-shadow: 1px 1px 3px 2px #bcc80b;">
Div content here</div>
This div box has shadow with color #bcc80b
Comments
No comments written yet.
Please login to write comment.