Color spaces of #bde10d
RGB | 189 | 225 | 13 |
---|---|---|---|
HSL | 0.19 | 0.89 | 0.47 |
HSV | 70° | 94° | 88° |
CMYK | 0.16 | 0.00 | 0.94 0.12 |
XYZ | 47.9841 | 64.6983 | 10.3398 |
Yxy | 64.6983 | 0.3900 | 0.5259 |
Hunter Lab | 80.4353 | -34.2765 | 48.6831 |
CIE-Lab | 84.3280 | -34.3202 | 81.7333 |
#bde10d color RGB value is (189,225,13).
#bde10d hex color red value is 189, green value is 225 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bde10d hue: 0.19 , saturation: 0.89 and the lightness value of bde10d is 0.47.
The process color (four color CMYK) of #bde10d color hex is 0.16, 0.00, 0.94, 0.12. Web safe color of #bde10d is #cccc00. Color #bde10d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100001 | 00001101 |
Octal | 275 | 341 | 15 |
Decimal | 189 | 225 | 13 |
Hex | BD | E1 | D |
Shades of #bde10d
Tints of #bde10d
RGB Percentages of Color #bde10d
CMYK Percentages of Color #bde10d
Complementary Color
#bde10d | #310de1 |
#bde10d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde10d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde10d Color CSS Codes
.mybgcolor {background-color:#bde10d; } .myforecolor {color:#bde10d; } .mybordercolor {border:3px solid #bde10d; }
#bde10d Text Font Color
<p style="color:#bde10d">Text here</p>
This sample text font color is #bde10d
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.
#bde10d Background Color
<div style="background-color:#bde10d">
Div content here</div>
This div background color is #bde10d
#bde10d Border Color
<div style="border:3px solid #bde10d">
Div here</div>
This div border color is #bde10d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,225,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde10d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde10d; -webkit-box-shadow: 1px 1px 3px 2px #bde10d; box-shadow: 1px 1px 3px 2px #bde10d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,225,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 #bde10d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde10d; -webkit-box-shadow: 1px 1px 3px 2px #bde10d; box-shadow: 1px 1px 3px 2px #bde10d;">
Div content here</div>
This div box has shadow with color #bde10d
Comments
No comments written yet.
Please login to write comment.