Color spaces of #bcd40d
RGB | 188 | 212 | 13 |
---|---|---|---|
HSL | 0.19 | 0.88 | 0.44 |
HSV | 67° | 94° | 83° |
CMYK | 0.11 | 0.00 | 0.94 0.17 |
XYZ | 44.3552 | 57.8074 | 9.2009 |
Yxy | 57.8074 | 0.3983 | 0.5191 |
Hunter Lab | 76.0312 | -28.9209 | 46.0469 |
CIE-Lab | 80.6316 | -28.6879 | 78.8415 |
#bcd40d color RGB value is (188,212,13).
#bcd40d hex color red value is 188, green value is 212 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bcd40d hue: 0.19 , saturation: 0.88 and the lightness value of bcd40d is 0.44.
The process color (four color CMYK) of #bcd40d color hex is 0.11, 0.00, 0.94, 0.17. Web safe color of #bcd40d is #cccc00. Color #bcd40d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11010100 | 00001101 |
Octal | 274 | 324 | 15 |
Decimal | 188 | 212 | 13 |
Hex | BC | D4 | D |
Shades of #bcd40d
Tints of #bcd40d
RGB Percentages of Color #bcd40d
CMYK Percentages of Color #bcd40d
Complementary Color
#bcd40d | #250dd4 |
#bcd40d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd40d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd40d Color CSS Codes
.mybgcolor {background-color:#bcd40d; } .myforecolor {color:#bcd40d; } .mybordercolor {border:3px solid #bcd40d; }
#bcd40d Text Font Color
<p style="color:#bcd40d">Text here</p>
This sample text font color is #bcd40d
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.
#bcd40d Background Color
<div style="background-color:#bcd40d">
Div content here</div>
This div background color is #bcd40d
#bcd40d Border Color
<div style="border:3px solid #bcd40d">
Div here</div>
This div border color is #bcd40d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,212,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd40d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd40d; -webkit-box-shadow: 1px 1px 3px 2px #bcd40d; box-shadow: 1px 1px 3px 2px #bcd40d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,212,13, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcd40d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd40d; -webkit-box-shadow: 1px 1px 3px 2px #bcd40d; box-shadow: 1px 1px 3px 2px #bcd40d;">
Div content here</div>
This div box has shadow with color #bcd40d
Comments
No comments written yet.
Please login to write comment.