Color spaces of #bdff0a
RGB | 189 | 255 | 10 |
---|---|---|---|
HSL | 0.21 | 1.00 | 0.52 |
HSV | 76° | 96° | 100° |
CMYK | 0.26 | 0.00 | 0.96 0.00 |
XYZ | 56.8011 | 82.3607 | 13.1906 |
Yxy | 82.3607 | 0.3728 | 0.5406 |
Hunter Lab | 90.7528 | -47.0964 | 54.9094 |
CIE-Lab | 92.7338 | -47.5245 | 88.5109 |
#bdff0a color RGB value is (189,255,10).
#bdff0a hex color red value is 189, green value is 255 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bdff0a hue: 0.21 , saturation: 1.00 and the lightness value of bdff0a is 0.52.
The process color (four color CMYK) of #bdff0a color hex is 0.26, 0.00, 0.96, 0.00. Web safe color of #bdff0a is #ccff00. Color #bdff0a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111111 | 00001010 |
Octal | 275 | 377 | 12 |
Decimal | 189 | 255 | 10 |
Hex | BD | FF | A |
Shades of #bdff0a
Tints of #bdff0a
RGB Percentages of Color #bdff0a
CMYK Percentages of Color #bdff0a
Complementary Color
#bdff0a | #4c0aff |
#bdff0a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdff0a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdff0a Color CSS Codes
.mybgcolor {background-color:#bdff0a; } .myforecolor {color:#bdff0a; } .mybordercolor {border:3px solid #bdff0a; }
#bdff0a Text Font Color
<p style="color:#bdff0a">Text here</p>
This sample text font color is #bdff0a
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.
#bdff0a Background Color
<div style="background-color:#bdff0a">
Div content here</div>
This div background color is #bdff0a
#bdff0a Border Color
<div style="border:3px solid #bdff0a">
Div here</div>
This div border color is #bdff0a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,255,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdff0a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdff0a; -webkit-box-shadow: 1px 1px 3px 2px #bdff0a; box-shadow: 1px 1px 3px 2px #bdff0a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,255,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 #bdff0a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdff0a; -webkit-box-shadow: 1px 1px 3px 2px #bdff0a; box-shadow: 1px 1px 3px 2px #bdff0a;">
Div content here</div>
This div box has shadow with color #bdff0a
Comments
No comments written yet.
Please login to write comment.