Color spaces of #529ece
RGB | 82 | 158 | 206 |
---|---|---|---|
HSL | 0.56 | 0.56 | 0.56 |
HSV | 203° | 60° | 81° |
CMYK | 0.60 | 0.23 | 0.00 0.19 |
XYZ | 26.8471 | 30.7038 | 62.9039 |
Yxy | 30.7038 | 0.2229 | 0.2549 |
Hunter Lab | 55.4110 | -10.4845 | -28.5197 |
CIE-Lab | 62.2568 | -9.2515 | -31.6467 |
#529ece color RGB value is (82,158,206).
#529ece hex color red value is 82, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #529ece hue: 0.56 , saturation: 0.56 and the lightness value of 529ece is 0.56.
The process color (four color CMYK) of #529ece color hex is 0.60, 0.23, 0.00, 0.19. Web safe color of #529ece is #6699cc. Color #529ece contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 10011110 | 11001110 |
Octal | 122 | 236 | 316 |
Decimal | 82 | 158 | 206 |
Hex | 52 | 9E | CE |
Shades of #529ece
Tints of #529ece
RGB Percentages of Color #529ece
CMYK Percentages of Color #529ece
Complementary Color
#529ece | #ce8252 |
#529ece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#529ece Color Preview on White Background
Lorem ipsum dolor sit amet.
#529ece Color CSS Codes
.mybgcolor {background-color:#529ece; } .myforecolor {color:#529ece; } .mybordercolor {border:3px solid #529ece; }
#529ece Text Font Color
<p style="color:#529ece">Text here</p>
This sample text font color is #529ece
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.
#529ece Background Color
<div style="background-color:#529ece">
Div content here</div>
This div background color is #529ece
#529ece Border Color
<div style="border:3px solid #529ece">
Div here</div>
This div border color is #529ece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,158,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #529ece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #529ece; -webkit-box-shadow: 1px 1px 3px 2px #529ece; box-shadow: 1px 1px 3px 2px #529ece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,158,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #529ece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #529ece; -webkit-box-shadow: 1px 1px 3px 2px #529ece; box-shadow: 1px 1px 3px 2px #529ece;">
Div content here</div>
This div box has shadow with color #529ece
Comments
No comments written yet.
Please login to write comment.