Color spaces of #56abca
RGB | 86 | 171 | 202 |
---|---|---|---|
HSL | 0.54 | 0.52 | 0.56 |
HSV | 196° | 57° | 79° |
CMYK | 0.57 | 0.15 | 0.00 0.21 |
XYZ | 29.0613 | 35.3685 | 61.1722 |
Yxy | 35.3685 | 0.2314 | 0.2816 |
Hunter Lab | 59.4714 | -16.8492 | -19.3556 |
CIE-Lab | 66.0346 | -16.7532 | -23.5905 |
#56abca color RGB value is (86,171,202).
#56abca hex color red value is 86, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #56abca hue: 0.54 , saturation: 0.52 and the lightness value of 56abca is 0.56.
The process color (four color CMYK) of #56abca color hex is 0.57, 0.15, 0.00, 0.21. Web safe color of #56abca is #6699cc. Color #56abca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10101011 | 11001010 |
Octal | 126 | 253 | 312 |
Decimal | 86 | 171 | 202 |
Hex | 56 | AB | CA |
Shades of #56abca
Tints of #56abca
RGB Percentages of Color #56abca
CMYK Percentages of Color #56abca
Complementary Color
#56abca | #ca7556 |
#56abca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56abca Color Preview on White Background
Lorem ipsum dolor sit amet.
#56abca Color CSS Codes
.mybgcolor {background-color:#56abca; } .myforecolor {color:#56abca; } .mybordercolor {border:3px solid #56abca; }
#56abca Text Font Color
<p style="color:#56abca">Text here</p>
This sample text font color is #56abca
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.
#56abca Background Color
<div style="background-color:#56abca">
Div content here</div>
This div background color is #56abca
#56abca Border Color
<div style="border:3px solid #56abca">
Div here</div>
This div border color is #56abca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,171,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56abca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56abca; -webkit-box-shadow: 1px 1px 3px 2px #56abca; box-shadow: 1px 1px 3px 2px #56abca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,171,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56abca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56abca; -webkit-box-shadow: 1px 1px 3px 2px #56abca; box-shadow: 1px 1px 3px 2px #56abca;">
Div content here</div>
This div box has shadow with color #56abca
Comments
No comments written yet.
Please login to write comment.