Color spaces of #568cba
RGB | 86 | 140 | 186 |
---|---|---|---|
HSL | 0.58 | 0.42 | 0.53 |
HSV | 208° | 54° | 73° |
CMYK | 0.54 | 0.25 | 0.00 0.27 |
XYZ | 22.0788 | 24.2798 | 49.9772 |
Yxy | 24.2798 | 0.2292 | 0.2520 |
Hunter Lab | 49.2745 | -6.2486 | -25.6433 |
CIE-Lab | 56.3669 | -4.5649 | -29.5064 |
#568cba color RGB value is (86,140,186).
#568cba hex color red value is 86, green value is 140 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #568cba hue: 0.58 , saturation: 0.42 and the lightness value of 568cba is 0.53.
The process color (four color CMYK) of #568cba color hex is 0.54, 0.25, 0.00, 0.27. Web safe color of #568cba is #6699cc. Color #568cba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10001100 | 10111010 |
Octal | 126 | 214 | 272 |
Decimal | 86 | 140 | 186 |
Hex | 56 | 8C | BA |
Shades of #568cba
Tints of #568cba
RGB Percentages of Color #568cba
CMYK Percentages of Color #568cba
Complementary Color
#568cba | #ba8456 |
#568cba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#568cba Color Preview on White Background
Lorem ipsum dolor sit amet.
#568cba Color CSS Codes
.mybgcolor {background-color:#568cba; } .myforecolor {color:#568cba; } .mybordercolor {border:3px solid #568cba; }
#568cba Text Font Color
<p style="color:#568cba">Text here</p>
This sample text font color is #568cba
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.
#568cba Background Color
<div style="background-color:#568cba">
Div content here</div>
This div background color is #568cba
#568cba Border Color
<div style="border:3px solid #568cba">
Div here</div>
This div border color is #568cba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,140,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #568cba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #568cba; -webkit-box-shadow: 1px 1px 3px 2px #568cba; box-shadow: 1px 1px 3px 2px #568cba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,140,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #568cba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #568cba; -webkit-box-shadow: 1px 1px 3px 2px #568cba; box-shadow: 1px 1px 3px 2px #568cba;">
Div content here</div>
This div box has shadow with color #568cba
Comments
No comments written yet.
Please login to write comment.