Color spaces of #56cbeb
RGB | 86 | 203 | 235 |
---|---|---|---|
HSL | 0.54 | 0.79 | 0.63 |
HSV | 193° | 63° | 92° |
CMYK | 0.63 | 0.14 | 0.00 0.08 |
XYZ | 40.1891 | 50.6885 | 86.2629 |
Yxy | 50.6885 | 0.2269 | 0.2861 |
Hunter Lab | 71.1959 | -23.8319 | -22.0003 |
CIE-Lab | 76.4899 | -23.3796 | -25.5969 |
#56cbeb color RGB value is (86,203,235).
#56cbeb hex color red value is 86, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #56cbeb hue: 0.54 , saturation: 0.79 and the lightness value of 56cbeb is 0.63.
The process color (four color CMYK) of #56cbeb color hex is 0.63, 0.14, 0.00, 0.08. Web safe color of #56cbeb is #66ccff. Color #56cbeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 11001011 | 11101011 |
Octal | 126 | 313 | 353 |
Decimal | 86 | 203 | 235 |
Hex | 56 | CB | EB |
Shades of #56cbeb
Tints of #56cbeb
RGB Percentages of Color #56cbeb
CMYK Percentages of Color #56cbeb
Complementary Color
#56cbeb | #eb7656 |
#56cbeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56cbeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#56cbeb Color CSS Codes
.mybgcolor {background-color:#56cbeb; } .myforecolor {color:#56cbeb; } .mybordercolor {border:3px solid #56cbeb; }
#56cbeb Text Font Color
<p style="color:#56cbeb">Text here</p>
This sample text font color is #56cbeb
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.
#56cbeb Background Color
<div style="background-color:#56cbeb">
Div content here</div>
This div background color is #56cbeb
#56cbeb Border Color
<div style="border:3px solid #56cbeb">
Div here</div>
This div border color is #56cbeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,203,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56cbeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56cbeb; -webkit-box-shadow: 1px 1px 3px 2px #56cbeb; box-shadow: 1px 1px 3px 2px #56cbeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,203,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56cbeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56cbeb; -webkit-box-shadow: 1px 1px 3px 2px #56cbeb; box-shadow: 1px 1px 3px 2px #56cbeb;">
Div content here</div>
This div box has shadow with color #56cbeb
Comments
No comments written yet.
Please login to write comment.