Color spaces of #529bdd
RGB | 82 | 155 | 221 |
---|---|---|---|
HSL | 0.58 | 0.67 | 0.59 |
HSV | 208° | 63° | 87° |
CMYK | 0.63 | 0.30 | 0.00 0.13 |
XYZ | 28.2522 | 30.4570 | 72.7964 |
Yxy | 30.4570 | 0.2148 | 0.2316 |
Hunter Lab | 55.1879 | -5.1996 | -39.5759 |
CIE-Lab | 62.0465 | -2.7190 | -40.3196 |
#529bdd color RGB value is (82,155,221).
#529bdd hex color red value is 82, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #529bdd hue: 0.58 , saturation: 0.67 and the lightness value of 529bdd is 0.59.
The process color (four color CMYK) of #529bdd color hex is 0.63, 0.30, 0.00, 0.13. Web safe color of #529bdd is #6699cc. Color #529bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 10011011 | 11011101 |
Octal | 122 | 233 | 335 |
Decimal | 82 | 155 | 221 |
Hex | 52 | 9B | DD |
Shades of #529bdd
Tints of #529bdd
RGB Percentages of Color #529bdd
CMYK Percentages of Color #529bdd
Complementary Color
#529bdd | #dd9452 |
#529bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#529bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#529bdd Color CSS Codes
.mybgcolor {background-color:#529bdd; } .myforecolor {color:#529bdd; } .mybordercolor {border:3px solid #529bdd; }
#529bdd Text Font Color
<p style="color:#529bdd">Text here</p>
This sample text font color is #529bdd
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.
#529bdd Background Color
<div style="background-color:#529bdd">
Div content here</div>
This div background color is #529bdd
#529bdd Border Color
<div style="border:3px solid #529bdd">
Div here</div>
This div border color is #529bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,155,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #529bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #529bdd; -webkit-box-shadow: 1px 1px 3px 2px #529bdd; box-shadow: 1px 1px 3px 2px #529bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,155,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #529bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #529bdd; -webkit-box-shadow: 1px 1px 3px 2px #529bdd; box-shadow: 1px 1px 3px 2px #529bdd;">
Div content here</div>
This div box has shadow with color #529bdd
Comments
No comments written yet.
Please login to write comment.