Color spaces of #2ecbac
RGB | 46 | 203 | 172 |
---|---|---|---|
HSL | 0.47 | 0.63 | 0.49 |
HSV | 168° | 77° | 80° |
CMYK | 0.77 | 0.00 | 0.15 0.20 |
XYZ | 29.9290 | 46.2713 | 46.3836 |
Yxy | 46.2713 | 0.2442 | 0.3775 |
Hunter Lab | 68.0230 | -40.5032 | 7.1874 |
CIE-Lab | 73.7212 | -46.5658 | 4.2051 |
#2ecbac color RGB value is (46,203,172).
#2ecbac hex color red value is 46, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2ecbac hue: 0.47 , saturation: 0.63 and the lightness value of 2ecbac is 0.49.
The process color (four color CMYK) of #2ecbac color hex is 0.77, 0.00, 0.15, 0.20. Web safe color of #2ecbac is #33cc99. Color #2ecbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 11001011 | 10101100 |
Octal | 56 | 313 | 254 |
Decimal | 46 | 203 | 172 |
Hex | 2E | CB | AC |
Shades of #2ecbac
Tints of #2ecbac
RGB Percentages of Color #2ecbac
CMYK Percentages of Color #2ecbac
Complementary Color
#2ecbac | #cb2e4d |
#2ecbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2ecbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#2ecbac Color CSS Codes
.mybgcolor {background-color:#2ecbac; } .myforecolor {color:#2ecbac; } .mybordercolor {border:3px solid #2ecbac; }
#2ecbac Text Font Color
<p style="color:#2ecbac">Text here</p>
This sample text font color is #2ecbac
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.
#2ecbac Background Color
<div style="background-color:#2ecbac">
Div content here</div>
This div background color is #2ecbac
#2ecbac Border Color
<div style="border:3px solid #2ecbac">
Div here</div>
This div border color is #2ecbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,203,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2ecbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2ecbac; -webkit-box-shadow: 1px 1px 3px 2px #2ecbac; box-shadow: 1px 1px 3px 2px #2ecbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,203,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2ecbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2ecbac; -webkit-box-shadow: 1px 1px 3px 2px #2ecbac; box-shadow: 1px 1px 3px 2px #2ecbac;">
Div content here</div>
This div box has shadow with color #2ecbac
Comments
No comments written yet.
Please login to write comment.