Color spaces of #086cbd
RGB | 8 | 108 | 189 |
---|---|---|---|
HSL | 0.57 | 0.92 | 0.39 |
HSV | 207° | 96° | 74° |
CMYK | 0.96 | 0.43 | 0.00 0.26 |
XYZ | 14.6480 | 14.4509 | 50.1614 |
Yxy | 14.4509 | 0.1848 | 0.1823 |
Hunter Lab | 38.0143 | 2.2560 | -51.6254 |
CIE-Lab | 44.8728 | 5.6885 | -49.5131 |
#086cbd color RGB value is (8,108,189).
#086cbd hex color red value is 8, green value is 108 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #086cbd hue: 0.57 , saturation: 0.92 and the lightness value of 086cbd is 0.39.
The process color (four color CMYK) of #086cbd color hex is 0.96, 0.43, 0.00, 0.26. Web safe color of #086cbd is #0066cc. Color #086cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 01101100 | 10111101 |
Octal | 10 | 154 | 275 |
Decimal | 8 | 108 | 189 |
Hex | 8 | 6C | BD |
Shades of #086cbd
Tints of #086cbd
RGB Percentages of Color #086cbd
CMYK Percentages of Color #086cbd
Complementary Color
#086cbd | #bd5908 |
#086cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#086cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#086cbd Color CSS Codes
.mybgcolor {background-color:#086cbd; } .myforecolor {color:#086cbd; } .mybordercolor {border:3px solid #086cbd; }
#086cbd Text Font Color
<p style="color:#086cbd">Text here</p>
This sample text font color is #086cbd
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.
#086cbd Background Color
<div style="background-color:#086cbd">
Div content here</div>
This div background color is #086cbd
#086cbd Border Color
<div style="border:3px solid #086cbd">
Div here</div>
This div border color is #086cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,108,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #086cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #086cbd; -webkit-box-shadow: 1px 1px 3px 2px #086cbd; box-shadow: 1px 1px 3px 2px #086cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,108,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #086cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #086cbd; -webkit-box-shadow: 1px 1px 3px 2px #086cbd; box-shadow: 1px 1px 3px 2px #086cbd;">
Div content here</div>
This div box has shadow with color #086cbd
Comments
No comments written yet.
Please login to write comment.