Color spaces of #bde520
RGB | 189 | 229 | 32 |
---|---|---|---|
HSL | 0.20 | 0.79 | 0.51 |
HSV | 72° | 86° | 90° |
CMYK | 0.17 | 0.00 | 0.86 0.10 |
XYZ | 49.2663 | 66.9617 | 11.6948 |
Yxy | 66.9617 | 0.3851 | 0.5235 |
Hunter Lab | 81.8301 | -35.7358 | 48.8076 |
CIE-Lab | 85.4846 | -35.7903 | 79.9040 |
#bde520 color RGB value is (189,229,32).
#bde520 hex color red value is 189, green value is 229 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bde520 hue: 0.20 , saturation: 0.79 and the lightness value of bde520 is 0.51.
The process color (four color CMYK) of #bde520 color hex is 0.17, 0.00, 0.86, 0.10. Web safe color of #bde520 is #cccc33. Color #bde520 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100101 | 00100000 |
Octal | 275 | 345 | 40 |
Decimal | 189 | 229 | 32 |
Hex | BD | E5 | 20 |
Shades of #bde520
Tints of #bde520
RGB Percentages of Color #bde520
CMYK Percentages of Color #bde520
Complementary Color
#bde520 | #4820e5 |
#bde520 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde520 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde520 Color CSS Codes
.mybgcolor {background-color:#bde520; } .myforecolor {color:#bde520; } .mybordercolor {border:3px solid #bde520; }
#bde520 Text Font Color
<p style="color:#bde520">Text here</p>
This sample text font color is #bde520
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.
#bde520 Background Color
<div style="background-color:#bde520">
Div content here</div>
This div background color is #bde520
#bde520 Border Color
<div style="border:3px solid #bde520">
Div here</div>
This div border color is #bde520
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,229,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde520; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde520; -webkit-box-shadow: 1px 1px 3px 2px #bde520; box-shadow: 1px 1px 3px 2px #bde520; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,229,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde520">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde520; -webkit-box-shadow: 1px 1px 3px 2px #bde520; box-shadow: 1px 1px 3px 2px #bde520;">
Div content here</div>
This div box has shadow with color #bde520
Comments
No comments written yet.
Please login to write comment.