Color spaces of #058ccf
RGB | 5 | 140 | 207 |
---|---|---|---|
HSL | 0.56 | 0.95 | 0.42 |
HSV | 200° | 98° | 81° |
CMYK | 0.98 | 0.32 | 0.00 0.19 |
XYZ | 20.7032 | 23.2934 | 62.4364 |
Yxy | 23.2934 | 0.1945 | 0.2189 |
Hunter Lab | 48.2632 | -7.8906 | -42.9171 |
CIE-Lab | 55.3733 | -6.8029 | -43.1011 |
#058ccf color RGB value is (5,140,207).
#058ccf hex color red value is 5, green value is 140 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #058ccf hue: 0.56 , saturation: 0.95 and the lightness value of 058ccf is 0.42.
The process color (four color CMYK) of #058ccf color hex is 0.98, 0.32, 0.00, 0.19. Web safe color of #058ccf is #0099cc. Color #058ccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000101 | 10001100 | 11001111 |
Octal | 5 | 214 | 317 |
Decimal | 5 | 140 | 207 |
Hex | 5 | 8C | CF |
Shades of #058ccf
Tints of #058ccf
RGB Percentages of Color #058ccf
CMYK Percentages of Color #058ccf
Complementary Color
#058ccf | #cf4805 |
#058ccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#058ccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#058ccf Color CSS Codes
.mybgcolor {background-color:#058ccf; } .myforecolor {color:#058ccf; } .mybordercolor {border:3px solid #058ccf; }
#058ccf Text Font Color
<p style="color:#058ccf">Text here</p>
This sample text font color is #058ccf
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.
#058ccf Background Color
<div style="background-color:#058ccf">
Div content here</div>
This div background color is #058ccf
#058ccf Border Color
<div style="border:3px solid #058ccf">
Div here</div>
This div border color is #058ccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(5,140,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #058ccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #058ccf; -webkit-box-shadow: 1px 1px 3px 2px #058ccf; box-shadow: 1px 1px 3px 2px #058ccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,140,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #058ccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #058ccf; -webkit-box-shadow: 1px 1px 3px 2px #058ccf; box-shadow: 1px 1px 3px 2px #058ccf;">
Div content here</div>
This div box has shadow with color #058ccf
Comments
No comments written yet.
Please login to write comment.