Color spaces of #bdb53a
RGB | 189 | 181 | 58 |
---|---|---|---|
HSL | 0.16 | 0.53 | 0.48 |
HSV | 56° | 69° | 74° |
CMYK | 0.00 | 0.04 | 0.69 0.26 |
XYZ | 38.2739 | 44.1721 | 10.5118 |
Yxy | 44.1721 | 0.4117 | 0.4752 |
Hunter Lab | 66.4621 | -13.5149 | 37.1460 |
CIE-Lab | 72.3434 | -11.5651 | 60.5670 |
#bdb53a color RGB value is (189,181,58).
#bdb53a hex color red value is 189, green value is 181 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bdb53a hue: 0.16 , saturation: 0.53 and the lightness value of bdb53a is 0.48.
The process color (four color CMYK) of #bdb53a color hex is 0.00, 0.04, 0.69, 0.26. Web safe color of #bdb53a is #cccc33. Color #bdb53a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10110101 | 00111010 |
Octal | 275 | 265 | 72 |
Decimal | 189 | 181 | 58 |
Hex | BD | B5 | 3A |
Shades of #bdb53a
Tints of #bdb53a
RGB Percentages of Color #bdb53a
CMYK Percentages of Color #bdb53a
Complementary Color
#bdb53a | #3a42bd |
#bdb53a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb53a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb53a Color CSS Codes
.mybgcolor {background-color:#bdb53a; } .myforecolor {color:#bdb53a; } .mybordercolor {border:3px solid #bdb53a; }
#bdb53a Text Font Color
<p style="color:#bdb53a">Text here</p>
This sample text font color is #bdb53a
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.
#bdb53a Background Color
<div style="background-color:#bdb53a">
Div content here</div>
This div background color is #bdb53a
#bdb53a Border Color
<div style="border:3px solid #bdb53a">
Div here</div>
This div border color is #bdb53a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,181,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb53a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb53a; -webkit-box-shadow: 1px 1px 3px 2px #bdb53a; box-shadow: 1px 1px 3px 2px #bdb53a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,181,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb53a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb53a; -webkit-box-shadow: 1px 1px 3px 2px #bdb53a; box-shadow: 1px 1px 3px 2px #bdb53a;">
Div content here</div>
This div box has shadow with color #bdb53a
Comments
No comments written yet.
Please login to write comment.