Color spaces of #bdb951
RGB | 189 | 185 | 81 |
---|---|---|---|
HSL | 0.16 | 0.45 | 0.53 |
HSV | 58° | 57° | 74° |
CMYK | 0.00 | 0.02 | 0.57 0.26 |
XYZ | 39.8204 | 46.1108 | 14.5861 |
Yxy | 46.1108 | 0.3962 | 0.4587 |
Hunter Lab | 67.9049 | -14.1587 | 34.7979 |
CIE-Lab | 73.6174 | -12.1490 | 52.1780 |
#bdb951 color RGB value is (189,185,81).
#bdb951 hex color red value is 189, green value is 185 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bdb951 hue: 0.16 , saturation: 0.45 and the lightness value of bdb951 is 0.53.
The process color (four color CMYK) of #bdb951 color hex is 0.00, 0.02, 0.57, 0.26. Web safe color of #bdb951 is #cccc66. Color #bdb951 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111001 | 01010001 |
Octal | 275 | 271 | 121 |
Decimal | 189 | 185 | 81 |
Hex | BD | B9 | 51 |
Shades of #bdb951
Tints of #bdb951
RGB Percentages of Color #bdb951
CMYK Percentages of Color #bdb951
Complementary Color
#bdb951 | #5155bd |
#bdb951 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdb951 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdb951 Color CSS Codes
.mybgcolor {background-color:#bdb951; } .myforecolor {color:#bdb951; } .mybordercolor {border:3px solid #bdb951; }
#bdb951 Text Font Color
<p style="color:#bdb951">Text here</p>
This sample text font color is #bdb951
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.
#bdb951 Background Color
<div style="background-color:#bdb951">
Div content here</div>
This div background color is #bdb951
#bdb951 Border Color
<div style="border:3px solid #bdb951">
Div here</div>
This div border color is #bdb951
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,185,81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdb951; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdb951; -webkit-box-shadow: 1px 1px 3px 2px #bdb951; box-shadow: 1px 1px 3px 2px #bdb951; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,185,81, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdb951">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdb951; -webkit-box-shadow: 1px 1px 3px 2px #bdb951; box-shadow: 1px 1px 3px 2px #bdb951;">
Div content here</div>
This div box has shadow with color #bdb951
Comments
No comments written yet.
Please login to write comment.