Color spaces of #49dfbd
RGB | 73 | 223 | 189 |
---|---|---|---|
HSL | 0.46 | 0.70 | 0.58 |
HSV | 166° | 67° | 87° |
CMYK | 0.67 | 0.00 | 0.15 0.13 |
XYZ | 38.3206 | 57.8659 | 57.2936 |
Yxy | 57.8659 | 0.2497 | 0.3770 |
Hunter Lab | 76.0696 | -43.2013 | 8.5931 |
CIE-Lab | 80.6642 | -47.2805 | 5.1973 |
#49dfbd color RGB value is (73,223,189).
#49dfbd hex color red value is 73, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #49dfbd hue: 0.46 , saturation: 0.70 and the lightness value of 49dfbd is 0.58.
The process color (four color CMYK) of #49dfbd color hex is 0.67, 0.00, 0.15, 0.13. Web safe color of #49dfbd is #33cccc. Color #49dfbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 11011111 | 10111101 |
Octal | 111 | 337 | 275 |
Decimal | 73 | 223 | 189 |
Hex | 49 | DF | BD |
Shades of #49dfbd
Tints of #49dfbd
RGB Percentages of Color #49dfbd
CMYK Percentages of Color #49dfbd
Complementary Color
#49dfbd | #df496b |
#49dfbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49dfbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#49dfbd Color CSS Codes
.mybgcolor {background-color:#49dfbd; } .myforecolor {color:#49dfbd; } .mybordercolor {border:3px solid #49dfbd; }
#49dfbd Text Font Color
<p style="color:#49dfbd">Text here</p>
This sample text font color is #49dfbd
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.
#49dfbd Background Color
<div style="background-color:#49dfbd">
Div content here</div>
This div background color is #49dfbd
#49dfbd Border Color
<div style="border:3px solid #49dfbd">
Div here</div>
This div border color is #49dfbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,223,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49dfbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49dfbd; -webkit-box-shadow: 1px 1px 3px 2px #49dfbd; box-shadow: 1px 1px 3px 2px #49dfbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,223,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49dfbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49dfbd; -webkit-box-shadow: 1px 1px 3px 2px #49dfbd; box-shadow: 1px 1px 3px 2px #49dfbd;">
Div content here</div>
This div box has shadow with color #49dfbd
Comments
No comments written yet.
Please login to write comment.