Color spaces of #bdd02e
RGB | 189 | 208 | 46 |
---|---|---|---|
HSL | 0.19 | 0.64 | 0.50 |
HSV | 67° | 78° | 82° |
CMYK | 0.09 | 0.00 | 0.78 0.18 |
XYZ | 44.0353 | 56.1278 | 11.0976 |
Yxy | 56.1278 | 0.3958 | 0.5045 |
Hunter Lab | 74.9185 | -26.1893 | 43.6604 |
CIE-Lab | 79.6865 | -25.5488 | 71.5539 |
#bdd02e color RGB value is (189,208,46).
#bdd02e hex color red value is 189, green value is 208 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bdd02e hue: 0.19 , saturation: 0.64 and the lightness value of bdd02e is 0.50.
The process color (four color CMYK) of #bdd02e color hex is 0.09, 0.00, 0.78, 0.18. Web safe color of #bdd02e is #cccc33. Color #bdd02e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11010000 | 00101110 |
Octal | 275 | 320 | 56 |
Decimal | 189 | 208 | 46 |
Hex | BD | D0 | 2E |
Shades of #bdd02e
Tints of #bdd02e
RGB Percentages of Color #bdd02e
CMYK Percentages of Color #bdd02e
Complementary Color
#bdd02e | #412ed0 |
#bdd02e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdd02e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdd02e Color CSS Codes
.mybgcolor {background-color:#bdd02e; } .myforecolor {color:#bdd02e; } .mybordercolor {border:3px solid #bdd02e; }
#bdd02e Text Font Color
<p style="color:#bdd02e">Text here</p>
This sample text font color is #bdd02e
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.
#bdd02e Background Color
<div style="background-color:#bdd02e">
Div content here</div>
This div background color is #bdd02e
#bdd02e Border Color
<div style="border:3px solid #bdd02e">
Div here</div>
This div border color is #bdd02e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,208,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdd02e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdd02e; -webkit-box-shadow: 1px 1px 3px 2px #bdd02e; box-shadow: 1px 1px 3px 2px #bdd02e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,208,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdd02e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdd02e; -webkit-box-shadow: 1px 1px 3px 2px #bdd02e; box-shadow: 1px 1px 3px 2px #bdd02e;">
Div content here</div>
This div box has shadow with color #bdd02e
Comments
No comments written yet.
Please login to write comment.