Color spaces of #2edbaa
RGB | 46 | 219 | 170 |
---|---|---|---|
HSL | 0.45 | 0.71 | 0.52 |
HSV | 163° | 79° | 86° |
CMYK | 0.79 | 0.00 | 0.22 0.14 |
XYZ | 33.7139 | 54.1462 | 46.7046 |
Yxy | 54.1462 | 0.2505 | 0.4024 |
Hunter Lab | 73.5841 | -46.9891 | 13.8769 |
CIE-Lab | 78.5469 | -53.5920 | 12.1789 |
#2edbaa color RGB value is (46,219,170).
#2edbaa hex color red value is 46, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2edbaa hue: 0.45 , saturation: 0.71 and the lightness value of 2edbaa is 0.52.
The process color (four color CMYK) of #2edbaa color hex is 0.79, 0.00, 0.22, 0.14. Web safe color of #2edbaa is #33cc99. Color #2edbaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 11011011 | 10101010 |
Octal | 56 | 333 | 252 |
Decimal | 46 | 219 | 170 |
Hex | 2E | DB | AA |
Shades of #2edbaa
Tints of #2edbaa
RGB Percentages of Color #2edbaa
CMYK Percentages of Color #2edbaa
Complementary Color
#2edbaa | #db2e5f |
#2edbaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2edbaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#2edbaa Color CSS Codes
.mybgcolor {background-color:#2edbaa; } .myforecolor {color:#2edbaa; } .mybordercolor {border:3px solid #2edbaa; }
#2edbaa Text Font Color
<p style="color:#2edbaa">Text here</p>
This sample text font color is #2edbaa
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.
#2edbaa Background Color
<div style="background-color:#2edbaa">
Div content here</div>
This div background color is #2edbaa
#2edbaa Border Color
<div style="border:3px solid #2edbaa">
Div here</div>
This div border color is #2edbaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,219,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2edbaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2edbaa; -webkit-box-shadow: 1px 1px 3px 2px #2edbaa; box-shadow: 1px 1px 3px 2px #2edbaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,219,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2edbaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2edbaa; -webkit-box-shadow: 1px 1px 3px 2px #2edbaa; box-shadow: 1px 1px 3px 2px #2edbaa;">
Div content here</div>
This div box has shadow with color #2edbaa
Comments
No comments written yet.
Please login to write comment.