Color spaces of #3ac84b
RGB | 58 | 200 | 75 |
---|---|---|---|
HSL | 0.35 | 0.56 | 0.51 |
HSV | 127° | 71° | 78° |
CMYK | 0.71 | 0.00 | 0.63 0.22 |
XYZ | 23.6692 | 42.7161 | 13.6541 |
Yxy | 42.7161 | 0.2957 | 0.5337 |
Hunter Lab | 65.3576 | -49.7321 | 33.3638 |
CIE-Lab | 71.3619 | -61.9889 | 50.5169 |
#3ac84b color RGB value is (58,200,75).
#3ac84b hex color red value is 58, green value is 200 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #3ac84b hue: 0.35 , saturation: 0.56 and the lightness value of 3ac84b is 0.51.
The process color (four color CMYK) of #3ac84b color hex is 0.71, 0.00, 0.63, 0.22. Web safe color of #3ac84b is #33cc33. Color #3ac84b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11001000 | 01001011 |
Octal | 72 | 310 | 113 |
Decimal | 58 | 200 | 75 |
Hex | 3A | C8 | 4B |
Shades of #3ac84b
Tints of #3ac84b
RGB Percentages of Color #3ac84b
CMYK Percentages of Color #3ac84b
Complementary Color
#3ac84b | #c83ab7 |
#3ac84b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ac84b Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ac84b Color CSS Codes
.mybgcolor {background-color:#3ac84b; } .myforecolor {color:#3ac84b; } .mybordercolor {border:3px solid #3ac84b; }
#3ac84b Text Font Color
<p style="color:#3ac84b">Text here</p>
This sample text font color is #3ac84b
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.
#3ac84b Background Color
<div style="background-color:#3ac84b">
Div content here</div>
This div background color is #3ac84b
#3ac84b Border Color
<div style="border:3px solid #3ac84b">
Div here</div>
This div border color is #3ac84b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,200,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ac84b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ac84b; -webkit-box-shadow: 1px 1px 3px 2px #3ac84b; box-shadow: 1px 1px 3px 2px #3ac84b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,200,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ac84b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ac84b; -webkit-box-shadow: 1px 1px 3px 2px #3ac84b; box-shadow: 1px 1px 3px 2px #3ac84b;">
Div content here</div>
This div box has shadow with color #3ac84b
Comments
No comments written yet.
Please login to write comment.