Color spaces of #bad964
RGB | 186 | 217 | 100 |
---|---|---|---|
HSL | 0.21 | 0.61 | 0.62 |
HSV | 76° | 54° | 85° |
CMYK | 0.14 | 0.00 | 0.54 0.15 |
XYZ | 47.3628 | 60.9849 | 21.3316 |
Yxy | 60.9849 | 0.3652 | 0.4703 |
Hunter Lab | 78.0928 | -28.4033 | 38.4695 |
CIE-Lab | 82.3706 | -27.6089 | 53.4460 |
#bad964 color RGB value is (186,217,100).
#bad964 hex color red value is 186, green value is 217 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bad964 hue: 0.21 , saturation: 0.61 and the lightness value of bad964 is 0.62.
The process color (four color CMYK) of #bad964 color hex is 0.14, 0.00, 0.54, 0.15. Web safe color of #bad964 is #cccc66. Color #bad964 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011001 | 01100100 |
Octal | 272 | 331 | 144 |
Decimal | 186 | 217 | 100 |
Hex | BA | D9 | 64 |
Shades of #bad964
Tints of #bad964
RGB Percentages of Color #bad964
CMYK Percentages of Color #bad964
Complementary Color
#bad964 | #8364d9 |
#bad964 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bad964 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bad964 Color CSS Codes
.mybgcolor {background-color:#bad964; } .myforecolor {color:#bad964; } .mybordercolor {border:3px solid #bad964; }
#bad964 Text Font Color
<p style="color:#bad964">Text here</p>
This sample text font color is #bad964
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.
#bad964 Background Color
<div style="background-color:#bad964">
Div content here</div>
This div background color is #bad964
#bad964 Border Color
<div style="border:3px solid #bad964">
Div here</div>
This div border color is #bad964
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,217,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bad964; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bad964; -webkit-box-shadow: 1px 1px 3px 2px #bad964; box-shadow: 1px 1px 3px 2px #bad964; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,217,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bad964">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bad964; -webkit-box-shadow: 1px 1px 3px 2px #bad964; box-shadow: 1px 1px 3px 2px #bad964;">
Div content here</div>
This div box has shadow with color #bad964
Comments
No comments written yet.
Please login to write comment.