Color spaces of #3cd98a
RGB | 60 | 217 | 138 |
---|---|---|---|
HSL | 0.42 | 0.67 | 0.54 |
HSV | 150° | 72° | 85° |
CMYK | 0.72 | 0.00 | 0.36 0.15 |
XYZ | 31.2638 | 52.4213 | 32.5153 |
Yxy | 52.4213 | 0.2691 | 0.4511 |
Hunter Lab | 72.4026 | -49.6272 | 24.0552 |
CIE-Lab | 77.5321 | -58.0082 | 27.5803 |
#3cd98a color RGB value is (60,217,138).
#3cd98a hex color red value is 60, green value is 217 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #3cd98a hue: 0.42 , saturation: 0.67 and the lightness value of 3cd98a is 0.54.
The process color (four color CMYK) of #3cd98a color hex is 0.72, 0.00, 0.36, 0.15. Web safe color of #3cd98a is #33cc99. Color #3cd98a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11011001 | 10001010 |
Octal | 74 | 331 | 212 |
Decimal | 60 | 217 | 138 |
Hex | 3C | D9 | 8A |
Shades of #3cd98a
Tints of #3cd98a
RGB Percentages of Color #3cd98a
CMYK Percentages of Color #3cd98a
Complementary Color
#3cd98a | #d93c8b |
#3cd98a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3cd98a Color Preview on White Background
Lorem ipsum dolor sit amet.
#3cd98a Color CSS Codes
.mybgcolor {background-color:#3cd98a; } .myforecolor {color:#3cd98a; } .mybordercolor {border:3px solid #3cd98a; }
#3cd98a Text Font Color
<p style="color:#3cd98a">Text here</p>
This sample text font color is #3cd98a
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.
#3cd98a Background Color
<div style="background-color:#3cd98a">
Div content here</div>
This div background color is #3cd98a
#3cd98a Border Color
<div style="border:3px solid #3cd98a">
Div here</div>
This div border color is #3cd98a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,217,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3cd98a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3cd98a; -webkit-box-shadow: 1px 1px 3px 2px #3cd98a; box-shadow: 1px 1px 3px 2px #3cd98a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,217,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3cd98a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3cd98a; -webkit-box-shadow: 1px 1px 3px 2px #3cd98a; box-shadow: 1px 1px 3px 2px #3cd98a;">
Div content here</div>
This div box has shadow with color #3cd98a
Comments
No comments written yet.
Please login to write comment.