Color spaces of #52aecc
RGB | 82 | 174 | 204 |
---|---|---|---|
HSL | 0.54 | 0.54 | 0.56 |
HSV | 195° | 60° | 80° |
CMYK | 0.60 | 0.15 | 0.00 0.20 |
XYZ | 29.5148 | 36.4256 | 62.6020 |
Yxy | 36.4256 | 0.2296 | 0.2834 |
Hunter Lab | 60.3536 | -18.3268 | -19.2512 |
CIE-Lab | 66.8438 | -18.4984 | -23.4711 |
#52aecc color RGB value is (82,174,204).
#52aecc hex color red value is 82, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #52aecc hue: 0.54 , saturation: 0.54 and the lightness value of 52aecc is 0.56.
The process color (four color CMYK) of #52aecc color hex is 0.60, 0.15, 0.00, 0.20. Web safe color of #52aecc is #6699cc. Color #52aecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 10101110 | 11001100 |
Octal | 122 | 256 | 314 |
Decimal | 82 | 174 | 204 |
Hex | 52 | AE | CC |
Shades of #52aecc
Tints of #52aecc
RGB Percentages of Color #52aecc
CMYK Percentages of Color #52aecc
Complementary Color
#52aecc | #cc7052 |
#52aecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52aecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#52aecc Color CSS Codes
.mybgcolor {background-color:#52aecc; } .myforecolor {color:#52aecc; } .mybordercolor {border:3px solid #52aecc; }
#52aecc Text Font Color
<p style="color:#52aecc">Text here</p>
This sample text font color is #52aecc
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.
#52aecc Background Color
<div style="background-color:#52aecc">
Div content here</div>
This div background color is #52aecc
#52aecc Border Color
<div style="border:3px solid #52aecc">
Div here</div>
This div border color is #52aecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,174,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52aecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52aecc; -webkit-box-shadow: 1px 1px 3px 2px #52aecc; box-shadow: 1px 1px 3px 2px #52aecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,174,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52aecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52aecc; -webkit-box-shadow: 1px 1px 3px 2px #52aecc; box-shadow: 1px 1px 3px 2px #52aecc;">
Div content here</div>
This div box has shadow with color #52aecc
Comments
No comments written yet.
Please login to write comment.