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