Color spaces of #2eddad
RGB | 46 | 221 | 173 |
---|---|---|---|
HSL | 0.45 | 0.72 | 0.52 |
HSV | 164° | 79° | 87° |
CMYK | 0.79 | 0.00 | 0.22 0.13 |
XYZ | 34.5260 | 55.3109 | 48.3915 |
Yxy | 55.3109 | 0.2498 | 0.4001 |
Hunter Lab | 74.3713 | -47.2832 | 13.4814 |
CIE-Lab | 79.2200 | -53.6740 | 11.5449 |
#2eddad color RGB value is (46,221,173).
#2eddad hex color red value is 46, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #2eddad hue: 0.45 , saturation: 0.72 and the lightness value of 2eddad is 0.52.
The process color (four color CMYK) of #2eddad color hex is 0.79, 0.00, 0.22, 0.13. Web safe color of #2eddad is #33cc99. Color #2eddad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101110 | 11011101 | 10101101 |
Octal | 56 | 335 | 255 |
Decimal | 46 | 221 | 173 |
Hex | 2E | DD | AD |
Shades of #2eddad
Tints of #2eddad
RGB Percentages of Color #2eddad
CMYK Percentages of Color #2eddad
Complementary Color
#2eddad | #dd2e5e |
#2eddad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2eddad Color Preview on White Background
Lorem ipsum dolor sit amet.
#2eddad Color CSS Codes
.mybgcolor {background-color:#2eddad; } .myforecolor {color:#2eddad; } .mybordercolor {border:3px solid #2eddad; }
#2eddad Text Font Color
<p style="color:#2eddad">Text here</p>
This sample text font color is #2eddad
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.
#2eddad Background Color
<div style="background-color:#2eddad">
Div content here</div>
This div background color is #2eddad
#2eddad Border Color
<div style="border:3px solid #2eddad">
Div here</div>
This div border color is #2eddad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(46,221,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2eddad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2eddad; -webkit-box-shadow: 1px 1px 3px 2px #2eddad; box-shadow: 1px 1px 3px 2px #2eddad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(46,221,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2eddad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2eddad; -webkit-box-shadow: 1px 1px 3px 2px #2eddad; box-shadow: 1px 1px 3px 2px #2eddad;">
Div content here</div>
This div box has shadow with color #2eddad
Comments
No comments written yet.
Please login to write comment.