Color spaces of #699aad
RGB | 105 | 154 | 173 |
---|---|---|---|
HSL | 0.55 | 0.29 | 0.55 |
HSV | 197° | 39° | 68° |
CMYK | 0.39 | 0.11 | 0.00 0.32 |
XYZ | 24.9241 | 29.1316 | 43.8445 |
Yxy | 29.1316 | 0.2546 | 0.2976 |
Hunter Lab | 53.9737 | -12.0258 | -10.3815 |
CIE-Lab | 60.8976 | -11.4205 | -15.1070 |
#699aad color RGB value is (105,154,173).
#699aad hex color red value is 105, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #699aad hue: 0.55 , saturation: 0.29 and the lightness value of 699aad is 0.55.
The process color (four color CMYK) of #699aad color hex is 0.39, 0.11, 0.00, 0.32. Web safe color of #699aad is #669999. Color #699aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 10011010 | 10101101 |
Octal | 151 | 232 | 255 |
Decimal | 105 | 154 | 173 |
Hex | 69 | 9A | AD |
Shades of #699aad
Tints of #699aad
RGB Percentages of Color #699aad
CMYK Percentages of Color #699aad
Complementary Color
#699aad | #ad7c69 |
#699aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#699aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#699aad Color CSS Codes
.mybgcolor {background-color:#699aad; } .myforecolor {color:#699aad; } .mybordercolor {border:3px solid #699aad; }
#699aad Text Font Color
<p style="color:#699aad">Text here</p>
This sample text font color is #699aad
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.
#699aad Background Color
<div style="background-color:#699aad">
Div content here</div>
This div background color is #699aad
#699aad Border Color
<div style="border:3px solid #699aad">
Div here</div>
This div border color is #699aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,154,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #699aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #699aad; -webkit-box-shadow: 1px 1px 3px 2px #699aad; box-shadow: 1px 1px 3px 2px #699aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,154,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 #699aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #699aad; -webkit-box-shadow: 1px 1px 3px 2px #699aad; box-shadow: 1px 1px 3px 2px #699aad;">
Div content here</div>
This div box has shadow with color #699aad
Comments
No comments written yet.
Please login to write comment.