Color spaces of #bab964
RGB | 186 | 185 | 100 |
---|---|---|---|
HSL | 0.16 | 0.38 | 0.56 |
HSV | 59° | 46° | 73° |
CMYK | 0.00 | 0.01 | 0.46 0.27 |
XYZ | 39.8989 | 46.0571 | 18.8436 |
Yxy | 46.0571 | 0.3807 | 0.4395 |
Hunter Lab | 67.8654 | -13.8221 | 31.0432 |
CIE-Lab | 73.5826 | -11.7533 | 42.9981 |
#bab964 color RGB value is (186,185,100).
#bab964 hex color red value is 186, green value is 185 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bab964 hue: 0.16 , saturation: 0.38 and the lightness value of bab964 is 0.56.
The process color (four color CMYK) of #bab964 color hex is 0.00, 0.01, 0.46, 0.27. Web safe color of #bab964 is #cccc66. Color #bab964 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111001 | 01100100 |
Octal | 272 | 271 | 144 |
Decimal | 186 | 185 | 100 |
Hex | BA | B9 | 64 |
Shades of #bab964
Tints of #bab964
RGB Percentages of Color #bab964
CMYK Percentages of Color #bab964
Complementary Color
#bab964 | #6465ba |
#bab964 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bab964 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bab964 Color CSS Codes
.mybgcolor {background-color:#bab964; } .myforecolor {color:#bab964; } .mybordercolor {border:3px solid #bab964; }
#bab964 Text Font Color
<p style="color:#bab964">Text here</p>
This sample text font color is #bab964
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.
#bab964 Background Color
<div style="background-color:#bab964">
Div content here</div>
This div background color is #bab964
#bab964 Border Color
<div style="border:3px solid #bab964">
Div here</div>
This div border color is #bab964
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,185,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bab964; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bab964; -webkit-box-shadow: 1px 1px 3px 2px #bab964; box-shadow: 1px 1px 3px 2px #bab964; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,185,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 #bab964">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bab964; -webkit-box-shadow: 1px 1px 3px 2px #bab964; box-shadow: 1px 1px 3px 2px #bab964;">
Div content here</div>
This div box has shadow with color #bab964
Comments
No comments written yet.
Please login to write comment.