Color spaces of #3bac0a
RGB | 59 | 172 | 10 |
---|---|---|---|
HSL | 0.28 | 0.89 | 0.36 |
HSV | 102° | 94° | 67° |
CMYK | 0.66 | 0.00 | 0.94 0.33 |
XYZ | 16.6109 | 30.4568 | 5.2904 |
Yxy | 30.4568 | 0.3173 | 0.5817 |
Hunter Lab | 55.1877 | -42.8519 | 32.9477 |
CIE-Lab | 62.0464 | -56.8597 | 61.5823 |
#3bac0a color RGB value is (59,172,10).
#3bac0a hex color red value is 59, green value is 172 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #3bac0a hue: 0.28 , saturation: 0.89 and the lightness value of 3bac0a is 0.36.
The process color (four color CMYK) of #3bac0a color hex is 0.66, 0.00, 0.94, 0.33. Web safe color of #3bac0a is #339900. Color #3bac0a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111011 | 10101100 | 00001010 |
Octal | 73 | 254 | 12 |
Decimal | 59 | 172 | 10 |
Hex | 3B | AC | A |
Shades of #3bac0a
Tints of #3bac0a
RGB Percentages of Color #3bac0a
CMYK Percentages of Color #3bac0a
Complementary Color
#3bac0a | #7b0aac |
#3bac0a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3bac0a Color Preview on White Background
Lorem ipsum dolor sit amet.
#3bac0a Color CSS Codes
.mybgcolor {background-color:#3bac0a; } .myforecolor {color:#3bac0a; } .mybordercolor {border:3px solid #3bac0a; }
#3bac0a Text Font Color
<p style="color:#3bac0a">Text here</p>
This sample text font color is #3bac0a
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.
#3bac0a Background Color
<div style="background-color:#3bac0a">
Div content here</div>
This div background color is #3bac0a
#3bac0a Border Color
<div style="border:3px solid #3bac0a">
Div here</div>
This div border color is #3bac0a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(59,172,10, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3bac0a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3bac0a; -webkit-box-shadow: 1px 1px 3px 2px #3bac0a; box-shadow: 1px 1px 3px 2px #3bac0a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(59,172,10, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3bac0a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3bac0a; -webkit-box-shadow: 1px 1px 3px 2px #3bac0a; box-shadow: 1px 1px 3px 2px #3bac0a;">
Div content here</div>
This div box has shadow with color #3bac0a
Comments
No comments written yet.
Please login to write comment.