Color spaces of #689fac
RGB | 104 | 159 | 172 |
---|---|---|---|
HSL | 0.53 | 0.29 | 0.54 |
HSV | 191° | 40° | 67° |
CMYK | 0.40 | 0.08 | 0.00 0.33 |
XYZ | 25.5535 | 30.7179 | 43.6121 |
Yxy | 30.7179 | 0.2558 | 0.3075 |
Hunter Lab | 55.4237 | -14.6929 | -7.8578 |
CIE-Lab | 62.2688 | -14.6592 | -12.4815 |
#689fac color RGB value is (104,159,172).
#689fac hex color red value is 104, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #689fac hue: 0.53 , saturation: 0.29 and the lightness value of 689fac is 0.54.
The process color (four color CMYK) of #689fac color hex is 0.40, 0.08, 0.00, 0.33. Web safe color of #689fac is #669999. Color #689fac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10011111 | 10101100 |
Octal | 150 | 237 | 254 |
Decimal | 104 | 159 | 172 |
Hex | 68 | 9F | AC |
Shades of #689fac
Tints of #689fac
RGB Percentages of Color #689fac
CMYK Percentages of Color #689fac
Complementary Color
#689fac | #ac7568 |
#689fac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#689fac Color Preview on White Background
Lorem ipsum dolor sit amet.
#689fac Color CSS Codes
.mybgcolor {background-color:#689fac; } .myforecolor {color:#689fac; } .mybordercolor {border:3px solid #689fac; }
#689fac Text Font Color
<p style="color:#689fac">Text here</p>
This sample text font color is #689fac
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.
#689fac Background Color
<div style="background-color:#689fac">
Div content here</div>
This div background color is #689fac
#689fac Border Color
<div style="border:3px solid #689fac">
Div here</div>
This div border color is #689fac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,159,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #689fac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #689fac; -webkit-box-shadow: 1px 1px 3px 2px #689fac; box-shadow: 1px 1px 3px 2px #689fac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,159,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 #689fac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #689fac; -webkit-box-shadow: 1px 1px 3px 2px #689fac; box-shadow: 1px 1px 3px 2px #689fac;">
Div content here</div>
This div box has shadow with color #689fac
Comments
No comments written yet.
Please login to write comment.