Color spaces of #739aaa
RGB | 115 | 154 | 170 |
---|---|---|---|
HSL | 0.55 | 0.24 | 0.56 |
HSV | 197° | 32° | 67° |
CMYK | 0.32 | 0.09 | 0.00 0.33 |
XYZ | 25.8815 | 29.6583 | 42.3907 |
Yxy | 29.6583 | 0.2643 | 0.3029 |
Hunter Lab | 54.4594 | -10.4730 | -8.0292 |
CIE-Lab | 61.3583 | -9.3597 | -12.6620 |
#739aaa color RGB value is (115,154,170).
#739aaa hex color red value is 115, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #739aaa hue: 0.55 , saturation: 0.24 and the lightness value of 739aaa is 0.56.
The process color (four color CMYK) of #739aaa color hex is 0.32, 0.09, 0.00, 0.33. Web safe color of #739aaa is #669999. Color #739aaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10011010 | 10101010 |
Octal | 163 | 232 | 252 |
Decimal | 115 | 154 | 170 |
Hex | 73 | 9A | AA |
Shades of #739aaa
Tints of #739aaa
RGB Percentages of Color #739aaa
CMYK Percentages of Color #739aaa
Complementary Color
#739aaa | #aa8373 |
#739aaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#739aaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#739aaa Color CSS Codes
.mybgcolor {background-color:#739aaa; } .myforecolor {color:#739aaa; } .mybordercolor {border:3px solid #739aaa; }
#739aaa Text Font Color
<p style="color:#739aaa">Text here</p>
This sample text font color is #739aaa
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.
#739aaa Background Color
<div style="background-color:#739aaa">
Div content here</div>
This div background color is #739aaa
#739aaa Border Color
<div style="border:3px solid #739aaa">
Div here</div>
This div border color is #739aaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,154,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #739aaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #739aaa; -webkit-box-shadow: 1px 1px 3px 2px #739aaa; box-shadow: 1px 1px 3px 2px #739aaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,154,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #739aaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #739aaa; -webkit-box-shadow: 1px 1px 3px 2px #739aaa; box-shadow: 1px 1px 3px 2px #739aaa;">
Div content here</div>
This div box has shadow with color #739aaa
Comments
No comments written yet.
Please login to write comment.