Color spaces of #246aac
RGB | 36 | 106 | 172 |
---|---|---|---|
HSL | 0.58 | 0.65 | 0.41 |
HSV | 209° | 79° | 67° |
CMYK | 0.79 | 0.38 | 0.00 0.33 |
XYZ | 13.3280 | 13.6617 | 40.9642 |
Yxy | 13.6617 | 0.1961 | 0.2010 |
Hunter Lab | 36.9617 | -0.3179 | -39.8371 |
CIE-Lab | 43.7438 | 2.2475 | -41.3749 |
#246aac color RGB value is (36,106,172).
#246aac hex color red value is 36, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #246aac hue: 0.58 , saturation: 0.65 and the lightness value of 246aac is 0.41.
The process color (four color CMYK) of #246aac color hex is 0.79, 0.38, 0.00, 0.33. Web safe color of #246aac is #336699. Color #246aac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 01101010 | 10101100 |
Octal | 44 | 152 | 254 |
Decimal | 36 | 106 | 172 |
Hex | 24 | 6A | AC |
Shades of #246aac
Tints of #246aac
RGB Percentages of Color #246aac
CMYK Percentages of Color #246aac
Complementary Color
#246aac | #ac6624 |
#246aac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#246aac Color Preview on White Background
Lorem ipsum dolor sit amet.
#246aac Color CSS Codes
.mybgcolor {background-color:#246aac; } .myforecolor {color:#246aac; } .mybordercolor {border:3px solid #246aac; }
#246aac Text Font Color
<p style="color:#246aac">Text here</p>
This sample text font color is #246aac
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.
#246aac Background Color
<div style="background-color:#246aac">
Div content here</div>
This div background color is #246aac
#246aac Border Color
<div style="border:3px solid #246aac">
Div here</div>
This div border color is #246aac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,106,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #246aac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #246aac; -webkit-box-shadow: 1px 1px 3px 2px #246aac; box-shadow: 1px 1px 3px 2px #246aac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,106,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 #246aac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #246aac; -webkit-box-shadow: 1px 1px 3px 2px #246aac; box-shadow: 1px 1px 3px 2px #246aac;">
Div content here</div>
This div box has shadow with color #246aac
Comments
No comments written yet.
Please login to write comment.