Color spaces of #3cdcde
RGB | 60 | 220 | 222 |
---|---|---|---|
HSL | 0.50 | 0.71 | 0.55 |
HSV | 181° | 73° | 87° |
CMYK | 0.73 | 0.01 | 0.00 0.13 |
XYZ | 40.6415 | 57.4210 | 78.0486 |
Yxy | 57.4210 | 0.2308 | 0.3260 |
Hunter Lab | 75.7766 | -36.8737 | -8.0240 |
CIE-Lab | 80.4158 | -38.8985 | -12.7570 |
#3cdcde color RGB value is (60,220,222).
#3cdcde hex color red value is 60, green value is 220 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3cdcde hue: 0.50 , saturation: 0.71 and the lightness value of 3cdcde is 0.55.
The process color (four color CMYK) of #3cdcde color hex is 0.73, 0.01, 0.00, 0.13. Web safe color of #3cdcde is #33cccc. Color #3cdcde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11011100 | 11011110 |
Octal | 74 | 334 | 336 |
Decimal | 60 | 220 | 222 |
Hex | 3C | DC | DE |
Shades of #3cdcde
Tints of #3cdcde
RGB Percentages of Color #3cdcde
CMYK Percentages of Color #3cdcde
Complementary Color
#3cdcde | #de3e3c |
#3cdcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3cdcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#3cdcde Color CSS Codes
.mybgcolor {background-color:#3cdcde; } .myforecolor {color:#3cdcde; } .mybordercolor {border:3px solid #3cdcde; }
#3cdcde Text Font Color
<p style="color:#3cdcde">Text here</p>
This sample text font color is #3cdcde
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.
#3cdcde Background Color
<div style="background-color:#3cdcde">
Div content here</div>
This div background color is #3cdcde
#3cdcde Border Color
<div style="border:3px solid #3cdcde">
Div here</div>
This div border color is #3cdcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,220,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3cdcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3cdcde; -webkit-box-shadow: 1px 1px 3px 2px #3cdcde; box-shadow: 1px 1px 3px 2px #3cdcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,220,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3cdcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3cdcde; -webkit-box-shadow: 1px 1px 3px 2px #3cdcde; box-shadow: 1px 1px 3px 2px #3cdcde;">
Div content here</div>
This div box has shadow with color #3cdcde
Comments
No comments written yet.
Please login to write comment.