Color spaces of #548fda
RGB | 84 | 143 | 218 |
---|---|---|---|
HSL | 0.59 | 0.64 | 0.59 |
HSV | 214° | 61° | 85° |
CMYK | 0.61 | 0.34 | 0.00 0.15 |
XYZ | 26.1335 | 26.5917 | 70.0850 |
Yxy | 26.5917 | 0.2128 | 0.2165 |
Hunter Lab | 51.5671 | 0.2188 | -44.4842 |
CIE-Lab | 58.5945 | 3.6016 | -44.0727 |
#548fda color RGB value is (84,143,218).
#548fda hex color red value is 84, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #548fda hue: 0.59 , saturation: 0.64 and the lightness value of 548fda is 0.59.
The process color (four color CMYK) of #548fda color hex is 0.61, 0.34, 0.00, 0.15. Web safe color of #548fda is #6699cc. Color #548fda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 10001111 | 11011010 |
Octal | 124 | 217 | 332 |
Decimal | 84 | 143 | 218 |
Hex | 54 | 8F | DA |
Shades of #548fda
Tints of #548fda
RGB Percentages of Color #548fda
CMYK Percentages of Color #548fda
Complementary Color
#548fda | #da9f54 |
#548fda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#548fda Color Preview on White Background
Lorem ipsum dolor sit amet.
#548fda Color CSS Codes
.mybgcolor {background-color:#548fda; } .myforecolor {color:#548fda; } .mybordercolor {border:3px solid #548fda; }
#548fda Text Font Color
<p style="color:#548fda">Text here</p>
This sample text font color is #548fda
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.
#548fda Background Color
<div style="background-color:#548fda">
Div content here</div>
This div background color is #548fda
#548fda Border Color
<div style="border:3px solid #548fda">
Div here</div>
This div border color is #548fda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,143,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #548fda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #548fda; -webkit-box-shadow: 1px 1px 3px 2px #548fda; box-shadow: 1px 1px 3px 2px #548fda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,143,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #548fda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #548fda; -webkit-box-shadow: 1px 1px 3px 2px #548fda; box-shadow: 1px 1px 3px 2px #548fda;">
Div content here</div>
This div box has shadow with color #548fda
Comments
No comments written yet.
Please login to write comment.