Color spaces of #baa017
RGB | 186 | 160 | 23 |
---|---|---|---|
HSL | 0.14 | 0.78 | 0.41 |
HSV | 50° | 88° | 73° |
CMYK | 0.00 | 0.14 | 0.88 0.27 |
XYZ | 32.9752 | 35.6426 | 5.9523 |
Yxy | 35.6426 | 0.4422 | 0.4780 |
Hunter Lab | 59.7014 | -5.8857 | 35.8797 |
CIE-Lab | 66.2459 | -3.1748 | 65.8981 |
#baa017 color RGB value is (186,160,23).
#baa017 hex color red value is 186, green value is 160 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #baa017 hue: 0.14 , saturation: 0.78 and the lightness value of baa017 is 0.41.
The process color (four color CMYK) of #baa017 color hex is 0.00, 0.14, 0.88, 0.27. Web safe color of #baa017 is #cc9900. Color #baa017 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10100000 | 00010111 |
Octal | 272 | 240 | 27 |
Decimal | 186 | 160 | 23 |
Hex | BA | A0 | 17 |
Shades of #baa017
Tints of #baa017
RGB Percentages of Color #baa017
CMYK Percentages of Color #baa017
Complementary Color
#baa017 | #1731ba |
#baa017 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baa017 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baa017 Color CSS Codes
.mybgcolor {background-color:#baa017; } .myforecolor {color:#baa017; } .mybordercolor {border:3px solid #baa017; }
#baa017 Text Font Color
<p style="color:#baa017">Text here</p>
This sample text font color is #baa017
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.
#baa017 Background Color
<div style="background-color:#baa017">
Div content here</div>
This div background color is #baa017
#baa017 Border Color
<div style="border:3px solid #baa017">
Div here</div>
This div border color is #baa017
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,160,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baa017; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baa017; -webkit-box-shadow: 1px 1px 3px 2px #baa017; box-shadow: 1px 1px 3px 2px #baa017; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,160,23, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baa017">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baa017; -webkit-box-shadow: 1px 1px 3px 2px #baa017; box-shadow: 1px 1px 3px 2px #baa017;">
Div content here</div>
This div box has shadow with color #baa017
Comments
No comments written yet.
Please login to write comment.