Color spaces of #3ca702
RGB | 60 | 167 | 2 |
---|---|---|---|
HSL | 0.27 | 0.98 | 0.33 |
HSV | 99° | 99° | 65° |
CMYK | 0.64 | 0.00 | 0.99 0.35 |
XYZ | 15.6932 | 28.6025 | 4.7511 |
Yxy | 28.6025 | 0.3200 | 0.5832 |
Hunter Lab | 53.4813 | -41.2144 | 32.1698 |
CIE-Lab | 60.4292 | -55.1350 | 61.3633 |
#3ca702 color RGB value is (60,167,2).
#3ca702 hex color red value is 60, green value is 167 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #3ca702 hue: 0.27 , saturation: 0.98 and the lightness value of 3ca702 is 0.33.
The process color (four color CMYK) of #3ca702 color hex is 0.64, 0.00, 0.99, 0.35. Web safe color of #3ca702 is #339900. Color #3ca702 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 10100111 | 00000010 |
Octal | 74 | 247 | 2 |
Decimal | 60 | 167 | 2 |
Hex | 3C | A7 | 2 |
Shades of #3ca702
Tints of #3ca702
RGB Percentages of Color #3ca702
CMYK Percentages of Color #3ca702
Complementary Color
#3ca702 | #6d02a7 |
#3ca702 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ca702 Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ca702 Color CSS Codes
.mybgcolor {background-color:#3ca702; } .myforecolor {color:#3ca702; } .mybordercolor {border:3px solid #3ca702; }
#3ca702 Text Font Color
<p style="color:#3ca702">Text here</p>
This sample text font color is #3ca702
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.
#3ca702 Background Color
<div style="background-color:#3ca702">
Div content here</div>
This div background color is #3ca702
#3ca702 Border Color
<div style="border:3px solid #3ca702">
Div here</div>
This div border color is #3ca702
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,167,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ca702; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ca702; -webkit-box-shadow: 1px 1px 3px 2px #3ca702; box-shadow: 1px 1px 3px 2px #3ca702; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,167,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ca702">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ca702; -webkit-box-shadow: 1px 1px 3px 2px #3ca702; box-shadow: 1px 1px 3px 2px #3ca702;">
Div content here</div>
This div box has shadow with color #3ca702
Comments
No comments written yet.
Please login to write comment.