Color spaces of #bdc01f
RGB | 189 | 192 | 31 |
---|---|---|---|
HSL | 0.17 | 0.72 | 0.44 |
HSV | 61° | 84° | 75° |
CMYK | 0.02 | 0.00 | 0.84 0.25 |
XYZ | 40.0832 | 48.6170 | 8.5677 |
Yxy | 48.6170 | 0.4121 | 0.4998 |
Hunter Lab | 69.7259 | -19.4063 | 41.5228 |
CIE-Lab | 75.2124 | -18.2030 | 71.5594 |
#bdc01f color RGB value is (189,192,31).
#bdc01f hex color red value is 189, green value is 192 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bdc01f hue: 0.17 , saturation: 0.72 and the lightness value of bdc01f is 0.44.
The process color (four color CMYK) of #bdc01f color hex is 0.02, 0.00, 0.84, 0.25. Web safe color of #bdc01f is #cccc33. Color #bdc01f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11000000 | 00011111 |
Octal | 275 | 300 | 37 |
Decimal | 189 | 192 | 31 |
Hex | BD | C0 | 1F |
Shades of #bdc01f
Tints of #bdc01f
RGB Percentages of Color #bdc01f
CMYK Percentages of Color #bdc01f
Complementary Color
#bdc01f | #221fc0 |
#bdc01f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc01f Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc01f Color CSS Codes
.mybgcolor {background-color:#bdc01f; } .myforecolor {color:#bdc01f; } .mybordercolor {border:3px solid #bdc01f; }
#bdc01f Text Font Color
<p style="color:#bdc01f">Text here</p>
This sample text font color is #bdc01f
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.
#bdc01f Background Color
<div style="background-color:#bdc01f">
Div content here</div>
This div background color is #bdc01f
#bdc01f Border Color
<div style="border:3px solid #bdc01f">
Div here</div>
This div border color is #bdc01f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,192,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc01f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc01f; -webkit-box-shadow: 1px 1px 3px 2px #bdc01f; box-shadow: 1px 1px 3px 2px #bdc01f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,192,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc01f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc01f; -webkit-box-shadow: 1px 1px 3px 2px #bdc01f; box-shadow: 1px 1px 3px 2px #bdc01f;">
Div content here</div>
This div box has shadow with color #bdc01f
Comments
No comments written yet.
Please login to write comment.