Color spaces of #bda412
RGB | 189 | 164 | 18 |
---|---|---|---|
HSL | 0.14 | 0.83 | 0.41 |
HSV | 51° | 90° | 74° |
CMYK | 0.00 | 0.13 | 0.90 0.26 |
XYZ | 34.3709 | 37.4134 | 5.9822 |
Yxy | 37.4134 | 0.4420 | 0.4811 |
Hunter Lab | 61.1665 | -6.7380 | 37.0179 |
CIE-Lab | 67.5860 | -4.0625 | 68.0818 |
#bda412 color RGB value is (189,164,18).
#bda412 hex color red value is 189, green value is 164 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #bda412 hue: 0.14 , saturation: 0.83 and the lightness value of bda412 is 0.41.
The process color (four color CMYK) of #bda412 color hex is 0.00, 0.13, 0.90, 0.26. Web safe color of #bda412 is #cc9900. Color #bda412 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100100 | 00010010 |
Octal | 275 | 244 | 22 |
Decimal | 189 | 164 | 18 |
Hex | BD | A4 | 12 |
Shades of #bda412
Tints of #bda412
RGB Percentages of Color #bda412
CMYK Percentages of Color #bda412
Complementary Color
#bda412 | #122bbd |
#bda412 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda412 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda412 Color CSS Codes
.mybgcolor {background-color:#bda412; } .myforecolor {color:#bda412; } .mybordercolor {border:3px solid #bda412; }
#bda412 Text Font Color
<p style="color:#bda412">Text here</p>
This sample text font color is #bda412
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.
#bda412 Background Color
<div style="background-color:#bda412">
Div content here</div>
This div background color is #bda412
#bda412 Border Color
<div style="border:3px solid #bda412">
Div here</div>
This div border color is #bda412
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,164,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda412; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda412; -webkit-box-shadow: 1px 1px 3px 2px #bda412; box-shadow: 1px 1px 3px 2px #bda412; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,164,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda412">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda412; -webkit-box-shadow: 1px 1px 3px 2px #bda412; box-shadow: 1px 1px 3px 2px #bda412;">
Div content here</div>
This div box has shadow with color #bda412
Comments
No comments written yet.
Please login to write comment.