Color spaces of #56aced
RGB | 86 | 172 | 237 |
---|---|---|---|
HSL | 0.57 | 0.81 | 0.63 |
HSV | 206° | 64° | 93° |
CMYK | 0.64 | 0.27 | 0.00 0.07 |
XYZ | 33.8763 | 37.5979 | 85.5924 |
Yxy | 37.5979 | 0.2157 | 0.2394 |
Hunter Lab | 61.3171 | -8.6878 | -39.8408 |
CIE-Lab | 67.7232 | -6.3708 | -40.2312 |
#56aced color RGB value is (86,172,237).
#56aced hex color red value is 86, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #56aced hue: 0.57 , saturation: 0.81 and the lightness value of 56aced is 0.63.
The process color (four color CMYK) of #56aced color hex is 0.64, 0.27, 0.00, 0.07. Web safe color of #56aced is #6699ff. Color #56aced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10101100 | 11101101 |
Octal | 126 | 254 | 355 |
Decimal | 86 | 172 | 237 |
Hex | 56 | AC | ED |
Shades of #56aced
Tints of #56aced
RGB Percentages of Color #56aced
CMYK Percentages of Color #56aced
Complementary Color
#56aced | #ed9756 |
#56aced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#56aced Color Preview on White Background
Lorem ipsum dolor sit amet.
#56aced Color CSS Codes
.mybgcolor {background-color:#56aced; } .myforecolor {color:#56aced; } .mybordercolor {border:3px solid #56aced; }
#56aced Text Font Color
<p style="color:#56aced">Text here</p>
This sample text font color is #56aced
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.
#56aced Background Color
<div style="background-color:#56aced">
Div content here</div>
This div background color is #56aced
#56aced Border Color
<div style="border:3px solid #56aced">
Div here</div>
This div border color is #56aced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,172,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #56aced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #56aced; -webkit-box-shadow: 1px 1px 3px 2px #56aced; box-shadow: 1px 1px 3px 2px #56aced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,172,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #56aced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #56aced; -webkit-box-shadow: 1px 1px 3px 2px #56aced; box-shadow: 1px 1px 3px 2px #56aced;">
Div content here</div>
This div box has shadow with color #56aced
Comments
No comments written yet.
Please login to write comment.