Color spaces of #709fdd
RGB | 112 | 159 | 221 |
---|---|---|---|
HSL | 0.59 | 0.62 | 0.65 |
HSV | 214° | 49° | 87° |
CMYK | 0.49 | 0.28 | 0.00 0.13 |
XYZ | 32.1314 | 33.4615 | 73.1718 |
Yxy | 33.4615 | 0.2316 | 0.2411 |
Hunter Lab | 57.8459 | -2.0798 | -34.5063 |
CIE-Lab | 64.5329 | 1.1865 | -36.3329 |
#709fdd color RGB value is (112,159,221).
#709fdd hex color red value is 112, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #709fdd hue: 0.59 , saturation: 0.62 and the lightness value of 709fdd is 0.65.
The process color (four color CMYK) of #709fdd color hex is 0.49, 0.28, 0.00, 0.13. Web safe color of #709fdd is #6699cc. Color #709fdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110000 | 10011111 | 11011101 |
Octal | 160 | 237 | 335 |
Decimal | 112 | 159 | 221 |
Hex | 70 | 9F | DD |
Shades of #709fdd
Tints of #709fdd
RGB Percentages of Color #709fdd
CMYK Percentages of Color #709fdd
Complementary Color
#709fdd | #ddae70 |
#709fdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#709fdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#709fdd Color CSS Codes
.mybgcolor {background-color:#709fdd; } .myforecolor {color:#709fdd; } .mybordercolor {border:3px solid #709fdd; }
#709fdd Text Font Color
<p style="color:#709fdd">Text here</p>
This sample text font color is #709fdd
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.
#709fdd Background Color
<div style="background-color:#709fdd">
Div content here</div>
This div background color is #709fdd
#709fdd Border Color
<div style="border:3px solid #709fdd">
Div here</div>
This div border color is #709fdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(112,159,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #709fdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #709fdd; -webkit-box-shadow: 1px 1px 3px 2px #709fdd; box-shadow: 1px 1px 3px 2px #709fdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(112,159,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #709fdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #709fdd; -webkit-box-shadow: 1px 1px 3px 2px #709fdd; box-shadow: 1px 1px 3px 2px #709fdd;">
Div content here</div>
This div box has shadow with color #709fdd
Comments
No comments written yet.
Please login to write comment.