Color spaces of #bcc116
RGB | 188 | 193 | 22 |
---|---|---|---|
HSL | 0.17 | 0.80 | 0.42 |
HSV | 62° | 89° | 76° |
CMYK | 0.03 | 0.00 | 0.89 0.24 |
XYZ | 39.9538 | 48.8892 | 8.0898 |
Yxy | 48.8892 | 0.4122 | 0.5044 |
Hunter Lab | 69.9208 | -20.3638 | 42.0847 |
CIE-Lab | 75.3823 | -19.3393 | 73.4764 |
#bcc116 color RGB value is (188,193,22).
#bcc116 hex color red value is 188, green value is 193 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #bcc116 hue: 0.17 , saturation: 0.80 and the lightness value of bcc116 is 0.42.
The process color (four color CMYK) of #bcc116 color hex is 0.03, 0.00, 0.89, 0.24. Web safe color of #bcc116 is #cccc00. Color #bcc116 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11000001 | 00010110 |
Octal | 274 | 301 | 26 |
Decimal | 188 | 193 | 22 |
Hex | BC | C1 | 16 |
Shades of #bcc116
Tints of #bcc116
RGB Percentages of Color #bcc116
CMYK Percentages of Color #bcc116
Complementary Color
#bcc116 | #1b16c1 |
#bcc116 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcc116 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcc116 Color CSS Codes
.mybgcolor {background-color:#bcc116; } .myforecolor {color:#bcc116; } .mybordercolor {border:3px solid #bcc116; }
#bcc116 Text Font Color
<p style="color:#bcc116">Text here</p>
This sample text font color is #bcc116
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.
#bcc116 Background Color
<div style="background-color:#bcc116">
Div content here</div>
This div background color is #bcc116
#bcc116 Border Color
<div style="border:3px solid #bcc116">
Div here</div>
This div border color is #bcc116
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,193,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcc116; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcc116; -webkit-box-shadow: 1px 1px 3px 2px #bcc116; box-shadow: 1px 1px 3px 2px #bcc116; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,193,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcc116">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc116; -webkit-box-shadow: 1px 1px 3px 2px #bcc116; box-shadow: 1px 1px 3px 2px #bcc116;">
Div content here</div>
This div box has shadow with color #bcc116
Comments
No comments written yet.
Please login to write comment.