Color spaces of #739bab
RGB | 115 | 155 | 171 |
---|---|---|---|
HSL | 0.55 | 0.25 | 0.56 |
HSV | 197° | 33° | 67° |
CMYK | 0.33 | 0.09 | 0.00 0.33 |
XYZ | 26.1423 | 30.0278 | 42.9462 |
Yxy | 30.0278 | 0.2638 | 0.3030 |
Hunter Lab | 54.7976 | -10.7389 | -8.1086 |
CIE-Lab | 61.6782 | -9.6538 | -12.7455 |
#739bab color RGB value is (115,155,171).
#739bab hex color red value is 115, green value is 155 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #739bab hue: 0.55 , saturation: 0.25 and the lightness value of 739bab is 0.56.
The process color (four color CMYK) of #739bab color hex is 0.33, 0.09, 0.00, 0.33. Web safe color of #739bab is #669999. Color #739bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110011 | 10011011 | 10101011 |
Octal | 163 | 233 | 253 |
Decimal | 115 | 155 | 171 |
Hex | 73 | 9B | AB |
Shades of #739bab
Tints of #739bab
RGB Percentages of Color #739bab
CMYK Percentages of Color #739bab
Complementary Color
#739bab | #ab8373 |
#739bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#739bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#739bab Color CSS Codes
.mybgcolor {background-color:#739bab; } .myforecolor {color:#739bab; } .mybordercolor {border:3px solid #739bab; }
#739bab Text Font Color
<p style="color:#739bab">Text here</p>
This sample text font color is #739bab
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.
#739bab Background Color
<div style="background-color:#739bab">
Div content here</div>
This div background color is #739bab
#739bab Border Color
<div style="border:3px solid #739bab">
Div here</div>
This div border color is #739bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(115,155,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #739bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #739bab; -webkit-box-shadow: 1px 1px 3px 2px #739bab; box-shadow: 1px 1px 3px 2px #739bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(115,155,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 #739bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #739bab; -webkit-box-shadow: 1px 1px 3px 2px #739bab; box-shadow: 1px 1px 3px 2px #739bab;">
Div content here</div>
This div box has shadow with color #739bab
Comments
No comments written yet.
Please login to write comment.