Color spaces of #3ccabc
RGB | 60 | 202 | 188 |
---|---|---|---|
HSL | 0.48 | 0.57 | 0.51 |
HSV | 174° | 70° | 79° |
CMYK | 0.70 | 0.00 | 0.07 0.21 |
XYZ | 32.0611 | 46.8326 | 54.9267 |
Yxy | 46.8326 | 0.2396 | 0.3500 |
Hunter Lab | 68.4343 | -36.1339 | 0.3168 |
CIE-Lab | 74.0826 | -40.2302 | -3.8955 |
#3ccabc color RGB value is (60,202,188).
#3ccabc hex color red value is 60, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #3ccabc hue: 0.48 , saturation: 0.57 and the lightness value of 3ccabc is 0.51.
The process color (four color CMYK) of #3ccabc color hex is 0.70, 0.00, 0.07, 0.21. Web safe color of #3ccabc is #33cccc. Color #3ccabc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11001010 | 10111100 |
Octal | 74 | 312 | 274 |
Decimal | 60 | 202 | 188 |
Hex | 3C | CA | BC |
Shades of #3ccabc
Tints of #3ccabc
RGB Percentages of Color #3ccabc
CMYK Percentages of Color #3ccabc
Complementary Color
#3ccabc | #ca3c4a |
#3ccabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ccabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ccabc Color CSS Codes
.mybgcolor {background-color:#3ccabc; } .myforecolor {color:#3ccabc; } .mybordercolor {border:3px solid #3ccabc; }
#3ccabc Text Font Color
<p style="color:#3ccabc">Text here</p>
This sample text font color is #3ccabc
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.
#3ccabc Background Color
<div style="background-color:#3ccabc">
Div content here</div>
This div background color is #3ccabc
#3ccabc Border Color
<div style="border:3px solid #3ccabc">
Div here</div>
This div border color is #3ccabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,202,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ccabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ccabc; -webkit-box-shadow: 1px 1px 3px 2px #3ccabc; box-shadow: 1px 1px 3px 2px #3ccabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,202,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ccabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ccabc; -webkit-box-shadow: 1px 1px 3px 2px #3ccabc; box-shadow: 1px 1px 3px 2px #3ccabc;">
Div content here</div>
This div box has shadow with color #3ccabc
Comments
No comments written yet.
Please login to write comment.