Color spaces of #bdff19
RGB | 189 | 255 | 25 |
---|---|---|---|
HSL | 0.21 | 1.00 | 0.55 |
HSV | 77° | 90° | 100° |
CMYK | 0.26 | 0.00 | 0.90 0.00 |
XYZ | 56.9217 | 82.4090 | 13.8261 |
Yxy | 82.4090 | 0.3717 | 0.5381 |
Hunter Lab | 90.7794 | -46.9385 | 54.5155 |
CIE-Lab | 92.7551 | -47.3182 | 86.9832 |
#bdff19 color RGB value is (189,255,25).
#bdff19 hex color red value is 189, green value is 255 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bdff19 hue: 0.21 , saturation: 1.00 and the lightness value of bdff19 is 0.55.
The process color (four color CMYK) of #bdff19 color hex is 0.26, 0.00, 0.90, 0.00. Web safe color of #bdff19 is #ccff00. Color #bdff19 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111111 | 00011001 |
Octal | 275 | 377 | 31 |
Decimal | 189 | 255 | 25 |
Hex | BD | FF | 19 |
Shades of #bdff19
Tints of #bdff19
RGB Percentages of Color #bdff19
CMYK Percentages of Color #bdff19
Complementary Color
#bdff19 | #5b19ff |
#bdff19 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdff19 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdff19 Color CSS Codes
.mybgcolor {background-color:#bdff19; } .myforecolor {color:#bdff19; } .mybordercolor {border:3px solid #bdff19; }
#bdff19 Text Font Color
<p style="color:#bdff19">Text here</p>
This sample text font color is #bdff19
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.
#bdff19 Background Color
<div style="background-color:#bdff19">
Div content here</div>
This div background color is #bdff19
#bdff19 Border Color
<div style="border:3px solid #bdff19">
Div here</div>
This div border color is #bdff19
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,255,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdff19; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdff19; -webkit-box-shadow: 1px 1px 3px 2px #bdff19; box-shadow: 1px 1px 3px 2px #bdff19; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,255,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdff19">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdff19; -webkit-box-shadow: 1px 1px 3px 2px #bdff19; box-shadow: 1px 1px 3px 2px #bdff19;">
Div content here</div>
This div box has shadow with color #bdff19
Comments
No comments written yet.
Please login to write comment.