Color spaces of #3cffce
RGB | 60 | 255 | 206 |
---|---|---|---|
HSL | 0.46 | 1.00 | 0.62 |
HSV | 165° | 76° | 100° |
CMYK | 0.76 | 0.00 | 0.19 0.00 |
XYZ | 48.7641 | 76.9369 | 70.6727 |
Yxy | 76.9369 | 0.2483 | 0.3918 |
Hunter Lab | 87.7137 | -54.2625 | 13.6284 |
CIE-Lab | 90.2926 | -57.8837 | 10.0979 |
#3cffce color RGB value is (60,255,206).
#3cffce hex color red value is 60, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3cffce hue: 0.46 , saturation: 1.00 and the lightness value of 3cffce is 0.62.
The process color (four color CMYK) of #3cffce color hex is 0.76, 0.00, 0.19, 0.00. Web safe color of #3cffce is #33ffcc. Color #3cffce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111100 | 11111111 | 11001110 |
Octal | 74 | 377 | 316 |
Decimal | 60 | 255 | 206 |
Hex | 3C | FF | CE |
Shades of #3cffce
Tints of #3cffce
RGB Percentages of Color #3cffce
CMYK Percentages of Color #3cffce
Complementary Color
#3cffce | #ff3c6d |
#3cffce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3cffce Color Preview on White Background
Lorem ipsum dolor sit amet.
#3cffce Color CSS Codes
.mybgcolor {background-color:#3cffce; } .myforecolor {color:#3cffce; } .mybordercolor {border:3px solid #3cffce; }
#3cffce Text Font Color
<p style="color:#3cffce">Text here</p>
This sample text font color is #3cffce
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.
#3cffce Background Color
<div style="background-color:#3cffce">
Div content here</div>
This div background color is #3cffce
#3cffce Border Color
<div style="border:3px solid #3cffce">
Div here</div>
This div border color is #3cffce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(60,255,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3cffce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3cffce; -webkit-box-shadow: 1px 1px 3px 2px #3cffce; box-shadow: 1px 1px 3px 2px #3cffce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(60,255,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3cffce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3cffce; -webkit-box-shadow: 1px 1px 3px 2px #3cffce; box-shadow: 1px 1px 3px 2px #3cffce;">
Div content here</div>
This div box has shadow with color #3cffce
Comments
No comments written yet.
Please login to write comment.