Color spaces of #059fe1
RGB | 5 | 159 | 225 |
---|---|---|---|
HSL | 0.55 | 0.96 | 0.45 |
HSV | 198° | 98° | 88° |
CMYK | 0.98 | 0.29 | 0.00 0.12 |
XYZ | 26.0513 | 30.2648 | 75.7028 |
Yxy | 30.2648 | 0.1973 | 0.2292 |
Hunter Lab | 55.0135 | -11.7459 | -43.0782 |
CIE-Lab | 61.8820 | -10.9101 | -42.9003 |
#059fe1 color RGB value is (5,159,225).
#059fe1 hex color red value is 5, green value is 159 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #059fe1 hue: 0.55 , saturation: 0.96 and the lightness value of 059fe1 is 0.45.
The process color (four color CMYK) of #059fe1 color hex is 0.98, 0.29, 0.00, 0.12. Web safe color of #059fe1 is #0099cc. Color #059fe1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 10011111 | 11100001 |
Octal | 5 | 237 | 341 |
Decimal | 5 | 159 | 225 |
Hex | 5 | 9F | E1 |
Shades of #059fe1
Tints of #059fe1
RGB Percentages of Color #059fe1
CMYK Percentages of Color #059fe1
Complementary Color
#059fe1 | #e14705 |
#059fe1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#059fe1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#059fe1 Color CSS Codes
.mybgcolor {background-color:#059fe1; } .myforecolor {color:#059fe1; } .mybordercolor {border:3px solid #059fe1; }
#059fe1 Text Font Color
<p style="color:#059fe1">Text here</p>
This sample text font color is #059fe1
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.
#059fe1 Background Color
<div style="background-color:#059fe1">
Div content here</div>
This div background color is #059fe1
#059fe1 Border Color
<div style="border:3px solid #059fe1">
Div here</div>
This div border color is #059fe1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,159,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #059fe1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #059fe1; -webkit-box-shadow: 1px 1px 3px 2px #059fe1; box-shadow: 1px 1px 3px 2px #059fe1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,159,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #059fe1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #059fe1; -webkit-box-shadow: 1px 1px 3px 2px #059fe1; box-shadow: 1px 1px 3px 2px #059fe1;">
Div content here</div>
This div box has shadow with color #059fe1
Comments
No comments written yet.
Please login to write comment.