Color spaces of #bdbc1d
RGB | 189 | 188 | 29 |
---|---|---|---|
HSL | 0.17 | 0.73 | 0.43 |
HSV | 60° | 85° | 74° |
CMYK | 0.00 | 0.01 | 0.85 0.26 |
XYZ | 39.1913 | 46.8740 | 8.1444 |
Yxy | 46.8740 | 0.4160 | 0.4975 |
Hunter Lab | 68.4646 | -17.6340 | 40.8722 |
CIE-Lab | 74.1091 | -16.2492 | 71.0925 |
#bdbc1d color RGB value is (189,188,29).
#bdbc1d hex color red value is 189, green value is 188 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bdbc1d hue: 0.17 , saturation: 0.73 and the lightness value of bdbc1d is 0.43.
The process color (four color CMYK) of #bdbc1d color hex is 0.00, 0.01, 0.85, 0.26. Web safe color of #bdbc1d is #cccc33. Color #bdbc1d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10111100 | 00011101 |
Octal | 275 | 274 | 35 |
Decimal | 189 | 188 | 29 |
Hex | BD | BC | 1D |
Shades of #bdbc1d
Tints of #bdbc1d
RGB Percentages of Color #bdbc1d
CMYK Percentages of Color #bdbc1d
Complementary Color
#bdbc1d | #1d1ebd |
#bdbc1d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdbc1d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdbc1d Color CSS Codes
.mybgcolor {background-color:#bdbc1d; } .myforecolor {color:#bdbc1d; } .mybordercolor {border:3px solid #bdbc1d; }
#bdbc1d Text Font Color
<p style="color:#bdbc1d">Text here</p>
This sample text font color is #bdbc1d
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.
#bdbc1d Background Color
<div style="background-color:#bdbc1d">
Div content here</div>
This div background color is #bdbc1d
#bdbc1d Border Color
<div style="border:3px solid #bdbc1d">
Div here</div>
This div border color is #bdbc1d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,188,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdbc1d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdbc1d; -webkit-box-shadow: 1px 1px 3px 2px #bdbc1d; box-shadow: 1px 1px 3px 2px #bdbc1d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,188,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdbc1d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdbc1d; -webkit-box-shadow: 1px 1px 3px 2px #bdbc1d; box-shadow: 1px 1px 3px 2px #bdbc1d;">
Div content here</div>
This div box has shadow with color #bdbc1d
Comments
No comments written yet.
Please login to write comment.