Color spaces of #49eaea
RGB | 73 | 234 | 234 |
---|---|---|---|
HSL | 0.50 | 0.79 | 0.60 |
HSV | 180° | 69° | 92° |
CMYK | 0.69 | 0.00 | 0.00 0.08 |
XYZ | 47.0218 | 66.2026 | 88.1420 |
Yxy | 66.2026 | 0.2335 | 0.3288 |
Hunter Lab | 81.3650 | -39.2314 | -7.2729 |
CIE-Lab | 85.0997 | -40.3256 | -12.0867 |
#49eaea color RGB value is (73,234,234).
#49eaea hex color red value is 73, green value is 234 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #49eaea hue: 0.50 , saturation: 0.79 and the lightness value of 49eaea is 0.60.
The process color (four color CMYK) of #49eaea color hex is 0.69, 0.00, 0.00, 0.08. Web safe color of #49eaea is #33ffff. Color #49eaea contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 11101010 | 11101010 |
Octal | 111 | 352 | 352 |
Decimal | 73 | 234 | 234 |
Hex | 49 | EA | EA |
Shades of #49eaea
Tints of #49eaea
RGB Percentages of Color #49eaea
CMYK Percentages of Color #49eaea
Complementary Color
#49eaea | #ea4949 |
#49eaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49eaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#49eaea Color CSS Codes
.mybgcolor {background-color:#49eaea; } .myforecolor {color:#49eaea; } .mybordercolor {border:3px solid #49eaea; }
#49eaea Text Font Color
<p style="color:#49eaea">Text here</p>
This sample text font color is #49eaea
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.
#49eaea Background Color
<div style="background-color:#49eaea">
Div content here</div>
This div background color is #49eaea
#49eaea Border Color
<div style="border:3px solid #49eaea">
Div here</div>
This div border color is #49eaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,234,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49eaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49eaea; -webkit-box-shadow: 1px 1px 3px 2px #49eaea; box-shadow: 1px 1px 3px 2px #49eaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,234,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49eaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49eaea; -webkit-box-shadow: 1px 1px 3px 2px #49eaea; box-shadow: 1px 1px 3px 2px #49eaea;">
Div content here</div>
This div box has shadow with color #49eaea
Comments
No comments written yet.
Please login to write comment.