Color spaces of #018bde
RGB | 1 | 139 | 222 |
---|---|---|---|
HSL | 0.56 | 0.99 | 0.44 |
HSV | 203° | 100° | 87° |
CMYK | 1.00 | 0.37 | 0.00 0.13 |
XYZ | 22.4300 | 23.7456 | 72.5084 |
Yxy | 23.7456 | 0.1890 | 0.2001 |
Hunter Lab | 48.7295 | -3.1136 | -54.1116 |
CIE-Lab | 55.8322 | -0.6391 | -50.8031 |
#018bde color RGB value is (1,139,222).
#018bde hex color red value is 1, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #018bde hue: 0.56 , saturation: 0.99 and the lightness value of 018bde is 0.44.
The process color (four color CMYK) of #018bde color hex is 1.00, 0.37, 0.00, 0.13. Web safe color of #018bde is #0099cc. Color #018bde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 10001011 | 11011110 |
Octal | 1 | 213 | 336 |
Decimal | 1 | 139 | 222 |
Hex | 1 | 8B | DE |
Shades of #018bde
Tints of #018bde
RGB Percentages of Color #018bde
CMYK Percentages of Color #018bde
Complementary Color
#018bde | #de5401 |
#018bde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#018bde Color Preview on White Background
Lorem ipsum dolor sit amet.
#018bde Color CSS Codes
.mybgcolor {background-color:#018bde; } .myforecolor {color:#018bde; } .mybordercolor {border:3px solid #018bde; }
#018bde Text Font Color
<p style="color:#018bde">Text here</p>
This sample text font color is #018bde
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.
#018bde Background Color
<div style="background-color:#018bde">
Div content here</div>
This div background color is #018bde
#018bde Border Color
<div style="border:3px solid #018bde">
Div here</div>
This div border color is #018bde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,139,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #018bde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #018bde; -webkit-box-shadow: 1px 1px 3px 2px #018bde; box-shadow: 1px 1px 3px 2px #018bde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,139,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #018bde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #018bde; -webkit-box-shadow: 1px 1px 3px 2px #018bde; box-shadow: 1px 1px 3px 2px #018bde;">
Div content here</div>
This div box has shadow with color #018bde
Comments
No comments written yet.
Please login to write comment.