Color spaces of #2edadb
RGB | 46 | 218 | 219 |
---|---|---|---|
HSL | 0.50 | 0.71 | 0.52 |
HSV | 180° | 79° | 86° |
CMYK | 0.79 | 0.00 | 0.00 0.14 |
XYZ | 38.9843 | 55.8381 | 75.7410 |
Yxy | 55.8381 | 0.2286 | 0.3274 |
Hunter Lab | 74.7249 | -37.6443 | -7.7888 |
CIE-Lab | 79.5216 | -40.2353 | -12.5171 |
#2edadb color RGB value is (46,218,219).
#2edadb hex color red value is 46, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2edadb hue: 0.50 , saturation: 0.71 and the lightness value of 2edadb is 0.52.
The process color (four color CMYK) of #2edadb color hex is 0.79, 0.00, 0.00, 0.14. Web safe color of #2edadb is #33cccc. Color #2edadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 11011010 | 11011011 |
Octal | 56 | 332 | 333 |
Decimal | 46 | 218 | 219 |
Hex | 2E | DA | DB |
Shades of #2edadb
Tints of #2edadb
RGB Percentages of Color #2edadb
CMYK Percentages of Color #2edadb
Complementary Color
#2edadb | #db2f2e |
#2edadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2edadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2edadb Color CSS Codes
.mybgcolor {background-color:#2edadb; } .myforecolor {color:#2edadb; } .mybordercolor {border:3px solid #2edadb; }
#2edadb Text Font Color
<p style="color:#2edadb">Text here</p>
This sample text font color is #2edadb
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.
#2edadb Background Color
<div style="background-color:#2edadb">
Div content here</div>
This div background color is #2edadb
#2edadb Border Color
<div style="border:3px solid #2edadb">
Div here</div>
This div border color is #2edadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,218,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2edadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2edadb; -webkit-box-shadow: 1px 1px 3px 2px #2edadb; box-shadow: 1px 1px 3px 2px #2edadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,218,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2edadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2edadb; -webkit-box-shadow: 1px 1px 3px 2px #2edadb; box-shadow: 1px 1px 3px 2px #2edadb;">
Div content here</div>
This div box has shadow with color #2edadb
Comments
No comments written yet.
Please login to write comment.