Color spaces of #bad472
RGB | 186 | 212 | 114 |
---|---|---|---|
HSL | 0.21 | 0.53 | 0.64 |
HSV | 76° | 46° | 83° |
CMYK | 0.12 | 0.00 | 0.46 0.17 |
XYZ | 46.8304 | 58.7410 | 24.7895 |
Yxy | 58.7410 | 0.3592 | 0.4506 |
Hunter Lab | 76.6427 | -25.0572 | 34.4730 |
CIE-Lab | 81.1490 | -23.8342 | 45.3748 |
#bad472 color RGB value is (186,212,114).
#bad472 hex color red value is 186, green value is 212 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bad472 hue: 0.21 , saturation: 0.53 and the lightness value of bad472 is 0.64.
The process color (four color CMYK) of #bad472 color hex is 0.12, 0.00, 0.46, 0.17. Web safe color of #bad472 is #cccc66. Color #bad472 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11010100 | 01110010 |
Octal | 272 | 324 | 162 |
Decimal | 186 | 212 | 114 |
Hex | BA | D4 | 72 |
Shades of #bad472
Tints of #bad472
RGB Percentages of Color #bad472
CMYK Percentages of Color #bad472
Complementary Color
#bad472 | #8c72d4 |
#bad472 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bad472 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bad472 Color CSS Codes
.mybgcolor {background-color:#bad472; } .myforecolor {color:#bad472; } .mybordercolor {border:3px solid #bad472; }
#bad472 Text Font Color
<p style="color:#bad472">Text here</p>
This sample text font color is #bad472
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.
#bad472 Background Color
<div style="background-color:#bad472">
Div content here</div>
This div background color is #bad472
#bad472 Border Color
<div style="border:3px solid #bad472">
Div here</div>
This div border color is #bad472
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,212,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bad472; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bad472; -webkit-box-shadow: 1px 1px 3px 2px #bad472; box-shadow: 1px 1px 3px 2px #bad472; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,212,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bad472">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bad472; -webkit-box-shadow: 1px 1px 3px 2px #bad472; box-shadow: 1px 1px 3px 2px #bad472;">
Div content here</div>
This div box has shadow with color #bad472
Comments
No comments written yet.
Please login to write comment.