Color spaces of #bdb64b
RGB | 189 | 182 | 75 |
---|---|---|---|
HSL | 0.16 | 0.46 | 0.52 |
HSV | 56° | 60° | 74° |
CMYK | 0.00 | 0.04 | 0.60 0.26 |
XYZ | 38.9842 | 44.7827 | 13.2459 |
Yxy | 44.7827 | 0.4018 | 0.4616 |
Hunter Lab | 66.9199 | -13.1245 | 35.1082 |
CIE-Lab | 72.7486 | -11.0416 | 53.9155 |
#bdb64b color RGB value is (189,182,75).
#bdb64b hex color red value is 189, green value is 182 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bdb64b hue: 0.16 , saturation: 0.46 and the lightness value of bdb64b is 0.52.
The process color (four color CMYK) of #bdb64b color hex is 0.00, 0.04, 0.60, 0.26. Web safe color of #bdb64b is #cccc33. Color #bdb64b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10110110 | 01001011 |
Octal | 275 | 266 | 113 |
Decimal | 189 | 182 | 75 |
Hex | BD | B6 | 4B |
Shades of #bdb64b
Tints of #bdb64b
RGB Percentages of Color #bdb64b
CMYK Percentages of Color #bdb64b
Complementary Color
#bdb64b | #4b52bd |
#bdb64b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb64b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb64b Color CSS Codes
.mybgcolor {background-color:#bdb64b; } .myforecolor {color:#bdb64b; } .mybordercolor {border:3px solid #bdb64b; }
#bdb64b Text Font Color
<p style="color:#bdb64b">Text here</p>
This sample text font color is #bdb64b
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.
#bdb64b Background Color
<div style="background-color:#bdb64b">
Div content here</div>
This div background color is #bdb64b
#bdb64b Border Color
<div style="border:3px solid #bdb64b">
Div here</div>
This div border color is #bdb64b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,182,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb64b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb64b; -webkit-box-shadow: 1px 1px 3px 2px #bdb64b; box-shadow: 1px 1px 3px 2px #bdb64b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,182,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb64b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb64b; -webkit-box-shadow: 1px 1px 3px 2px #bdb64b; box-shadow: 1px 1px 3px 2px #bdb64b;">
Div content here</div>
This div box has shadow with color #bdb64b
Comments
No comments written yet.
Please login to write comment.