Color spaces of #bdfd0d
RGB | 189 | 253 | 13 |
---|---|---|---|
HSL | 0.21 | 0.98 | 0.52 |
HSV | 76° | 95° | 99° |
CMYK | 0.25 | 0.00 | 0.95 0.01 |
XYZ | 56.1842 | 81.0984 | 13.0731 |
Yxy | 81.0984 | 0.3737 | 0.5394 |
Hunter Lab | 90.0547 | -46.2313 | 54.4312 |
CIE-Lab | 92.1755 | -46.6480 | 87.8430 |
#bdfd0d color RGB value is (189,253,13).
#bdfd0d hex color red value is 189, green value is 253 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bdfd0d hue: 0.21 , saturation: 0.98 and the lightness value of bdfd0d is 0.52.
The process color (four color CMYK) of #bdfd0d color hex is 0.25, 0.00, 0.95, 0.01. Web safe color of #bdfd0d is #ccff00. Color #bdfd0d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111101 | 00001101 |
Octal | 275 | 375 | 15 |
Decimal | 189 | 253 | 13 |
Hex | BD | FD | D |
Shades of #bdfd0d
Tints of #bdfd0d
RGB Percentages of Color #bdfd0d
CMYK Percentages of Color #bdfd0d
Complementary Color
#bdfd0d | #4d0dfd |
#bdfd0d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfd0d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfd0d Color CSS Codes
.mybgcolor {background-color:#bdfd0d; } .myforecolor {color:#bdfd0d; } .mybordercolor {border:3px solid #bdfd0d; }
#bdfd0d Text Font Color
<p style="color:#bdfd0d">Text here</p>
This sample text font color is #bdfd0d
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.
#bdfd0d Background Color
<div style="background-color:#bdfd0d">
Div content here</div>
This div background color is #bdfd0d
#bdfd0d Border Color
<div style="border:3px solid #bdfd0d">
Div here</div>
This div border color is #bdfd0d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,253,13, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfd0d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfd0d; -webkit-box-shadow: 1px 1px 3px 2px #bdfd0d; box-shadow: 1px 1px 3px 2px #bdfd0d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,253,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 #bdfd0d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfd0d; -webkit-box-shadow: 1px 1px 3px 2px #bdfd0d; box-shadow: 1px 1px 3px 2px #bdfd0d;">
Div content here</div>
This div box has shadow with color #bdfd0d
Related Colors
Comments
No comments written yet.
Please login to write comment.