Color spaces of #bde62b
RGB | 189 | 230 | 43 |
---|---|---|---|
HSL | 0.20 | 0.79 | 0.54 |
HSV | 73° | 81° | 90° |
CMYK | 0.18 | 0.00 | 0.81 0.10 |
XYZ | 49.7191 | 67.5869 | 12.7106 |
Yxy | 67.5869 | 0.3824 | 0.5198 |
Hunter Lab | 82.2113 | -35.9178 | 48.3811 |
CIE-Lab | 85.7995 | -35.9208 | 77.7704 |
#bde62b color RGB value is (189,230,43).
#bde62b hex color red value is 189, green value is 230 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bde62b hue: 0.20 , saturation: 0.79 and the lightness value of bde62b is 0.54.
The process color (four color CMYK) of #bde62b color hex is 0.18, 0.00, 0.81, 0.10. Web safe color of #bde62b is #ccff33. Color #bde62b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100110 | 00101011 |
Octal | 275 | 346 | 53 |
Decimal | 189 | 230 | 43 |
Hex | BD | E6 | 2B |
Shades of #bde62b
Tints of #bde62b
RGB Percentages of Color #bde62b
CMYK Percentages of Color #bde62b
Complementary Color
#bde62b | #542be6 |
#bde62b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde62b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde62b Color CSS Codes
.mybgcolor {background-color:#bde62b; } .myforecolor {color:#bde62b; } .mybordercolor {border:3px solid #bde62b; }
#bde62b Text Font Color
<p style="color:#bde62b">Text here</p>
This sample text font color is #bde62b
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.
#bde62b Background Color
<div style="background-color:#bde62b">
Div content here</div>
This div background color is #bde62b
#bde62b Border Color
<div style="border:3px solid #bde62b">
Div here</div>
This div border color is #bde62b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,230,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde62b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde62b; -webkit-box-shadow: 1px 1px 3px 2px #bde62b; box-shadow: 1px 1px 3px 2px #bde62b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,230,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 #bde62b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde62b; -webkit-box-shadow: 1px 1px 3px 2px #bde62b; box-shadow: 1px 1px 3px 2px #bde62b;">
Div content here</div>
This div box has shadow with color #bde62b
Comments
No comments written yet.
Please login to write comment.