Color spaces of #bdad1c
RGB | 189 | 173 | 28 |
---|---|---|---|
HSL | 0.15 | 0.74 | 0.43 |
HSV | 54° | 85° | 74° |
CMYK | 0.00 | 0.08 | 0.85 0.26 |
XYZ | 36.1394 | 40.7898 | 7.0671 |
Yxy | 40.7898 | 0.4302 | 0.4856 |
Hunter Lab | 63.8669 | -10.7619 | 38.1462 |
CIE-Lab | 70.0284 | -8.5823 | 67.9493 |
#bdad1c color RGB value is (189,173,28).
#bdad1c hex color red value is 189, green value is 173 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bdad1c hue: 0.15 , saturation: 0.74 and the lightness value of bdad1c is 0.43.
The process color (four color CMYK) of #bdad1c color hex is 0.00, 0.08, 0.85, 0.26. Web safe color of #bdad1c is #cc9933. Color #bdad1c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101101 | 00011100 |
Octal | 275 | 255 | 34 |
Decimal | 189 | 173 | 28 |
Hex | BD | AD | 1C |
Shades of #bdad1c
Tints of #bdad1c
RGB Percentages of Color #bdad1c
CMYK Percentages of Color #bdad1c
Complementary Color
#bdad1c | #1c2cbd |
#bdad1c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdad1c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdad1c Color CSS Codes
.mybgcolor {background-color:#bdad1c; } .myforecolor {color:#bdad1c; } .mybordercolor {border:3px solid #bdad1c; }
#bdad1c Text Font Color
<p style="color:#bdad1c">Text here</p>
This sample text font color is #bdad1c
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.
#bdad1c Background Color
<div style="background-color:#bdad1c">
Div content here</div>
This div background color is #bdad1c
#bdad1c Border Color
<div style="border:3px solid #bdad1c">
Div here</div>
This div border color is #bdad1c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,173,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdad1c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdad1c; -webkit-box-shadow: 1px 1px 3px 2px #bdad1c; box-shadow: 1px 1px 3px 2px #bdad1c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,173,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdad1c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdad1c; -webkit-box-shadow: 1px 1px 3px 2px #bdad1c; box-shadow: 1px 1px 3px 2px #bdad1c;">
Div content here</div>
This div box has shadow with color #bdad1c
Comments
No comments written yet.
Please login to write comment.