Color spaces of #014edc
RGB | 1 | 78 | 220 |
---|---|---|---|
HSL | 0.61 | 0.99 | 0.43 |
HSV | 219° | 100° | 86° |
CMYK | 1.00 | 0.65 | 0.00 0.14 |
XYZ | 15.6552 | 10.6225 | 68.9354 |
Yxy | 10.6225 | 0.1644 | 0.1116 |
Hunter Lab | 32.5922 | 28.7037 | -102.5892 |
CIE-Lab | 38.9372 | 37.2811 | -77.0150 |
#014edc color RGB value is (1,78,220).
#014edc hex color red value is 1, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #014edc hue: 0.61 , saturation: 0.99 and the lightness value of 014edc is 0.43.
The process color (four color CMYK) of #014edc color hex is 1.00, 0.65, 0.00, 0.14. Web safe color of #014edc is #0066cc. Color #014edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 01001110 | 11011100 |
Octal | 1 | 116 | 334 |
Decimal | 1 | 78 | 220 |
Hex | 1 | 4E | DC |
Shades of #014edc
Tints of #014edc
RGB Percentages of Color #014edc
CMYK Percentages of Color #014edc
Complementary Color
#014edc | #dc8f01 |
#014edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#014edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#014edc Color CSS Codes
.mybgcolor {background-color:#014edc; } .myforecolor {color:#014edc; } .mybordercolor {border:3px solid #014edc; }
#014edc Text Font Color
<p style="color:#014edc">Text here</p>
This sample text font color is #014edc
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.
#014edc Background Color
<div style="background-color:#014edc">
Div content here</div>
This div background color is #014edc
#014edc Border Color
<div style="border:3px solid #014edc">
Div here</div>
This div border color is #014edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,78,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #014edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #014edc; -webkit-box-shadow: 1px 1px 3px 2px #014edc; box-shadow: 1px 1px 3px 2px #014edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,78,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #014edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #014edc; -webkit-box-shadow: 1px 1px 3px 2px #014edc; box-shadow: 1px 1px 3px 2px #014edc;">
Div content here</div>
This div box has shadow with color #014edc
Comments
No comments written yet.
Please login to write comment.