Color spaces of #bdff2b
RGB | 189 | 255 | 43 |
---|---|---|---|
HSL | 0.22 | 1.00 | 0.58 |
HSV | 79° | 83° | 100° |
CMYK | 0.26 | 0.00 | 0.83 0.00 |
XYZ | 57.1823 | 82.5132 | 15.1983 |
Yxy | 82.5132 | 0.3692 | 0.5327 |
Hunter Lab | 90.8368 | -46.5975 | 53.6657 |
CIE-Lab | 92.8009 | -46.8735 | 83.8409 |
#bdff2b color RGB value is (189,255,43).
#bdff2b hex color red value is 189, green value is 255 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bdff2b hue: 0.22 , saturation: 1.00 and the lightness value of bdff2b is 0.58.
The process color (four color CMYK) of #bdff2b color hex is 0.26, 0.00, 0.83, 0.00. Web safe color of #bdff2b is #ccff33. Color #bdff2b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111111 | 00101011 |
Octal | 275 | 377 | 53 |
Decimal | 189 | 255 | 43 |
Hex | BD | FF | 2B |
Shades of #bdff2b
Tints of #bdff2b
RGB Percentages of Color #bdff2b
CMYK Percentages of Color #bdff2b
Complementary Color
#bdff2b | #6d2bff |
#bdff2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdff2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdff2b Color CSS Codes
.mybgcolor {background-color:#bdff2b; } .myforecolor {color:#bdff2b; } .mybordercolor {border:3px solid #bdff2b; }
#bdff2b Text Font Color
<p style="color:#bdff2b">Text here</p>
This sample text font color is #bdff2b
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.
#bdff2b Background Color
<div style="background-color:#bdff2b">
Div content here</div>
This div background color is #bdff2b
#bdff2b Border Color
<div style="border:3px solid #bdff2b">
Div here</div>
This div border color is #bdff2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,255,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdff2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdff2b; -webkit-box-shadow: 1px 1px 3px 2px #bdff2b; box-shadow: 1px 1px 3px 2px #bdff2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,255,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdff2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdff2b; -webkit-box-shadow: 1px 1px 3px 2px #bdff2b; box-shadow: 1px 1px 3px 2px #bdff2b;">
Div content here</div>
This div box has shadow with color #bdff2b
Comments
No comments written yet.
Please login to write comment.