Color spaces of #539cde
RGB | 83 | 156 | 222 |
---|---|---|---|
HSL | 0.58 | 0.68 | 0.60 |
HSV | 208° | 63° | 87° |
CMYK | 0.63 | 0.30 | 0.00 0.13 |
XYZ | 28.6406 | 30.8899 | 73.5601 |
Yxy | 30.8899 | 0.2152 | 0.2321 |
Hunter Lab | 55.5787 | -5.2787 | -39.5671 |
CIE-Lab | 62.4146 | -2.7832 | -40.2945 |
#539cde color RGB value is (83,156,222).
#539cde hex color red value is 83, green value is 156 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #539cde hue: 0.58 , saturation: 0.68 and the lightness value of 539cde is 0.60.
The process color (four color CMYK) of #539cde color hex is 0.63, 0.30, 0.00, 0.13. Web safe color of #539cde is #6699cc. Color #539cde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 10011100 | 11011110 |
Octal | 123 | 234 | 336 |
Decimal | 83 | 156 | 222 |
Hex | 53 | 9C | DE |
Shades of #539cde
Tints of #539cde
RGB Percentages of Color #539cde
CMYK Percentages of Color #539cde
Complementary Color
#539cde | #de9553 |
#539cde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#539cde Color Preview on White Background
Lorem ipsum dolor sit amet.
#539cde Color CSS Codes
.mybgcolor {background-color:#539cde; } .myforecolor {color:#539cde; } .mybordercolor {border:3px solid #539cde; }
#539cde Text Font Color
<p style="color:#539cde">Text here</p>
This sample text font color is #539cde
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.
#539cde Background Color
<div style="background-color:#539cde">
Div content here</div>
This div background color is #539cde
#539cde Border Color
<div style="border:3px solid #539cde">
Div here</div>
This div border color is #539cde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,156,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #539cde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #539cde; -webkit-box-shadow: 1px 1px 3px 2px #539cde; box-shadow: 1px 1px 3px 2px #539cde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,156,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #539cde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #539cde; -webkit-box-shadow: 1px 1px 3px 2px #539cde; box-shadow: 1px 1px 3px 2px #539cde;">
Div content here</div>
This div box has shadow with color #539cde
Comments
No comments written yet.
Please login to write comment.