Color spaces of #bdb037
RGB | 189 | 176 | 55 |
---|---|---|---|
HSL | 0.15 | 0.55 | 0.48 |
HSV | 54° | 71° | 74° |
CMYK | 0.00 | 0.07 | 0.71 0.26 |
XYZ | 37.2012 | 42.1453 | 9.7886 |
Yxy | 42.1453 | 0.4174 | 0.4728 |
Hunter Lab | 64.9194 | -11.3219 | 36.5038 |
CIE-Lab | 70.9710 | -9.1318 | 60.3550 |
#bdb037 color RGB value is (189,176,55).
#bdb037 hex color red value is 189, green value is 176 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #bdb037 hue: 0.15 , saturation: 0.55 and the lightness value of bdb037 is 0.48.
The process color (four color CMYK) of #bdb037 color hex is 0.00, 0.07, 0.71, 0.26. Web safe color of #bdb037 is #cc9933. Color #bdb037 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10110000 | 00110111 |
Octal | 275 | 260 | 67 |
Decimal | 189 | 176 | 55 |
Hex | BD | B0 | 37 |
Shades of #bdb037
Tints of #bdb037
RGB Percentages of Color #bdb037
CMYK Percentages of Color #bdb037
Complementary Color
#bdb037 | #3744bd |
#bdb037 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb037 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb037 Color CSS Codes
.mybgcolor {background-color:#bdb037; } .myforecolor {color:#bdb037; } .mybordercolor {border:3px solid #bdb037; }
#bdb037 Text Font Color
<p style="color:#bdb037">Text here</p>
This sample text font color is #bdb037
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.
#bdb037 Background Color
<div style="background-color:#bdb037">
Div content here</div>
This div background color is #bdb037
#bdb037 Border Color
<div style="border:3px solid #bdb037">
Div here</div>
This div border color is #bdb037
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,176,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb037; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb037; -webkit-box-shadow: 1px 1px 3px 2px #bdb037; box-shadow: 1px 1px 3px 2px #bdb037; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,176,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb037">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb037; -webkit-box-shadow: 1px 1px 3px 2px #bdb037; box-shadow: 1px 1px 3px 2px #bdb037;">
Div content here</div>
This div box has shadow with color #bdb037
Comments
No comments written yet.
Please login to write comment.