Color spaces of #55dafc
RGB | 85 | 218 | 252 |
---|---|---|---|
HSL | 0.53 | 0.97 | 0.66 |
HSV | 192° | 66° | 99° |
CMYK | 0.66 | 0.13 | 0.00 0.01 |
XYZ | 46.3884 | 59.1024 | 101.0584 |
Yxy | 59.1024 | 0.2246 | 0.2861 |
Hunter Lab | 76.8781 | -26.8294 | -24.1237 |
CIE-Lab | 81.3478 | -25.9376 | -27.2485 |
#55dafc color RGB value is (85,218,252).
#55dafc hex color red value is 85, green value is 218 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #55dafc hue: 0.53 , saturation: 0.97 and the lightness value of 55dafc is 0.66.
The process color (four color CMYK) of #55dafc color hex is 0.66, 0.13, 0.00, 0.01. Web safe color of #55dafc is #66ccff. Color #55dafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 11011010 | 11111100 |
Octal | 125 | 332 | 374 |
Decimal | 85 | 218 | 252 |
Hex | 55 | DA | FC |
Shades of #55dafc
Tints of #55dafc
RGB Percentages of Color #55dafc
CMYK Percentages of Color #55dafc
Complementary Color
#55dafc | #fc7755 |
#55dafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#55dafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#55dafc Color CSS Codes
.mybgcolor {background-color:#55dafc; } .myforecolor {color:#55dafc; } .mybordercolor {border:3px solid #55dafc; }
#55dafc Text Font Color
<p style="color:#55dafc">Text here</p>
This sample text font color is #55dafc
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.
#55dafc Background Color
<div style="background-color:#55dafc">
Div content here</div>
This div background color is #55dafc
#55dafc Border Color
<div style="border:3px solid #55dafc">
Div here</div>
This div border color is #55dafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,218,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #55dafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #55dafc; -webkit-box-shadow: 1px 1px 3px 2px #55dafc; box-shadow: 1px 1px 3px 2px #55dafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,218,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #55dafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #55dafc; -webkit-box-shadow: 1px 1px 3px 2px #55dafc; box-shadow: 1px 1px 3px 2px #55dafc;">
Div content here</div>
This div box has shadow with color #55dafc
Comments
No comments written yet.
Please login to write comment.