Color spaces of #49fcdf
RGB | 73 | 252 | 223 |
---|---|---|---|
HSL | 0.47 | 0.97 | 0.64 |
HSV | 170° | 71° | 99° |
CMYK | 0.71 | 0.00 | 0.12 0.01 |
XYZ | 50.8773 | 76.3650 | 81.8704 |
Yxy | 76.3650 | 0.2433 | 0.3652 |
Hunter Lab | 87.3871 | -49.0036 | 5.6239 |
CIE-Lab | 90.0285 | -51.0453 | 0.9415 |
#49fcdf color RGB value is (73,252,223).
#49fcdf hex color red value is 73, green value is 252 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #49fcdf hue: 0.47 , saturation: 0.97 and the lightness value of 49fcdf is 0.64.
The process color (four color CMYK) of #49fcdf color hex is 0.71, 0.00, 0.12, 0.01. Web safe color of #49fcdf is #33ffcc. Color #49fcdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 11111100 | 11011111 |
Octal | 111 | 374 | 337 |
Decimal | 73 | 252 | 223 |
Hex | 49 | FC | DF |
Shades of #49fcdf
Tints of #49fcdf
RGB Percentages of Color #49fcdf
CMYK Percentages of Color #49fcdf
Complementary Color
#49fcdf | #fc4966 |
#49fcdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49fcdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#49fcdf Color CSS Codes
.mybgcolor {background-color:#49fcdf; } .myforecolor {color:#49fcdf; } .mybordercolor {border:3px solid #49fcdf; }
#49fcdf Text Font Color
<p style="color:#49fcdf">Text here</p>
This sample text font color is #49fcdf
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.
#49fcdf Background Color
<div style="background-color:#49fcdf">
Div content here</div>
This div background color is #49fcdf
#49fcdf Border Color
<div style="border:3px solid #49fcdf">
Div here</div>
This div border color is #49fcdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,252,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49fcdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49fcdf; -webkit-box-shadow: 1px 1px 3px 2px #49fcdf; box-shadow: 1px 1px 3px 2px #49fcdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,252,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49fcdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49fcdf; -webkit-box-shadow: 1px 1px 3px 2px #49fcdf; box-shadow: 1px 1px 3px 2px #49fcdf;">
Div content here</div>
This div box has shadow with color #49fcdf
Comments
No comments written yet.
Please login to write comment.