Color spaces of #068dac
RGB | 6 | 141 | 172 |
---|---|---|---|
HSL | 0.53 | 0.93 | 0.35 |
HSV | 191° | 97° | 67° |
CMYK | 0.97 | 0.18 | 0.00 0.33 |
XYZ | 17.0464 | 22.0670 | 42.3906 |
Yxy | 22.0670 | 0.2091 | 0.2707 |
Hunter Lab | 46.9755 | -17.4334 | -20.6203 |
CIE-Lab | 54.0980 | -20.1776 | -25.1796 |
#068dac color RGB value is (6,141,172).
#068dac hex color red value is 6, green value is 141 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #068dac hue: 0.53 , saturation: 0.93 and the lightness value of 068dac is 0.35.
The process color (four color CMYK) of #068dac color hex is 0.97, 0.18, 0.00, 0.33. Web safe color of #068dac is #009999. Color #068dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 10001101 | 10101100 |
Octal | 6 | 215 | 254 |
Decimal | 6 | 141 | 172 |
Hex | 6 | 8D | AC |
Shades of #068dac
Tints of #068dac
RGB Percentages of Color #068dac
CMYK Percentages of Color #068dac
Complementary Color
#068dac | #ac2506 |
#068dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#068dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#068dac Color CSS Codes
.mybgcolor {background-color:#068dac; } .myforecolor {color:#068dac; } .mybordercolor {border:3px solid #068dac; }
#068dac Text Font Color
<p style="color:#068dac">Text here</p>
This sample text font color is #068dac
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.
#068dac Background Color
<div style="background-color:#068dac">
Div content here</div>
This div background color is #068dac
#068dac Border Color
<div style="border:3px solid #068dac">
Div here</div>
This div border color is #068dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,141,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #068dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #068dac; -webkit-box-shadow: 1px 1px 3px 2px #068dac; box-shadow: 1px 1px 3px 2px #068dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,141,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #068dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #068dac; -webkit-box-shadow: 1px 1px 3px 2px #068dac; box-shadow: 1px 1px 3px 2px #068dac;">
Div content here</div>
This div box has shadow with color #068dac
Comments
No comments written yet.
Please login to write comment.