Color spaces of #bab00f
RGB | 186 | 176 | 15 |
---|---|---|---|
HSL | 0.16 | 0.85 | 0.39 |
HSV | 56° | 92° | 73° |
CMYK | 0.00 | 0.05 | 0.92 0.27 |
XYZ | 35.8613 | 41.5243 | 6.5768 |
Yxy | 41.5243 | 0.4271 | 0.4946 |
Hunter Lab | 64.4394 | -13.4314 | 39.0563 |
CIE-Lab | 70.5417 | -11.7263 | 70.7378 |
#bab00f color RGB value is (186,176,15).
#bab00f hex color red value is 186, green value is 176 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bab00f hue: 0.16 , saturation: 0.85 and the lightness value of bab00f is 0.39.
The process color (four color CMYK) of #bab00f color hex is 0.00, 0.05, 0.92, 0.27. Web safe color of #bab00f is #cc9900. Color #bab00f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10110000 | 00001111 |
Octal | 272 | 260 | 17 |
Decimal | 186 | 176 | 15 |
Hex | BA | B0 | F |
Shades of #bab00f
Tints of #bab00f
RGB Percentages of Color #bab00f
CMYK Percentages of Color #bab00f
Complementary Color
#bab00f | #0f19ba |
#bab00f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bab00f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bab00f Color CSS Codes
.mybgcolor {background-color:#bab00f; } .myforecolor {color:#bab00f; } .mybordercolor {border:3px solid #bab00f; }
#bab00f Text Font Color
<p style="color:#bab00f">Text here</p>
This sample text font color is #bab00f
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.
#bab00f Background Color
<div style="background-color:#bab00f">
Div content here</div>
This div background color is #bab00f
#bab00f Border Color
<div style="border:3px solid #bab00f">
Div here</div>
This div border color is #bab00f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,176,15, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bab00f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bab00f; -webkit-box-shadow: 1px 1px 3px 2px #bab00f; box-shadow: 1px 1px 3px 2px #bab00f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,176,15, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bab00f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bab00f; -webkit-box-shadow: 1px 1px 3px 2px #bab00f; box-shadow: 1px 1px 3px 2px #bab00f;">
Div content here</div>
This div box has shadow with color #bab00f
Comments
No comments written yet.
Please login to write comment.