Color spaces of #086bab
RGB | 8 | 107 | 171 |
---|---|---|---|
HSL | 0.57 | 0.91 | 0.35 |
HSV | 204° | 95° | 67° |
CMYK | 0.95 | 0.37 | 0.00 0.33 |
XYZ | 12.7085 | 13.5073 | 40.4654 |
Yxy | 13.5073 | 0.1906 | 0.2026 |
Hunter Lab | 36.7523 | -2.5933 | -39.5535 |
CIE-Lab | 43.5179 | -0.8674 | -41.1760 |
#086bab color RGB value is (8,107,171).
#086bab hex color red value is 8, green value is 107 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #086bab hue: 0.57 , saturation: 0.91 and the lightness value of 086bab is 0.35.
The process color (four color CMYK) of #086bab color hex is 0.95, 0.37, 0.00, 0.33. Web safe color of #086bab is #006699. Color #086bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001000 | 01101011 | 10101011 |
Octal | 10 | 153 | 253 |
Decimal | 8 | 107 | 171 |
Hex | 8 | 6B | AB |
Shades of #086bab
Tints of #086bab
RGB Percentages of Color #086bab
CMYK Percentages of Color #086bab
Complementary Color
#086bab | #ab4808 |
#086bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#086bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#086bab Color CSS Codes
.mybgcolor {background-color:#086bab; } .myforecolor {color:#086bab; } .mybordercolor {border:3px solid #086bab; }
#086bab Text Font Color
<p style="color:#086bab">Text here</p>
This sample text font color is #086bab
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.
#086bab Background Color
<div style="background-color:#086bab">
Div content here</div>
This div background color is #086bab
#086bab Border Color
<div style="border:3px solid #086bab">
Div here</div>
This div border color is #086bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(8,107,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #086bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #086bab; -webkit-box-shadow: 1px 1px 3px 2px #086bab; box-shadow: 1px 1px 3px 2px #086bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(8,107,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #086bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #086bab; -webkit-box-shadow: 1px 1px 3px 2px #086bab; box-shadow: 1px 1px 3px 2px #086bab;">
Div content here</div>
This div box has shadow with color #086bab
Comments
No comments written yet.
Please login to write comment.