Color spaces of #badb2e
RGB | 186 | 219 | 46 |
---|---|---|---|
HSL | 0.20 | 0.71 | 0.52 |
HSV | 71° | 79° | 86° |
CMYK | 0.15 | 0.00 | 0.79 0.14 |
XYZ | 46.0744 | 61.2994 | 11.9884 |
Yxy | 61.2994 | 0.3860 | 0.5136 |
Hunter Lab | 78.2939 | -31.9707 | 45.7272 |
CIE-Lab | 82.5394 | -31.9640 | 74.0371 |
#badb2e color RGB value is (186,219,46).
#badb2e hex color red value is 186, green value is 219 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #badb2e hue: 0.20 , saturation: 0.71 and the lightness value of badb2e is 0.52.
The process color (four color CMYK) of #badb2e color hex is 0.15, 0.00, 0.79, 0.14. Web safe color of #badb2e is #cccc33. Color #badb2e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011011 | 00101110 |
Octal | 272 | 333 | 56 |
Decimal | 186 | 219 | 46 |
Hex | BA | DB | 2E |
Shades of #badb2e
Tints of #badb2e
RGB Percentages of Color #badb2e
CMYK Percentages of Color #badb2e
Complementary Color
#badb2e | #4f2edb |
#badb2e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#badb2e Color Preview on White Background
Lorem ipsum dolor sit amet.
#badb2e Color CSS Codes
.mybgcolor {background-color:#badb2e; } .myforecolor {color:#badb2e; } .mybordercolor {border:3px solid #badb2e; }
#badb2e Text Font Color
<p style="color:#badb2e">Text here</p>
This sample text font color is #badb2e
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.
#badb2e Background Color
<div style="background-color:#badb2e">
Div content here</div>
This div background color is #badb2e
#badb2e Border Color
<div style="border:3px solid #badb2e">
Div here</div>
This div border color is #badb2e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,219,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #badb2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #badb2e; -webkit-box-shadow: 1px 1px 3px 2px #badb2e; box-shadow: 1px 1px 3px 2px #badb2e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,219,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 #badb2e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #badb2e; -webkit-box-shadow: 1px 1px 3px 2px #badb2e; box-shadow: 1px 1px 3px 2px #badb2e;">
Div content here</div>
This div box has shadow with color #badb2e
Comments
No comments written yet.
Please login to write comment.