Color spaces of #569cff
RGB | 86 | 156 | 255 |
---|---|---|---|
HSL | 0.60 | 1.00 | 0.67 |
HSV | 215° | 66° | 100° |
CMYK | 0.66 | 0.39 | 0.00 0.00 |
XYZ | 33.7762 | 32.9754 | 99.1924 |
Yxy | 32.9754 | 0.2035 | 0.1987 |
Hunter Lab | 57.4242 | 4.4991 | -62.2183 |
CIE-Lab | 64.1410 | 8.7203 | -55.7073 |
#569cff color RGB value is (86,156,255).
#569cff hex color red value is 86, green value is 156 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #569cff hue: 0.60 , saturation: 1.00 and the lightness value of 569cff is 0.67.
The process color (four color CMYK) of #569cff color hex is 0.66, 0.39, 0.00, 0.00. Web safe color of #569cff is #6699ff. Color #569cff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10011100 | 11111111 |
Octal | 126 | 234 | 377 |
Decimal | 86 | 156 | 255 |
Hex | 56 | 9C | FF |
Shades of #569cff
Tints of #569cff
RGB Percentages of Color #569cff
CMYK Percentages of Color #569cff
Complementary Color
#569cff | #ffb956 |
#569cff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#569cff Color Preview on White Background
Lorem ipsum dolor sit amet.
#569cff Color CSS Codes
.mybgcolor {background-color:#569cff; } .myforecolor {color:#569cff; } .mybordercolor {border:3px solid #569cff; }
#569cff Text Font Color
<p style="color:#569cff">Text here</p>
This sample text font color is #569cff
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.
#569cff Background Color
<div style="background-color:#569cff">
Div content here</div>
This div background color is #569cff
#569cff Border Color
<div style="border:3px solid #569cff">
Div here</div>
This div border color is #569cff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,156,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #569cff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #569cff; -webkit-box-shadow: 1px 1px 3px 2px #569cff; box-shadow: 1px 1px 3px 2px #569cff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,156,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #569cff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #569cff; -webkit-box-shadow: 1px 1px 3px 2px #569cff; box-shadow: 1px 1px 3px 2px #569cff;">
Div content here</div>
This div box has shadow with color #569cff
Comments
No comments written yet.
Please login to write comment.