Color spaces of #529dfd
RGB | 82 | 157 | 253 |
---|---|---|---|
HSL | 0.59 | 0.98 | 0.66 |
HSV | 214° | 68° | 99° |
CMYK | 0.68 | 0.38 | 0.00 0.01 |
XYZ | 33.2663 | 32.9996 | 97.5448 |
Yxy | 32.9996 | 0.2031 | 0.2014 |
Hunter Lab | 57.4453 | 2.8393 | -60.4655 |
CIE-Lab | 64.1606 | 6.8446 | -54.5940 |
#529dfd color RGB value is (82,157,253).
#529dfd hex color red value is 82, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #529dfd hue: 0.59 , saturation: 0.98 and the lightness value of 529dfd is 0.66.
The process color (four color CMYK) of #529dfd color hex is 0.68, 0.38, 0.00, 0.01. Web safe color of #529dfd is #6699ff. Color #529dfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 10011101 | 11111101 |
Octal | 122 | 235 | 375 |
Decimal | 82 | 157 | 253 |
Hex | 52 | 9D | FD |
Shades of #529dfd
Tints of #529dfd
RGB Percentages of Color #529dfd
CMYK Percentages of Color #529dfd
Complementary Color
#529dfd | #fdb252 |
#529dfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#529dfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#529dfd Color CSS Codes
.mybgcolor {background-color:#529dfd; } .myforecolor {color:#529dfd; } .mybordercolor {border:3px solid #529dfd; }
#529dfd Text Font Color
<p style="color:#529dfd">Text here</p>
This sample text font color is #529dfd
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.
#529dfd Background Color
<div style="background-color:#529dfd">
Div content here</div>
This div background color is #529dfd
#529dfd Border Color
<div style="border:3px solid #529dfd">
Div here</div>
This div border color is #529dfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,157,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #529dfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #529dfd; -webkit-box-shadow: 1px 1px 3px 2px #529dfd; box-shadow: 1px 1px 3px 2px #529dfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,157,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #529dfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #529dfd; -webkit-box-shadow: 1px 1px 3px 2px #529dfd; box-shadow: 1px 1px 3px 2px #529dfd;">
Div content here</div>
This div box has shadow with color #529dfd
Comments
No comments written yet.
Please login to write comment.