Color spaces of #49baed
RGB | 73 | 186 | 237 |
---|---|---|---|
HSL | 0.55 | 0.82 | 0.61 |
HSV | 199° | 69° | 93° |
CMYK | 0.69 | 0.22 | 0.00 0.07 |
XYZ | 35.5926 | 42.6487 | 86.4769 |
Yxy | 42.6487 | 0.2161 | 0.2589 |
Hunter Lab | 65.3060 | -17.0006 | -32.7965 |
CIE-Lab | 71.3159 | -15.9679 | -34.6706 |
#49baed color RGB value is (73,186,237).
#49baed hex color red value is 73, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #49baed hue: 0.55 , saturation: 0.82 and the lightness value of 49baed is 0.61.
The process color (four color CMYK) of #49baed color hex is 0.69, 0.22, 0.00, 0.07. Web safe color of #49baed is #33ccff. Color #49baed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 10111010 | 11101101 |
Octal | 111 | 272 | 355 |
Decimal | 73 | 186 | 237 |
Hex | 49 | BA | ED |
Shades of #49baed
Tints of #49baed
RGB Percentages of Color #49baed
CMYK Percentages of Color #49baed
Complementary Color
#49baed | #ed7c49 |
#49baed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49baed Color Preview on White Background
Lorem ipsum dolor sit amet.
#49baed Color CSS Codes
.mybgcolor {background-color:#49baed; } .myforecolor {color:#49baed; } .mybordercolor {border:3px solid #49baed; }
#49baed Text Font Color
<p style="color:#49baed">Text here</p>
This sample text font color is #49baed
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.
#49baed Background Color
<div style="background-color:#49baed">
Div content here</div>
This div background color is #49baed
#49baed Border Color
<div style="border:3px solid #49baed">
Div here</div>
This div border color is #49baed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,186,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49baed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49baed; -webkit-box-shadow: 1px 1px 3px 2px #49baed; box-shadow: 1px 1px 3px 2px #49baed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,186,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49baed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49baed; -webkit-box-shadow: 1px 1px 3px 2px #49baed; box-shadow: 1px 1px 3px 2px #49baed;">
Div content here</div>
This div box has shadow with color #49baed
Comments
No comments written yet.
Please login to write comment.