Color spaces of #49ddaa
RGB | 73 | 221 | 170 |
---|---|---|---|
HSL | 0.44 | 0.69 | 0.58 |
HSV | 159° | 67° | 87° |
CMYK | 0.67 | 0.00 | 0.23 0.13 |
XYZ | 35.8598 | 56.0316 | 46.9554 |
Yxy | 56.0316 | 0.2583 | 0.4035 |
Hunter Lab | 74.8543 | -45.4825 | 15.2059 |
CIE-Lab | 79.6318 | -50.9128 | 13.7799 |
#49ddaa color RGB value is (73,221,170).
#49ddaa hex color red value is 73, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #49ddaa hue: 0.44 , saturation: 0.69 and the lightness value of 49ddaa is 0.58.
The process color (four color CMYK) of #49ddaa color hex is 0.67, 0.00, 0.23, 0.13. Web safe color of #49ddaa is #33cc99. Color #49ddaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 11011101 | 10101010 |
Octal | 111 | 335 | 252 |
Decimal | 73 | 221 | 170 |
Hex | 49 | DD | AA |
Shades of #49ddaa
Tints of #49ddaa
RGB Percentages of Color #49ddaa
CMYK Percentages of Color #49ddaa
Complementary Color
#49ddaa | #dd497c |
#49ddaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49ddaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#49ddaa Color CSS Codes
.mybgcolor {background-color:#49ddaa; } .myforecolor {color:#49ddaa; } .mybordercolor {border:3px solid #49ddaa; }
#49ddaa Text Font Color
<p style="color:#49ddaa">Text here</p>
This sample text font color is #49ddaa
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.
#49ddaa Background Color
<div style="background-color:#49ddaa">
Div content here</div>
This div background color is #49ddaa
#49ddaa Border Color
<div style="border:3px solid #49ddaa">
Div here</div>
This div border color is #49ddaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,221,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49ddaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49ddaa; -webkit-box-shadow: 1px 1px 3px 2px #49ddaa; box-shadow: 1px 1px 3px 2px #49ddaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,221,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 #49ddaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49ddaa; -webkit-box-shadow: 1px 1px 3px 2px #49ddaa; box-shadow: 1px 1px 3px 2px #49ddaa;">
Div content here</div>
This div box has shadow with color #49ddaa
Comments
No comments written yet.
Please login to write comment.