Color spaces of #449ece
RGB | 68 | 158 | 206 |
---|---|---|---|
HSL | 0.56 | 0.58 | 0.54 |
HSV | 201° | 67° | 81° |
CMYK | 0.67 | 0.23 | 0.00 0.19 |
XYZ | 25.7513 | 30.1389 | 62.8527 |
Yxy | 30.1389 | 0.2169 | 0.2538 |
Hunter Lab | 54.8989 | -12.3445 | -29.4507 |
CIE-Lab | 61.7739 | -11.6955 | -32.4341 |
#449ece color RGB value is (68,158,206).
#449ece hex color red value is 68, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #449ece hue: 0.56 , saturation: 0.58 and the lightness value of 449ece is 0.54.
The process color (four color CMYK) of #449ece color hex is 0.67, 0.23, 0.00, 0.19. Web safe color of #449ece is #3399cc. Color #449ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 10011110 | 11001110 |
Octal | 104 | 236 | 316 |
Decimal | 68 | 158 | 206 |
Hex | 44 | 9E | CE |
Shades of #449ece
Tints of #449ece
RGB Percentages of Color #449ece
CMYK Percentages of Color #449ece
Complementary Color
#449ece | #ce7444 |
#449ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#449ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#449ece Color CSS Codes
.mybgcolor {background-color:#449ece; } .myforecolor {color:#449ece; } .mybordercolor {border:3px solid #449ece; }
#449ece Text Font Color
<p style="color:#449ece">Text here</p>
This sample text font color is #449ece
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.
#449ece Background Color
<div style="background-color:#449ece">
Div content here</div>
This div background color is #449ece
#449ece Border Color
<div style="border:3px solid #449ece">
Div here</div>
This div border color is #449ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,158,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #449ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #449ece; -webkit-box-shadow: 1px 1px 3px 2px #449ece; box-shadow: 1px 1px 3px 2px #449ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,158,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #449ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #449ece; -webkit-box-shadow: 1px 1px 3px 2px #449ece; box-shadow: 1px 1px 3px 2px #449ece;">
Div content here</div>
This div box has shadow with color #449ece
Comments
No comments written yet.
Please login to write comment.