Color spaces of #3cdada
RGB | 60 | 218 | 218 |
---|---|---|---|
HSL | 0.50 | 0.68 | 0.55 |
HSV | 180° | 72° | 85° |
CMYK | 0.72 | 0.00 | 0.00 0.15 |
XYZ | 39.5898 | 56.1654 | 75.0841 |
Yxy | 56.1654 | 0.2317 | 0.3288 |
Hunter Lab | 74.9436 | -36.8566 | -6.9407 |
CIE-Lab | 79.7079 | -39.1247 | -11.6821 |
#3cdada color RGB value is (60,218,218).
#3cdada hex color red value is 60, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3cdada hue: 0.50 , saturation: 0.68 and the lightness value of 3cdada is 0.55.
The process color (four color CMYK) of #3cdada color hex is 0.72, 0.00, 0.00, 0.15. Web safe color of #3cdada is #33cccc. Color #3cdada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11011010 | 11011010 |
Octal | 74 | 332 | 332 |
Decimal | 60 | 218 | 218 |
Hex | 3C | DA | DA |
Shades of #3cdada
Tints of #3cdada
RGB Percentages of Color #3cdada
CMYK Percentages of Color #3cdada
Complementary Color
#3cdada | #da3c3c |
#3cdada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3cdada Color Preview on White Background
Lorem ipsum dolor sit amet.
#3cdada Color CSS Codes
.mybgcolor {background-color:#3cdada; } .myforecolor {color:#3cdada; } .mybordercolor {border:3px solid #3cdada; }
#3cdada Text Font Color
<p style="color:#3cdada">Text here</p>
This sample text font color is #3cdada
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.
#3cdada Background Color
<div style="background-color:#3cdada">
Div content here</div>
This div background color is #3cdada
#3cdada Border Color
<div style="border:3px solid #3cdada">
Div here</div>
This div border color is #3cdada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,218,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3cdada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3cdada; -webkit-box-shadow: 1px 1px 3px 2px #3cdada; box-shadow: 1px 1px 3px 2px #3cdada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,218,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3cdada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3cdada; -webkit-box-shadow: 1px 1px 3px 2px #3cdada; box-shadow: 1px 1px 3px 2px #3cdada;">
Div content here</div>
This div box has shadow with color #3cdada
Comments
No comments written yet.
Please login to write comment.