Color spaces of #449afe
RGB | 68 | 154 | 254 |
---|---|---|---|
HSL | 0.59 | 0.99 | 0.63 |
HSV | 212° | 73° | 100° |
CMYK | 0.73 | 0.39 | 0.00 0.00 |
XYZ | 31.8289 | 31.4959 | 98.1677 |
Yxy | 31.4959 | 0.1971 | 0.1950 |
Hunter Lab | 56.1212 | 3.0234 | -64.4257 |
CIE-Lab | 62.9240 | 7.0246 | -57.1355 |
#449afe color RGB value is (68,154,254).
#449afe hex color red value is 68, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #449afe hue: 0.59 , saturation: 0.99 and the lightness value of 449afe is 0.63.
The process color (four color CMYK) of #449afe color hex is 0.73, 0.39, 0.00, 0.00. Web safe color of #449afe is #3399ff. Color #449afe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000100 | 10011010 | 11111110 |
Octal | 104 | 232 | 376 |
Decimal | 68 | 154 | 254 |
Hex | 44 | 9A | FE |
Shades of #449afe
Tints of #449afe
RGB Percentages of Color #449afe
CMYK Percentages of Color #449afe
Complementary Color
#449afe | #fea844 |
#449afe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#449afe Color Preview on White Background
Lorem ipsum dolor sit amet.
#449afe Color CSS Codes
.mybgcolor {background-color:#449afe; } .myforecolor {color:#449afe; } .mybordercolor {border:3px solid #449afe; }
#449afe Text Font Color
<p style="color:#449afe">Text here</p>
This sample text font color is #449afe
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.
#449afe Background Color
<div style="background-color:#449afe">
Div content here</div>
This div background color is #449afe
#449afe Border Color
<div style="border:3px solid #449afe">
Div here</div>
This div border color is #449afe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(68,154,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #449afe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #449afe; -webkit-box-shadow: 1px 1px 3px 2px #449afe; box-shadow: 1px 1px 3px 2px #449afe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(68,154,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #449afe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #449afe; -webkit-box-shadow: 1px 1px 3px 2px #449afe; box-shadow: 1px 1px 3px 2px #449afe;">
Div content here</div>
This div box has shadow with color #449afe
Comments
No comments written yet.
Please login to write comment.