Color spaces of #49abbd
RGB | 73 | 171 | 189 |
---|---|---|---|
HSL | 0.53 | 0.47 | 0.51 |
HSV | 189° | 61° | 74° |
CMYK | 0.61 | 0.10 | 0.00 0.26 |
XYZ | 26.4959 | 34.2164 | 53.3521 |
Yxy | 34.2164 | 0.2323 | 0.3000 |
Hunter Lab | 58.4948 | -21.5122 | -13.1311 |
CIE-Lab | 65.1340 | -23.0899 | -17.7880 |
#49abbd color RGB value is (73,171,189).
#49abbd hex color red value is 73, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #49abbd hue: 0.53 , saturation: 0.47 and the lightness value of 49abbd is 0.51.
The process color (four color CMYK) of #49abbd color hex is 0.61, 0.10, 0.00, 0.26. Web safe color of #49abbd is #3399cc. Color #49abbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001001 | 10101011 | 10111101 |
Octal | 111 | 253 | 275 |
Decimal | 73 | 171 | 189 |
Hex | 49 | AB | BD |
Shades of #49abbd
Tints of #49abbd
RGB Percentages of Color #49abbd
CMYK Percentages of Color #49abbd
Complementary Color
#49abbd | #bd5b49 |
#49abbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#49abbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#49abbd Color CSS Codes
.mybgcolor {background-color:#49abbd; } .myforecolor {color:#49abbd; } .mybordercolor {border:3px solid #49abbd; }
#49abbd Text Font Color
<p style="color:#49abbd">Text here</p>
This sample text font color is #49abbd
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.
#49abbd Background Color
<div style="background-color:#49abbd">
Div content here</div>
This div background color is #49abbd
#49abbd Border Color
<div style="border:3px solid #49abbd">
Div here</div>
This div border color is #49abbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(73,171,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #49abbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49abbd; -webkit-box-shadow: 1px 1px 3px 2px #49abbd; box-shadow: 1px 1px 3px 2px #49abbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(73,171,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #49abbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #49abbd; -webkit-box-shadow: 1px 1px 3px 2px #49abbd; box-shadow: 1px 1px 3px 2px #49abbd;">
Div content here</div>
This div box has shadow with color #49abbd
Comments
No comments written yet.
Please login to write comment.