Color spaces of #548fcd
RGB | 84 | 143 | 205 |
---|---|---|---|
HSL | 0.59 | 0.55 | 0.57 |
HSV | 211° | 59° | 80° |
CMYK | 0.59 | 0.30 | 0.00 0.20 |
XYZ | 24.4981 | 25.9375 | 61.4729 |
Yxy | 25.9375 | 0.2189 | 0.2318 |
Hunter Lab | 50.9289 | -3.2624 | -35.9149 |
CIE-Lab | 57.9777 | -0.6685 | -37.7517 |
#548fcd color RGB value is (84,143,205).
#548fcd hex color red value is 84, green value is 143 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #548fcd hue: 0.59 , saturation: 0.55 and the lightness value of 548fcd is 0.57.
The process color (four color CMYK) of #548fcd color hex is 0.59, 0.30, 0.00, 0.20. Web safe color of #548fcd is #6699cc. Color #548fcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 10001111 | 11001101 |
Octal | 124 | 217 | 315 |
Decimal | 84 | 143 | 205 |
Hex | 54 | 8F | CD |
Shades of #548fcd
Tints of #548fcd
RGB Percentages of Color #548fcd
CMYK Percentages of Color #548fcd
Complementary Color
#548fcd | #cd9254 |
#548fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#548fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#548fcd Color CSS Codes
.mybgcolor {background-color:#548fcd; } .myforecolor {color:#548fcd; } .mybordercolor {border:3px solid #548fcd; }
#548fcd Text Font Color
<p style="color:#548fcd">Text here</p>
This sample text font color is #548fcd
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.
#548fcd Background Color
<div style="background-color:#548fcd">
Div content here</div>
This div background color is #548fcd
#548fcd Border Color
<div style="border:3px solid #548fcd">
Div here</div>
This div border color is #548fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,143,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #548fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #548fcd; -webkit-box-shadow: 1px 1px 3px 2px #548fcd; box-shadow: 1px 1px 3px 2px #548fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,143,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #548fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #548fcd; -webkit-box-shadow: 1px 1px 3px 2px #548fcd; box-shadow: 1px 1px 3px 2px #548fcd;">
Div content here</div>
This div box has shadow with color #548fcd
Comments
No comments written yet.
Please login to write comment.