Color spaces of #bad136
RGB | 186 | 209 | 54 |
---|---|---|---|
HSL | 0.19 | 0.63 | 0.52 |
HSV | 69° | 74° | 82° |
CMYK | 0.11 | 0.00 | 0.74 0.18 |
XYZ | 43.7160 | 56.3064 | 12.0542 |
Yxy | 56.3064 | 0.3901 | 0.5024 |
Hunter Lab | 75.0376 | -27.3238 | 43.0018 |
CIE-Lab | 79.7879 | -26.9232 | 69.1180 |
#bad136 color RGB value is (186,209,54).
#bad136 hex color red value is 186, green value is 209 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bad136 hue: 0.19 , saturation: 0.63 and the lightness value of bad136 is 0.52.
The process color (four color CMYK) of #bad136 color hex is 0.11, 0.00, 0.74, 0.18. Web safe color of #bad136 is #cccc33. Color #bad136 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11010001 | 00110110 |
Octal | 272 | 321 | 66 |
Decimal | 186 | 209 | 54 |
Hex | BA | D1 | 36 |
Shades of #bad136
Tints of #bad136
RGB Percentages of Color #bad136
CMYK Percentages of Color #bad136
Complementary Color
#bad136 | #4d36d1 |
#bad136 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bad136 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bad136 Color CSS Codes
.mybgcolor {background-color:#bad136; } .myforecolor {color:#bad136; } .mybordercolor {border:3px solid #bad136; }
#bad136 Text Font Color
<p style="color:#bad136">Text here</p>
This sample text font color is #bad136
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.
#bad136 Background Color
<div style="background-color:#bad136">
Div content here</div>
This div background color is #bad136
#bad136 Border Color
<div style="border:3px solid #bad136">
Div here</div>
This div border color is #bad136
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,209,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bad136; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bad136; -webkit-box-shadow: 1px 1px 3px 2px #bad136; box-shadow: 1px 1px 3px 2px #bad136; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,209,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bad136">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bad136; -webkit-box-shadow: 1px 1px 3px 2px #bad136; box-shadow: 1px 1px 3px 2px #bad136;">
Div content here</div>
This div box has shadow with color #bad136
Comments
No comments written yet.
Please login to write comment.