Color spaces of #569dfa
RGB | 86 | 157 | 250 |
---|---|---|---|
HSL | 0.59 | 0.94 | 0.66 |
HSV | 214° | 66° | 98° |
CMYK | 0.66 | 0.37 | 0.00 0.02 |
XYZ | 33.1500 | 32.9945 | 95.0639 |
Yxy | 32.9945 | 0.2056 | 0.2047 |
Hunter Lab | 57.4408 | 2.4937 | -57.9157 |
CIE-Lab | 64.1565 | 6.4513 | -52.9525 |
#569dfa color RGB value is (86,157,250).
#569dfa hex color red value is 86, green value is 157 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #569dfa hue: 0.59 , saturation: 0.94 and the lightness value of 569dfa is 0.66.
The process color (four color CMYK) of #569dfa color hex is 0.66, 0.37, 0.00, 0.02. Web safe color of #569dfa is #6699ff. Color #569dfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10011101 | 11111010 |
Octal | 126 | 235 | 372 |
Decimal | 86 | 157 | 250 |
Hex | 56 | 9D | FA |
Shades of #569dfa
Tints of #569dfa
RGB Percentages of Color #569dfa
CMYK Percentages of Color #569dfa
Complementary Color
#569dfa | #fab356 |
#569dfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#569dfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#569dfa Color CSS Codes
.mybgcolor {background-color:#569dfa; } .myforecolor {color:#569dfa; } .mybordercolor {border:3px solid #569dfa; }
#569dfa Text Font Color
<p style="color:#569dfa">Text here</p>
This sample text font color is #569dfa
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.
#569dfa Background Color
<div style="background-color:#569dfa">
Div content here</div>
This div background color is #569dfa
#569dfa Border Color
<div style="border:3px solid #569dfa">
Div here</div>
This div border color is #569dfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,157,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #569dfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #569dfa; -webkit-box-shadow: 1px 1px 3px 2px #569dfa; box-shadow: 1px 1px 3px 2px #569dfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,157,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #569dfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #569dfa; -webkit-box-shadow: 1px 1px 3px 2px #569dfa; box-shadow: 1px 1px 3px 2px #569dfa;">
Div content here</div>
This div box has shadow with color #569dfa
Comments
No comments written yet.
Please login to write comment.