Color spaces of #bde62d
RGB | 189 | 230 | 45 |
---|---|---|---|
HSL | 0.20 | 0.79 | 0.54 |
HSV | 73° | 80° | 90° |
CMYK | 0.18 | 0.00 | 0.80 0.10 |
XYZ | 49.7567 | 67.6019 | 12.9086 |
Yxy | 67.6019 | 0.3820 | 0.5189 |
Hunter Lab | 82.2204 | -35.8641 | 48.2457 |
CIE-Lab | 85.8070 | -35.8517 | 77.2784 |
#bde62d color RGB value is (189,230,45).
#bde62d hex color red value is 189, green value is 230 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bde62d hue: 0.20 , saturation: 0.79 and the lightness value of bde62d is 0.54.
The process color (four color CMYK) of #bde62d color hex is 0.18, 0.00, 0.80, 0.10. Web safe color of #bde62d is #ccff33. Color #bde62d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100110 | 00101101 |
Octal | 275 | 346 | 55 |
Decimal | 189 | 230 | 45 |
Hex | BD | E6 | 2D |
Shades of #bde62d
Tints of #bde62d
RGB Percentages of Color #bde62d
CMYK Percentages of Color #bde62d
Complementary Color
#bde62d | #562de6 |
#bde62d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde62d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde62d Color CSS Codes
.mybgcolor {background-color:#bde62d; } .myforecolor {color:#bde62d; } .mybordercolor {border:3px solid #bde62d; }
#bde62d Text Font Color
<p style="color:#bde62d">Text here</p>
This sample text font color is #bde62d
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.
#bde62d Background Color
<div style="background-color:#bde62d">
Div content here</div>
This div background color is #bde62d
#bde62d Border Color
<div style="border:3px solid #bde62d">
Div here</div>
This div border color is #bde62d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,230,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde62d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde62d; -webkit-box-shadow: 1px 1px 3px 2px #bde62d; box-shadow: 1px 1px 3px 2px #bde62d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,230,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde62d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde62d; -webkit-box-shadow: 1px 1px 3px 2px #bde62d; box-shadow: 1px 1px 3px 2px #bde62d;">
Div content here</div>
This div box has shadow with color #bde62d
Comments
No comments written yet.
Please login to write comment.