Color spaces of #006dac
RGB | 0 | 109 | 172 |
---|---|---|---|
HSL | 0.56 | 1.00 | 0.34 |
HSV | 202° | 100° | 67° |
CMYK | 1.00 | 0.37 | 0.00 0.33 |
XYZ | 12.9150 | 13.9158 | 41.0351 |
Yxy | 13.9158 | 0.1903 | 0.2050 |
Hunter Lab | 37.3039 | -3.4832 | -39.1076 |
CIE-Lab | 44.1119 | -2.0506 | -40.8235 |
#006dac color RGB value is (0,109,172).
#006dac hex color red value is 0, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #006dac hue: 0.56 , saturation: 1.00 and the lightness value of 006dac is 0.34.
The process color (four color CMYK) of #006dac color hex is 1.00, 0.37, 0.00, 0.33. Web safe color of #006dac is #006699. Color #006dac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 01101101 | 10101100 |
Octal | 0 | 155 | 254 |
Decimal | 0 | 109 | 172 |
Hex | 0 | 6D | AC |
Shades of #006dac
Tints of #006dac
RGB Percentages of Color #006dac
CMYK Percentages of Color #006dac
Complementary Color
#006dac | #ac3f00 |
#006dac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#006dac Color Preview on White Background
Lorem ipsum dolor sit amet.
#006dac Color CSS Codes
.mybgcolor {background-color:#006dac; } .myforecolor {color:#006dac; } .mybordercolor {border:3px solid #006dac; }
#006dac Text Font Color
<p style="color:#006dac">Text here</p>
This sample text font color is #006dac
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.
#006dac Background Color
<div style="background-color:#006dac">
Div content here</div>
This div background color is #006dac
#006dac Border Color
<div style="border:3px solid #006dac">
Div here</div>
This div border color is #006dac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,109,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #006dac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #006dac; -webkit-box-shadow: 1px 1px 3px 2px #006dac; box-shadow: 1px 1px 3px 2px #006dac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,109,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 #006dac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #006dac; -webkit-box-shadow: 1px 1px 3px 2px #006dac; box-shadow: 1px 1px 3px 2px #006dac;">
Div content here</div>
This div box has shadow with color #006dac
Comments
No comments written yet.
Please login to write comment.