Color spaces of #449dcb
RGB | 68 | 157 | 203 |
---|---|---|---|
HSL | 0.56 | 0.56 | 0.53 |
HSV | 200° | 67° | 80° |
CMYK | 0.67 | 0.23 | 0.00 0.20 |
XYZ | 25.2204 | 29.6547 | 60.8946 |
Yxy | 29.6547 | 0.2178 | 0.2562 |
Hunter Lab | 54.4561 | -12.6291 | -28.1807 |
CIE-Lab | 61.3551 | -12.1294 | -31.4085 |
#449dcb color RGB value is (68,157,203).
#449dcb hex color red value is 68, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #449dcb hue: 0.56 , saturation: 0.56 and the lightness value of 449dcb is 0.53.
The process color (four color CMYK) of #449dcb color hex is 0.67, 0.23, 0.00, 0.20. Web safe color of #449dcb is #3399cc. Color #449dcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 10011101 | 11001011 |
Octal | 104 | 235 | 313 |
Decimal | 68 | 157 | 203 |
Hex | 44 | 9D | CB |
Shades of #449dcb
Tints of #449dcb
RGB Percentages of Color #449dcb
CMYK Percentages of Color #449dcb
Complementary Color
#449dcb | #cb7244 |
#449dcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#449dcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#449dcb Color CSS Codes
.mybgcolor {background-color:#449dcb; } .myforecolor {color:#449dcb; } .mybordercolor {border:3px solid #449dcb; }
#449dcb Text Font Color
<p style="color:#449dcb">Text here</p>
This sample text font color is #449dcb
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.
#449dcb Background Color
<div style="background-color:#449dcb">
Div content here</div>
This div background color is #449dcb
#449dcb Border Color
<div style="border:3px solid #449dcb">
Div here</div>
This div border color is #449dcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,157,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #449dcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #449dcb; -webkit-box-shadow: 1px 1px 3px 2px #449dcb; box-shadow: 1px 1px 3px 2px #449dcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,157,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 #449dcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #449dcb; -webkit-box-shadow: 1px 1px 3px 2px #449dcb; box-shadow: 1px 1px 3px 2px #449dcb;">
Div content here</div>
This div box has shadow with color #449dcb
Comments
No comments written yet.
Please login to write comment.