Color spaces of #49affc
RGB | 73 | 175 | 252 |
---|---|---|---|
HSL | 0.57 | 0.97 | 0.64 |
HSV | 206° | 71° | 99° |
CMYK | 0.71 | 0.31 | 0.00 0.01 |
XYZ | 35.6483 | 39.1047 | 97.7646 |
Yxy | 39.1047 | 0.2066 | 0.2267 |
Hunter Lab | 62.5338 | -7.6775 | -48.9197 |
CIE-Lab | 68.8270 | -5.0523 | -46.6931 |
#49affc color RGB value is (73,175,252).
#49affc hex color red value is 73, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #49affc hue: 0.57 , saturation: 0.97 and the lightness value of 49affc is 0.64.
The process color (four color CMYK) of #49affc color hex is 0.71, 0.31, 0.00, 0.01. Web safe color of #49affc is #3399ff. Color #49affc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 10101111 | 11111100 |
Octal | 111 | 257 | 374 |
Decimal | 73 | 175 | 252 |
Hex | 49 | AF | FC |
Shades of #49affc
Tints of #49affc
RGB Percentages of Color #49affc
CMYK Percentages of Color #49affc
Complementary Color
#49affc | #fc9649 |
#49affc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49affc Color Preview on White Background
Lorem ipsum dolor sit amet.
#49affc Color CSS Codes
.mybgcolor {background-color:#49affc; } .myforecolor {color:#49affc; } .mybordercolor {border:3px solid #49affc; }
#49affc Text Font Color
<p style="color:#49affc">Text here</p>
This sample text font color is #49affc
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.
#49affc Background Color
<div style="background-color:#49affc">
Div content here</div>
This div background color is #49affc
#49affc Border Color
<div style="border:3px solid #49affc">
Div here</div>
This div border color is #49affc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,175,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49affc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49affc; -webkit-box-shadow: 1px 1px 3px 2px #49affc; box-shadow: 1px 1px 3px 2px #49affc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,175,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49affc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49affc; -webkit-box-shadow: 1px 1px 3px 2px #49affc; box-shadow: 1px 1px 3px 2px #49affc;">
Div content here</div>
This div box has shadow with color #49affc
Comments
No comments written yet.
Please login to write comment.