Color spaces of #518ccd
RGB | 81 | 140 | 205 |
---|---|---|---|
HSL | 0.59 | 0.55 | 0.56 |
HSV | 211° | 60° | 80° |
CMYK | 0.60 | 0.32 | 0.00 0.20 |
XYZ | 23.7909 | 24.9133 | 61.3124 |
Yxy | 24.9133 | 0.2162 | 0.2265 |
Hunter Lab | 49.9132 | -2.2670 | -37.8914 |
CIE-Lab | 56.9908 | 0.4933 | -39.3091 |
#518ccd color RGB value is (81,140,205).
#518ccd hex color red value is 81, green value is 140 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #518ccd hue: 0.59 , saturation: 0.55 and the lightness value of 518ccd is 0.56.
The process color (four color CMYK) of #518ccd color hex is 0.60, 0.32, 0.00, 0.20. Web safe color of #518ccd is #6699cc. Color #518ccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010001 | 10001100 | 11001101 |
Octal | 121 | 214 | 315 |
Decimal | 81 | 140 | 205 |
Hex | 51 | 8C | CD |
Shades of #518ccd
Tints of #518ccd
RGB Percentages of Color #518ccd
CMYK Percentages of Color #518ccd
Complementary Color
#518ccd | #cd9251 |
#518ccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#518ccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#518ccd Color CSS Codes
.mybgcolor {background-color:#518ccd; } .myforecolor {color:#518ccd; } .mybordercolor {border:3px solid #518ccd; }
#518ccd Text Font Color
<p style="color:#518ccd">Text here</p>
This sample text font color is #518ccd
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.
#518ccd Background Color
<div style="background-color:#518ccd">
Div content here</div>
This div background color is #518ccd
#518ccd Border Color
<div style="border:3px solid #518ccd">
Div here</div>
This div border color is #518ccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(81,140,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #518ccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #518ccd; -webkit-box-shadow: 1px 1px 3px 2px #518ccd; box-shadow: 1px 1px 3px 2px #518ccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(81,140,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 #518ccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #518ccd; -webkit-box-shadow: 1px 1px 3px 2px #518ccd; box-shadow: 1px 1px 3px 2px #518ccd;">
Div content here</div>
This div box has shadow with color #518ccd
Comments
No comments written yet.
Please login to write comment.