Color spaces of #49facb
RGB | 73 | 250 | 203 |
---|---|---|---|
HSL | 0.46 | 0.95 | 0.63 |
HSV | 164° | 71° | 98° |
CMYK | 0.71 | 0.00 | 0.19 0.02 |
XYZ | 47.7128 | 74.0995 | 68.2878 |
Yxy | 74.0995 | 0.2510 | 0.3898 |
Hunter Lab | 86.0811 | -51.7033 | 13.2222 |
CIE-Lab | 88.9695 | -55.0782 | 9.7869 |
#49facb color RGB value is (73,250,203).
#49facb hex color red value is 73, green value is 250 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #49facb hue: 0.46 , saturation: 0.95 and the lightness value of 49facb is 0.63.
The process color (four color CMYK) of #49facb color hex is 0.71, 0.00, 0.19, 0.02. Web safe color of #49facb is #33ffcc. Color #49facb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 11111010 | 11001011 |
Octal | 111 | 372 | 313 |
Decimal | 73 | 250 | 203 |
Hex | 49 | FA | CB |
Shades of #49facb
Tints of #49facb
RGB Percentages of Color #49facb
CMYK Percentages of Color #49facb
Complementary Color
#49facb | #fa4978 |
#49facb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49facb Color Preview on White Background
Lorem ipsum dolor sit amet.
#49facb Color CSS Codes
.mybgcolor {background-color:#49facb; } .myforecolor {color:#49facb; } .mybordercolor {border:3px solid #49facb; }
#49facb Text Font Color
<p style="color:#49facb">Text here</p>
This sample text font color is #49facb
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.
#49facb Background Color
<div style="background-color:#49facb">
Div content here</div>
This div background color is #49facb
#49facb Border Color
<div style="border:3px solid #49facb">
Div here</div>
This div border color is #49facb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,250,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49facb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49facb; -webkit-box-shadow: 1px 1px 3px 2px #49facb; box-shadow: 1px 1px 3px 2px #49facb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,250,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49facb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49facb; -webkit-box-shadow: 1px 1px 3px 2px #49facb; box-shadow: 1px 1px 3px 2px #49facb;">
Div content here</div>
This div box has shadow with color #49facb
Comments
No comments written yet.
Please login to write comment.