Color spaces of #bad000
RGB | 186 | 208 | 0 |
---|---|---|---|
HSL | 0.18 | 1.00 | 0.41 |
HSV | 66° | 100° | 82° |
CMYK | 0.11 | 0.00 | 1.00 0.18 |
XYZ | 42.8056 | 55.5509 | 8.4663 |
Yxy | 55.5509 | 0.4007 | 0.5200 |
Hunter Lab | 74.5325 | -27.9155 | 45.4379 |
CIE-Lab | 79.3575 | -27.7663 | 79.0456 |
#bad000 color RGB value is (186,208,0).
#bad000 hex color red value is 186, green value is 208 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bad000 hue: 0.18 , saturation: 1.00 and the lightness value of bad000 is 0.41.
The process color (four color CMYK) of #bad000 color hex is 0.11, 0.00, 1.00, 0.18. Web safe color of #bad000 is #cccc00. Color #bad000 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11010000 | 00000000 |
Octal | 272 | 320 | 0 |
Decimal | 186 | 208 | 0 |
Hex | BA | D0 | 0 |
Shades of #bad000
Tints of #bad000
RGB Percentages of Color #bad000
CMYK Percentages of Color #bad000
Complementary Color
#bad000 | #1600d0 |
#bad000 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bad000 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bad000 Color CSS Codes
.mybgcolor {background-color:#bad000; } .myforecolor {color:#bad000; } .mybordercolor {border:3px solid #bad000; }
#bad000 Text Font Color
<p style="color:#bad000">Text here</p>
This sample text font color is #bad000
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.
#bad000 Background Color
<div style="background-color:#bad000">
Div content here</div>
This div background color is #bad000
#bad000 Border Color
<div style="border:3px solid #bad000">
Div here</div>
This div border color is #bad000
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,208,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bad000; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bad000; -webkit-box-shadow: 1px 1px 3px 2px #bad000; box-shadow: 1px 1px 3px 2px #bad000; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,208,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bad000">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bad000; -webkit-box-shadow: 1px 1px 3px 2px #bad000; box-shadow: 1px 1px 3px 2px #bad000;">
Div content here</div>
This div box has shadow with color #bad000
Comments
No comments written yet.
Please login to write comment.