Color spaces of #bad750
RGB | 186 | 215 | 80 |
---|---|---|---|
HSL | 0.20 | 0.63 | 0.58 |
HSV | 73° | 63° | 84° |
CMYK | 0.13 | 0.00 | 0.63 0.16 |
XYZ | 45.9981 | 59.6192 | 16.6727 |
Yxy | 59.6192 | 0.3761 | 0.4875 |
Hunter Lab | 77.2135 | -28.7864 | 41.2469 |
CIE-Lab | 81.6308 | -28.2643 | 61.3302 |
#bad750 color RGB value is (186,215,80).
#bad750 hex color red value is 186, green value is 215 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bad750 hue: 0.20 , saturation: 0.63 and the lightness value of bad750 is 0.58.
The process color (four color CMYK) of #bad750 color hex is 0.13, 0.00, 0.63, 0.16. Web safe color of #bad750 is #cccc66. Color #bad750 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11010111 | 01010000 |
Octal | 272 | 327 | 120 |
Decimal | 186 | 215 | 80 |
Hex | BA | D7 | 50 |
Shades of #bad750
Tints of #bad750
RGB Percentages of Color #bad750
CMYK Percentages of Color #bad750
Complementary Color
#bad750 | #6d50d7 |
#bad750 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bad750 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bad750 Color CSS Codes
.mybgcolor {background-color:#bad750; } .myforecolor {color:#bad750; } .mybordercolor {border:3px solid #bad750; }
#bad750 Text Font Color
<p style="color:#bad750">Text here</p>
This sample text font color is #bad750
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.
#bad750 Background Color
<div style="background-color:#bad750">
Div content here</div>
This div background color is #bad750
#bad750 Border Color
<div style="border:3px solid #bad750">
Div here</div>
This div border color is #bad750
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,215,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bad750; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bad750; -webkit-box-shadow: 1px 1px 3px 2px #bad750; box-shadow: 1px 1px 3px 2px #bad750; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,215,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bad750">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bad750; -webkit-box-shadow: 1px 1px 3px 2px #bad750; box-shadow: 1px 1px 3px 2px #bad750;">
Div content here</div>
This div box has shadow with color #bad750
Comments
No comments written yet.
Please login to write comment.