Color spaces of #52bcbc
RGB | 82 | 188 | 188 |
---|---|---|---|
HSL | 0.50 | 0.44 | 0.53 |
HSV | 180° | 56° | 74° |
CMYK | 0.56 | 0.00 | 0.00 0.26 |
XYZ | 30.5400 | 41.3911 | 53.9566 |
Yxy | 41.3911 | 0.2426 | 0.3288 |
Hunter Lab | 64.3359 | -27.8546 | -4.6896 |
CIE-Lab | 70.4491 | -30.1624 | -9.2173 |
#52bcbc color RGB value is (82,188,188).
#52bcbc hex color red value is 82, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #52bcbc hue: 0.50 , saturation: 0.44 and the lightness value of 52bcbc is 0.53.
The process color (four color CMYK) of #52bcbc color hex is 0.56, 0.00, 0.00, 0.26. Web safe color of #52bcbc is #66cccc. Color #52bcbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010010 | 10111100 | 10111100 |
Octal | 122 | 274 | 274 |
Decimal | 82 | 188 | 188 |
Hex | 52 | BC | BC |
Shades of #52bcbc
Tints of #52bcbc
RGB Percentages of Color #52bcbc
CMYK Percentages of Color #52bcbc
Complementary Color
#52bcbc | #bc5252 |
#52bcbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#52bcbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#52bcbc Color CSS Codes
.mybgcolor {background-color:#52bcbc; } .myforecolor {color:#52bcbc; } .mybordercolor {border:3px solid #52bcbc; }
#52bcbc Text Font Color
<p style="color:#52bcbc">Text here</p>
This sample text font color is #52bcbc
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.
#52bcbc Background Color
<div style="background-color:#52bcbc">
Div content here</div>
This div background color is #52bcbc
#52bcbc Border Color
<div style="border:3px solid #52bcbc">
Div here</div>
This div border color is #52bcbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82,188,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #52bcbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #52bcbc; -webkit-box-shadow: 1px 1px 3px 2px #52bcbc; box-shadow: 1px 1px 3px 2px #52bcbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(82,188,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #52bcbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #52bcbc; -webkit-box-shadow: 1px 1px 3px 2px #52bcbc; box-shadow: 1px 1px 3px 2px #52bcbc;">
Div content here</div>
This div box has shadow with color #52bcbc
Comments
No comments written yet.
Please login to write comment.