Color spaces of #bdb60a
RGB | 189 | 182 | 10 |
---|---|---|---|
HSL | 0.16 | 0.90 | 0.39 |
HSV | 58° | 95° | 74° |
CMYK | 0.00 | 0.04 | 0.95 0.26 |
XYZ | 37.7690 | 44.2966 | 6.8466 |
Yxy | 44.2966 | 0.4248 | 0.4982 |
Hunter Lab | 66.5557 | -15.1773 | 40.4898 |
CIE-Lab | 72.4263 | -13.5533 | 72.9284 |
#bdb60a color RGB value is (189,182,10).
#bdb60a hex color red value is 189, green value is 182 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bdb60a hue: 0.16 , saturation: 0.90 and the lightness value of bdb60a is 0.39.
The process color (four color CMYK) of #bdb60a color hex is 0.00, 0.04, 0.95, 0.26. Web safe color of #bdb60a is #cccc00. Color #bdb60a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10110110 | 00001010 |
Octal | 275 | 266 | 12 |
Decimal | 189 | 182 | 10 |
Hex | BD | B6 | A |
Shades of #bdb60a
Tints of #bdb60a
RGB Percentages of Color #bdb60a
CMYK Percentages of Color #bdb60a
Complementary Color
#bdb60a | #0a11bd |
#bdb60a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb60a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb60a Color CSS Codes
.mybgcolor {background-color:#bdb60a; } .myforecolor {color:#bdb60a; } .mybordercolor {border:3px solid #bdb60a; }
#bdb60a Text Font Color
<p style="color:#bdb60a">Text here</p>
This sample text font color is #bdb60a
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.
#bdb60a Background Color
<div style="background-color:#bdb60a">
Div content here</div>
This div background color is #bdb60a
#bdb60a Border Color
<div style="border:3px solid #bdb60a">
Div here</div>
This div border color is #bdb60a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,182,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb60a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb60a; -webkit-box-shadow: 1px 1px 3px 2px #bdb60a; box-shadow: 1px 1px 3px 2px #bdb60a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,182,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 #bdb60a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb60a; -webkit-box-shadow: 1px 1px 3px 2px #bdb60a; box-shadow: 1px 1px 3px 2px #bdb60a;">
Div content here</div>
This div box has shadow with color #bdb60a
Comments
No comments written yet.
Please login to write comment.