Color spaces of #3ecfcc
RGB | 62 | 207 | 204 |
---|---|---|---|
HSL | 0.50 | 0.60 | 0.53 |
HSV | 179° | 70° | 81° |
CMYK | 0.70 | 0.00 | 0.01 0.19 |
XYZ | 35.1985 | 50.0094 | 64.9244 |
Yxy | 50.0094 | 0.2344 | 0.3331 |
Hunter Lab | 70.7173 | -34.9096 | -4.9310 |
CIE-Lab | 76.0750 | -37.8166 | -9.5868 |
#3ecfcc color RGB value is (62,207,204).
#3ecfcc hex color red value is 62, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3ecfcc hue: 0.50 , saturation: 0.60 and the lightness value of 3ecfcc is 0.53.
The process color (four color CMYK) of #3ecfcc color hex is 0.70, 0.00, 0.01, 0.19. Web safe color of #3ecfcc is #33cccc. Color #3ecfcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111110 | 11001111 | 11001100 |
Octal | 76 | 317 | 314 |
Decimal | 62 | 207 | 204 |
Hex | 3E | CF | CC |
Shades of #3ecfcc
Tints of #3ecfcc
RGB Percentages of Color #3ecfcc
CMYK Percentages of Color #3ecfcc
Complementary Color
#3ecfcc | #cf3e41 |
#3ecfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3ecfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3ecfcc Color CSS Codes
.mybgcolor {background-color:#3ecfcc; } .myforecolor {color:#3ecfcc; } .mybordercolor {border:3px solid #3ecfcc; }
#3ecfcc Text Font Color
<p style="color:#3ecfcc">Text here</p>
This sample text font color is #3ecfcc
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.
#3ecfcc Background Color
<div style="background-color:#3ecfcc">
Div content here</div>
This div background color is #3ecfcc
#3ecfcc Border Color
<div style="border:3px solid #3ecfcc">
Div here</div>
This div border color is #3ecfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(62,207,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3ecfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3ecfcc; -webkit-box-shadow: 1px 1px 3px 2px #3ecfcc; box-shadow: 1px 1px 3px 2px #3ecfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(62,207,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3ecfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3ecfcc; -webkit-box-shadow: 1px 1px 3px 2px #3ecfcc; box-shadow: 1px 1px 3px 2px #3ecfcc;">
Div content here</div>
This div box has shadow with color #3ecfcc
Comments
No comments written yet.
Please login to write comment.