Color spaces of #bdc60a
RGB | 189 | 198 | 10 |
---|---|---|---|
HSL | 0.17 | 0.90 | 0.41 |
HSV | 63° | 95° | 78° |
CMYK | 0.05 | 0.00 | 0.95 0.22 |
XYZ | 41.2351 | 51.2289 | 8.0020 |
Yxy | 51.2289 | 0.4104 | 0.5099 |
Hunter Lab | 71.5744 | -22.4185 | 43.4734 |
CIE-Lab | 76.8175 | -21.5633 | 76.2561 |
#bdc60a color RGB value is (189,198,10).
#bdc60a hex color red value is 189, green value is 198 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bdc60a hue: 0.17 , saturation: 0.90 and the lightness value of bdc60a is 0.41.
The process color (four color CMYK) of #bdc60a color hex is 0.05, 0.00, 0.95, 0.22. Web safe color of #bdc60a is #cccc00. Color #bdc60a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11000110 | 00001010 |
Octal | 275 | 306 | 12 |
Decimal | 189 | 198 | 10 |
Hex | BD | C6 | A |
Shades of #bdc60a
Tints of #bdc60a
RGB Percentages of Color #bdc60a
CMYK Percentages of Color #bdc60a
Complementary Color
#bdc60a | #130ac6 |
#bdc60a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc60a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc60a Color CSS Codes
.mybgcolor {background-color:#bdc60a; } .myforecolor {color:#bdc60a; } .mybordercolor {border:3px solid #bdc60a; }
#bdc60a Text Font Color
<p style="color:#bdc60a">Text here</p>
This sample text font color is #bdc60a
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.
#bdc60a Background Color
<div style="background-color:#bdc60a">
Div content here</div>
This div background color is #bdc60a
#bdc60a Border Color
<div style="border:3px solid #bdc60a">
Div here</div>
This div border color is #bdc60a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,198,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc60a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc60a; -webkit-box-shadow: 1px 1px 3px 2px #bdc60a; box-shadow: 1px 1px 3px 2px #bdc60a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,198,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc60a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc60a; -webkit-box-shadow: 1px 1px 3px 2px #bdc60a; box-shadow: 1px 1px 3px 2px #bdc60a;">
Div content here</div>
This div box has shadow with color #bdc60a
Comments
No comments written yet.
Please login to write comment.