Color spaces of #569ebe
RGB | 86 | 158 | 190 |
---|---|---|---|
HSL | 0.55 | 0.44 | 0.54 |
HSV | 198° | 55° | 75° |
CMYK | 0.55 | 0.17 | 0.00 0.25 |
XYZ | 25.3589 | 30.1499 | 53.1981 |
Yxy | 30.1499 | 0.2333 | 0.2774 |
Hunter Lab | 54.9089 | -13.6530 | -19.0064 |
CIE-Lab | 61.7833 | -13.3881 | -23.4131 |
#569ebe color RGB value is (86,158,190).
#569ebe hex color red value is 86, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #569ebe hue: 0.55 , saturation: 0.44 and the lightness value of 569ebe is 0.54.
The process color (four color CMYK) of #569ebe color hex is 0.55, 0.17, 0.00, 0.25. Web safe color of #569ebe is #6699cc. Color #569ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10011110 | 10111110 |
Octal | 126 | 236 | 276 |
Decimal | 86 | 158 | 190 |
Hex | 56 | 9E | BE |
Shades of #569ebe
Tints of #569ebe
RGB Percentages of Color #569ebe
CMYK Percentages of Color #569ebe
Complementary Color
#569ebe | #be7656 |
#569ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#569ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#569ebe Color CSS Codes
.mybgcolor {background-color:#569ebe; } .myforecolor {color:#569ebe; } .mybordercolor {border:3px solid #569ebe; }
#569ebe Text Font Color
<p style="color:#569ebe">Text here</p>
This sample text font color is #569ebe
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.
#569ebe Background Color
<div style="background-color:#569ebe">
Div content here</div>
This div background color is #569ebe
#569ebe Border Color
<div style="border:3px solid #569ebe">
Div here</div>
This div border color is #569ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,158,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #569ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #569ebe; -webkit-box-shadow: 1px 1px 3px 2px #569ebe; box-shadow: 1px 1px 3px 2px #569ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,158,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #569ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #569ebe; -webkit-box-shadow: 1px 1px 3px 2px #569ebe; box-shadow: 1px 1px 3px 2px #569ebe;">
Div content here</div>
This div box has shadow with color #569ebe
Comments
No comments written yet.
Please login to write comment.