Color spaces of #688bad
RGB | 104 | 139 | 173 |
---|---|---|---|
HSL | 0.58 | 0.30 | 0.54 |
HSV | 210° | 40° | 68° |
CMYK | 0.40 | 0.20 | 0.00 0.32 |
XYZ | 22.4844 | 24.4254 | 43.0647 |
Yxy | 24.4254 | 0.2499 | 0.2715 |
Hunter Lab | 49.4221 | -5.2806 | -17.0678 |
CIE-Lab | 56.5112 | -3.3165 | -21.7889 |
#688bad color RGB value is (104,139,173).
#688bad hex color red value is 104, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #688bad hue: 0.58 , saturation: 0.30 and the lightness value of 688bad is 0.54.
The process color (four color CMYK) of #688bad color hex is 0.40, 0.20, 0.00, 0.32. Web safe color of #688bad is #669999. Color #688bad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10001011 | 10101101 |
Octal | 150 | 213 | 255 |
Decimal | 104 | 139 | 173 |
Hex | 68 | 8B | AD |
Shades of #688bad
Tints of #688bad
RGB Percentages of Color #688bad
CMYK Percentages of Color #688bad
Complementary Color
#688bad | #ad8a68 |
#688bad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#688bad Color Preview on White Background
Lorem ipsum dolor sit amet.
#688bad Color CSS Codes
.mybgcolor {background-color:#688bad; } .myforecolor {color:#688bad; } .mybordercolor {border:3px solid #688bad; }
#688bad Text Font Color
<p style="color:#688bad">Text here</p>
This sample text font color is #688bad
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.
#688bad Background Color
<div style="background-color:#688bad">
Div content here</div>
This div background color is #688bad
#688bad Border Color
<div style="border:3px solid #688bad">
Div here</div>
This div border color is #688bad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,139,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #688bad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #688bad; -webkit-box-shadow: 1px 1px 3px 2px #688bad; box-shadow: 1px 1px 3px 2px #688bad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,139,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #688bad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #688bad; -webkit-box-shadow: 1px 1px 3px 2px #688bad; box-shadow: 1px 1px 3px 2px #688bad;">
Div content here</div>
This div box has shadow with color #688bad
Comments
No comments written yet.
Please login to write comment.