Color spaces of #56abbe
RGB | 86 | 171 | 190 |
---|---|---|---|
HSL | 0.53 | 0.44 | 0.54 |
HSV | 191° | 55° | 75° |
CMYK | 0.55 | 0.10 | 0.00 0.25 |
XYZ | 27.6949 | 34.8220 | 53.9768 |
Yxy | 34.8220 | 0.2377 | 0.2989 |
Hunter Lab | 59.0102 | -19.4934 | -12.9256 |
CIE-Lab | 65.6098 | -20.2867 | -17.5805 |
#56abbe color RGB value is (86,171,190).
#56abbe hex color red value is 86, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #56abbe hue: 0.53 , saturation: 0.44 and the lightness value of 56abbe is 0.54.
The process color (four color CMYK) of #56abbe color hex is 0.55, 0.10, 0.00, 0.25. Web safe color of #56abbe is #6699cc. Color #56abbe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10101011 | 10111110 |
Octal | 126 | 253 | 276 |
Decimal | 86 | 171 | 190 |
Hex | 56 | AB | BE |
Shades of #56abbe
Tints of #56abbe
RGB Percentages of Color #56abbe
CMYK Percentages of Color #56abbe
Complementary Color
#56abbe | #be6956 |
#56abbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56abbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#56abbe Color CSS Codes
.mybgcolor {background-color:#56abbe; } .myforecolor {color:#56abbe; } .mybordercolor {border:3px solid #56abbe; }
#56abbe Text Font Color
<p style="color:#56abbe">Text here</p>
This sample text font color is #56abbe
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.
#56abbe Background Color
<div style="background-color:#56abbe">
Div content here</div>
This div background color is #56abbe
#56abbe Border Color
<div style="border:3px solid #56abbe">
Div here</div>
This div border color is #56abbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,171,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56abbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56abbe; -webkit-box-shadow: 1px 1px 3px 2px #56abbe; box-shadow: 1px 1px 3px 2px #56abbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,171,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 #56abbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56abbe; -webkit-box-shadow: 1px 1px 3px 2px #56abbe; box-shadow: 1px 1px 3px 2px #56abbe;">
Div content here</div>
This div box has shadow with color #56abbe
Comments
No comments written yet.
Please login to write comment.