Color spaces of #bdf02b
RGB | 189 | 240 | 43 |
---|---|---|---|
HSL | 0.21 | 0.87 | 0.55 |
HSV | 76° | 82° | 94° |
CMYK | 0.21 | 0.00 | 0.82 0.06 |
XYZ | 52.5824 | 73.3134 | 13.6650 |
Yxy | 73.3134 | 0.3768 | 0.5253 |
Hunter Lab | 85.6232 | -40.2214 | 50.4739 |
CIE-Lab | 88.5970 | -40.3892 | 80.2060 |
#bdf02b color RGB value is (189,240,43).
#bdf02b hex color red value is 189, green value is 240 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bdf02b hue: 0.21 , saturation: 0.87 and the lightness value of bdf02b is 0.55.
The process color (four color CMYK) of #bdf02b color hex is 0.21, 0.00, 0.82, 0.06. Web safe color of #bdf02b is #ccff33. Color #bdf02b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11110000 | 00101011 |
Octal | 275 | 360 | 53 |
Decimal | 189 | 240 | 43 |
Hex | BD | F0 | 2B |
Shades of #bdf02b
Tints of #bdf02b
RGB Percentages of Color #bdf02b
CMYK Percentages of Color #bdf02b
Complementary Color
#bdf02b | #5e2bf0 |
#bdf02b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdf02b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdf02b Color CSS Codes
.mybgcolor {background-color:#bdf02b; } .myforecolor {color:#bdf02b; } .mybordercolor {border:3px solid #bdf02b; }
#bdf02b Text Font Color
<p style="color:#bdf02b">Text here</p>
This sample text font color is #bdf02b
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.
#bdf02b Background Color
<div style="background-color:#bdf02b">
Div content here</div>
This div background color is #bdf02b
#bdf02b Border Color
<div style="border:3px solid #bdf02b">
Div here</div>
This div border color is #bdf02b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,240,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdf02b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdf02b; -webkit-box-shadow: 1px 1px 3px 2px #bdf02b; box-shadow: 1px 1px 3px 2px #bdf02b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,240,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 #bdf02b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdf02b; -webkit-box-shadow: 1px 1px 3px 2px #bdf02b; box-shadow: 1px 1px 3px 2px #bdf02b;">
Div content here</div>
This div box has shadow with color #bdf02b
Comments
No comments written yet.
Please login to write comment.