Color spaces of #2ecdbc
RGB | 46 | 205 | 188 |
---|---|---|---|
HSL | 0.48 | 0.63 | 0.49 |
HSV | 174° | 78° | 80° |
CMYK | 0.78 | 0.00 | 0.08 0.20 |
XYZ | 32.0351 | 47.8743 | 55.1292 |
Yxy | 47.8743 | 0.2372 | 0.3545 |
Hunter Lab | 69.1913 | -38.4404 | 1.1937 |
CIE-Lab | 74.7456 | -43.1821 | -2.9478 |
#2ecdbc color RGB value is (46,205,188).
#2ecdbc hex color red value is 46, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #2ecdbc hue: 0.48 , saturation: 0.63 and the lightness value of 2ecdbc is 0.49.
The process color (four color CMYK) of #2ecdbc color hex is 0.78, 0.00, 0.08, 0.20. Web safe color of #2ecdbc is #33cccc. Color #2ecdbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 11001101 | 10111100 |
Octal | 56 | 315 | 274 |
Decimal | 46 | 205 | 188 |
Hex | 2E | CD | BC |
Shades of #2ecdbc
Tints of #2ecdbc
RGB Percentages of Color #2ecdbc
CMYK Percentages of Color #2ecdbc
Complementary Color
#2ecdbc | #cd2e3f |
#2ecdbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ecdbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ecdbc Color CSS Codes
.mybgcolor {background-color:#2ecdbc; } .myforecolor {color:#2ecdbc; } .mybordercolor {border:3px solid #2ecdbc; }
#2ecdbc Text Font Color
<p style="color:#2ecdbc">Text here</p>
This sample text font color is #2ecdbc
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.
#2ecdbc Background Color
<div style="background-color:#2ecdbc">
Div content here</div>
This div background color is #2ecdbc
#2ecdbc Border Color
<div style="border:3px solid #2ecdbc">
Div here</div>
This div border color is #2ecdbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,205,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ecdbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ecdbc; -webkit-box-shadow: 1px 1px 3px 2px #2ecdbc; box-shadow: 1px 1px 3px 2px #2ecdbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,205,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 #2ecdbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ecdbc; -webkit-box-shadow: 1px 1px 3px 2px #2ecdbc; box-shadow: 1px 1px 3px 2px #2ecdbc;">
Div content here</div>
This div box has shadow with color #2ecdbc
Comments
No comments written yet.
Please login to write comment.