Color spaces of #bdac24
RGB | 189 | 172 | 36 |
---|---|---|---|
HSL | 0.15 | 0.68 | 0.44 |
HSV | 53° | 81° | 74° |
CMYK | 0.00 | 0.09 | 0.81 0.26 |
XYZ | 36.0572 | 40.4512 | 7.5765 |
Yxy | 40.4512 | 0.4288 | 0.4811 |
Hunter Lab | 63.6013 | -10.1059 | 37.4580 |
CIE-Lab | 69.7897 | -7.8282 | 65.6512 |
#bdac24 color RGB value is (189,172,36).
#bdac24 hex color red value is 189, green value is 172 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #bdac24 hue: 0.15 , saturation: 0.68 and the lightness value of bdac24 is 0.44.
The process color (four color CMYK) of #bdac24 color hex is 0.00, 0.09, 0.81, 0.26. Web safe color of #bdac24 is #cc9933. Color #bdac24 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101100 | 00100100 |
Octal | 275 | 254 | 44 |
Decimal | 189 | 172 | 36 |
Hex | BD | AC | 24 |
Shades of #bdac24
Tints of #bdac24
RGB Percentages of Color #bdac24
CMYK Percentages of Color #bdac24
Complementary Color
#bdac24 | #2435bd |
#bdac24 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdac24 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdac24 Color CSS Codes
.mybgcolor {background-color:#bdac24; } .myforecolor {color:#bdac24; } .mybordercolor {border:3px solid #bdac24; }
#bdac24 Text Font Color
<p style="color:#bdac24">Text here</p>
This sample text font color is #bdac24
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.
#bdac24 Background Color
<div style="background-color:#bdac24">
Div content here</div>
This div background color is #bdac24
#bdac24 Border Color
<div style="border:3px solid #bdac24">
Div here</div>
This div border color is #bdac24
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,172,36, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdac24; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdac24; -webkit-box-shadow: 1px 1px 3px 2px #bdac24; box-shadow: 1px 1px 3px 2px #bdac24; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,172,36, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdac24">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdac24; -webkit-box-shadow: 1px 1px 3px 2px #bdac24; box-shadow: 1px 1px 3px 2px #bdac24;">
Div content here</div>
This div box has shadow with color #bdac24
Comments
No comments written yet.
Please login to write comment.