Color spaces of #2ecdaf
RGB | 46 | 205 | 175 |
---|---|---|---|
HSL | 0.47 | 0.63 | 0.49 |
HSV | 169° | 78° | 80° |
CMYK | 0.78 | 0.00 | 0.15 0.20 |
XYZ | 30.6959 | 47.3386 | 48.0769 |
Yxy | 47.3386 | 0.2434 | 0.3754 |
Hunter Lab | 68.8031 | -40.7691 | 6.7326 |
CIE-Lab | 74.4058 | -46.6357 | 3.5760 |
#2ecdaf color RGB value is (46,205,175).
#2ecdaf hex color red value is 46, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2ecdaf hue: 0.47 , saturation: 0.63 and the lightness value of 2ecdaf is 0.49.
The process color (four color CMYK) of #2ecdaf color hex is 0.78, 0.00, 0.15, 0.20. Web safe color of #2ecdaf is #33cc99. Color #2ecdaf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 11001101 | 10101111 |
Octal | 56 | 315 | 257 |
Decimal | 46 | 205 | 175 |
Hex | 2E | CD | AF |
Shades of #2ecdaf
Tints of #2ecdaf
RGB Percentages of Color #2ecdaf
CMYK Percentages of Color #2ecdaf
Complementary Color
#2ecdaf | #cd2e4c |
#2ecdaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ecdaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ecdaf Color CSS Codes
.mybgcolor {background-color:#2ecdaf; } .myforecolor {color:#2ecdaf; } .mybordercolor {border:3px solid #2ecdaf; }
#2ecdaf Text Font Color
<p style="color:#2ecdaf">Text here</p>
This sample text font color is #2ecdaf
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.
#2ecdaf Background Color
<div style="background-color:#2ecdaf">
Div content here</div>
This div background color is #2ecdaf
#2ecdaf Border Color
<div style="border:3px solid #2ecdaf">
Div here</div>
This div border color is #2ecdaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,205,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ecdaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ecdaf; -webkit-box-shadow: 1px 1px 3px 2px #2ecdaf; box-shadow: 1px 1px 3px 2px #2ecdaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,205,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2ecdaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ecdaf; -webkit-box-shadow: 1px 1px 3px 2px #2ecdaf; box-shadow: 1px 1px 3px 2px #2ecdaf;">
Div content here</div>
This div box has shadow with color #2ecdaf
Comments
No comments written yet.
Please login to write comment.