Color spaces of #49acdc
RGB | 73 | 172 | 220 |
---|---|---|---|
HSL | 0.55 | 0.68 | 0.57 |
HSV | 200° | 67° | 86° |
CMYK | 0.67 | 0.22 | 0.00 0.14 |
XYZ | 30.4184 | 36.0888 | 73.0728 |
Yxy | 36.0888 | 0.2179 | 0.2586 |
Hunter Lab | 60.0740 | -14.7461 | -30.0674 |
CIE-Lab | 66.5877 | -13.9738 | -32.7110 |
#49acdc color RGB value is (73,172,220).
#49acdc hex color red value is 73, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #49acdc hue: 0.55 , saturation: 0.68 and the lightness value of 49acdc is 0.57.
The process color (four color CMYK) of #49acdc color hex is 0.67, 0.22, 0.00, 0.14. Web safe color of #49acdc is #3399cc. Color #49acdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 10101100 | 11011100 |
Octal | 111 | 254 | 334 |
Decimal | 73 | 172 | 220 |
Hex | 49 | AC | DC |
Shades of #49acdc
Tints of #49acdc
RGB Percentages of Color #49acdc
CMYK Percentages of Color #49acdc
Complementary Color
#49acdc | #dc7949 |
#49acdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49acdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#49acdc Color CSS Codes
.mybgcolor {background-color:#49acdc; } .myforecolor {color:#49acdc; } .mybordercolor {border:3px solid #49acdc; }
#49acdc Text Font Color
<p style="color:#49acdc">Text here</p>
This sample text font color is #49acdc
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.
#49acdc Background Color
<div style="background-color:#49acdc">
Div content here</div>
This div background color is #49acdc
#49acdc Border Color
<div style="border:3px solid #49acdc">
Div here</div>
This div border color is #49acdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,172,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49acdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49acdc; -webkit-box-shadow: 1px 1px 3px 2px #49acdc; box-shadow: 1px 1px 3px 2px #49acdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,172,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49acdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49acdc; -webkit-box-shadow: 1px 1px 3px 2px #49acdc; box-shadow: 1px 1px 3px 2px #49acdc;">
Div content here</div>
This div box has shadow with color #49acdc
Comments
No comments written yet.
Please login to write comment.