Color spaces of #3dccaa
RGB | 61 | 204 | 170 |
---|---|---|---|
HSL | 0.46 | 0.58 | 0.52 |
HSV | 166° | 70° | 80° |
CMYK | 0.70 | 0.00 | 0.17 0.20 |
XYZ | 30.7730 | 47.0801 | 45.4957 |
Yxy | 47.0801 | 0.2495 | 0.3817 |
Hunter Lab | 68.6149 | -40.0210 | 8.7177 |
CIE-Lab | 74.2410 | -45.6381 | 6.0676 |
#3dccaa color RGB value is (61,204,170).
#3dccaa hex color red value is 61, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3dccaa hue: 0.46 , saturation: 0.58 and the lightness value of 3dccaa is 0.52.
The process color (four color CMYK) of #3dccaa color hex is 0.70, 0.00, 0.17, 0.20. Web safe color of #3dccaa is #33cc99. Color #3dccaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 11001100 | 10101010 |
Octal | 75 | 314 | 252 |
Decimal | 61 | 204 | 170 |
Hex | 3D | CC | AA |
Shades of #3dccaa
Tints of #3dccaa
RGB Percentages of Color #3dccaa
CMYK Percentages of Color #3dccaa
Complementary Color
#3dccaa | #cc3d5f |
#3dccaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3dccaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#3dccaa Color CSS Codes
.mybgcolor {background-color:#3dccaa; } .myforecolor {color:#3dccaa; } .mybordercolor {border:3px solid #3dccaa; }
#3dccaa Text Font Color
<p style="color:#3dccaa">Text here</p>
This sample text font color is #3dccaa
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.
#3dccaa Background Color
<div style="background-color:#3dccaa">
Div content here</div>
This div background color is #3dccaa
#3dccaa Border Color
<div style="border:3px solid #3dccaa">
Div here</div>
This div border color is #3dccaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,204,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3dccaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3dccaa; -webkit-box-shadow: 1px 1px 3px 2px #3dccaa; box-shadow: 1px 1px 3px 2px #3dccaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,204,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3dccaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3dccaa; -webkit-box-shadow: 1px 1px 3px 2px #3dccaa; box-shadow: 1px 1px 3px 2px #3dccaa;">
Div content here</div>
This div box has shadow with color #3dccaa
Comments
No comments written yet.
Please login to write comment.