Color spaces of #baba0a
RGB | 186 | 186 | 10 |
---|---|---|---|
HSL | 0.17 | 0.90 | 0.38 |
HSV | 60° | 95° | 73° |
CMYK | 0.00 | 0.00 | 0.95 0.27 |
XYZ | 37.8634 | 45.5788 | 7.0891 |
Yxy | 45.5788 | 0.4182 | 0.5035 |
Hunter Lab | 67.5121 | -18.0364 | 41.0327 |
CIE-Lab | 73.2714 | -16.8899 | 73.4574 |
#baba0a color RGB value is (186,186,10).
#baba0a hex color red value is 186, green value is 186 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #baba0a hue: 0.17 , saturation: 0.90 and the lightness value of baba0a is 0.38.
The process color (four color CMYK) of #baba0a color hex is 0.00, 0.00, 0.95, 0.27. Web safe color of #baba0a is #cccc00. Color #baba0a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111010 | 00001010 |
Octal | 272 | 272 | 12 |
Decimal | 186 | 186 | 10 |
Hex | BA | BA | A |
Shades of #baba0a
Tints of #baba0a
RGB Percentages of Color #baba0a
CMYK Percentages of Color #baba0a
Complementary Color
#baba0a | #0a0aba |
#baba0a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baba0a Color Preview on White Background
Lorem ipsum dolor sit amet.
#baba0a Color CSS Codes
.mybgcolor {background-color:#baba0a; } .myforecolor {color:#baba0a; } .mybordercolor {border:3px solid #baba0a; }
#baba0a Text Font Color
<p style="color:#baba0a">Text here</p>
This sample text font color is #baba0a
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.
#baba0a Background Color
<div style="background-color:#baba0a">
Div content here</div>
This div background color is #baba0a
#baba0a Border Color
<div style="border:3px solid #baba0a">
Div here</div>
This div border color is #baba0a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,186,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baba0a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baba0a; -webkit-box-shadow: 1px 1px 3px 2px #baba0a; box-shadow: 1px 1px 3px 2px #baba0a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,186,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baba0a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baba0a; -webkit-box-shadow: 1px 1px 3px 2px #baba0a; box-shadow: 1px 1px 3px 2px #baba0a;">
Div content here</div>
This div box has shadow with color #baba0a
Comments
No comments written yet.
Please login to write comment.