Color spaces of #3ac674
RGB | 58 | 198 | 116 |
---|---|---|---|
HSL | 0.40 | 0.55 | 0.50 |
HSV | 145° | 71° | 78° |
CMYK | 0.71 | 0.00 | 0.41 0.22 |
XYZ | 25.0914 | 42.5487 | 23.4133 |
Yxy | 42.5487 | 0.2756 | 0.4673 |
Hunter Lab | 65.2294 | -45.4888 | 24.3791 |
CIE-Lab | 71.2476 | -55.3180 | 30.6065 |
#3ac674 color RGB value is (58,198,116).
#3ac674 hex color red value is 58, green value is 198 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #3ac674 hue: 0.40 , saturation: 0.55 and the lightness value of 3ac674 is 0.50.
The process color (four color CMYK) of #3ac674 color hex is 0.71, 0.00, 0.41, 0.22. Web safe color of #3ac674 is #33cc66. Color #3ac674 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111010 | 11000110 | 01110100 |
Octal | 72 | 306 | 164 |
Decimal | 58 | 198 | 116 |
Hex | 3A | C6 | 74 |
Shades of #3ac674
Tints of #3ac674
RGB Percentages of Color #3ac674
CMYK Percentages of Color #3ac674
Complementary Color
#3ac674 | #c63a8c |
#3ac674 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ac674 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ac674 Color CSS Codes
.mybgcolor {background-color:#3ac674; } .myforecolor {color:#3ac674; } .mybordercolor {border:3px solid #3ac674; }
#3ac674 Text Font Color
<p style="color:#3ac674">Text here</p>
This sample text font color is #3ac674
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.
#3ac674 Background Color
<div style="background-color:#3ac674">
Div content here</div>
This div background color is #3ac674
#3ac674 Border Color
<div style="border:3px solid #3ac674">
Div here</div>
This div border color is #3ac674
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(58,198,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ac674; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ac674; -webkit-box-shadow: 1px 1px 3px 2px #3ac674; box-shadow: 1px 1px 3px 2px #3ac674; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(58,198,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ac674">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ac674; -webkit-box-shadow: 1px 1px 3px 2px #3ac674; box-shadow: 1px 1px 3px 2px #3ac674;">
Div content here</div>
This div box has shadow with color #3ac674
Comments
No comments written yet.
Please login to write comment.