Color spaces of #050ebc
RGB | 5 | 14 | 188 |
---|---|---|---|
HSL | 0.66 | 0.95 | 0.38 |
HSV | 237° | 97° | 74° |
CMYK | 0.97 | 0.93 | 0.00 0.26 |
XYZ | 9.2967 | 3.9772 | 47.8546 |
Yxy | 3.9772 | 0.1521 | 0.0651 |
Hunter Lab | 19.9429 | 48.3104 | -128.3110 |
CIE-Lab | 23.5959 | 59.7019 | -83.7922 |
#050ebc color RGB value is (5,14,188).
#050ebc hex color red value is 5, green value is 14 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #050ebc hue: 0.66 , saturation: 0.95 and the lightness value of 050ebc is 0.38.
The process color (four color CMYK) of #050ebc color hex is 0.97, 0.93, 0.00, 0.26. Web safe color of #050ebc is #0000cc. Color #050ebc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 00001110 | 10111100 |
Octal | 5 | 16 | 274 |
Decimal | 5 | 14 | 188 |
Hex | 5 | E | BC |
Shades of #050ebc
Tints of #050ebc
RGB Percentages of Color #050ebc
CMYK Percentages of Color #050ebc
Complementary Color
#050ebc | #bcb305 |
#050ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#050ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#050ebc Color CSS Codes
.mybgcolor {background-color:#050ebc; } .myforecolor {color:#050ebc; } .mybordercolor {border:3px solid #050ebc; }
#050ebc Text Font Color
<p style="color:#050ebc">Text here</p>
This sample text font color is #050ebc
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.
#050ebc Background Color
<div style="background-color:#050ebc">
Div content here</div>
This div background color is #050ebc
#050ebc Border Color
<div style="border:3px solid #050ebc">
Div here</div>
This div border color is #050ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,14,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #050ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #050ebc; -webkit-box-shadow: 1px 1px 3px 2px #050ebc; box-shadow: 1px 1px 3px 2px #050ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,14,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #050ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #050ebc; -webkit-box-shadow: 1px 1px 3px 2px #050ebc; box-shadow: 1px 1px 3px 2px #050ebc;">
Div content here</div>
This div box has shadow with color #050ebc
Comments
No comments written yet.
Please login to write comment.