Color spaces of #82cccd
RGB | 130 | 204 | 205 |
---|---|---|---|
HSL | 0.50 | 0.43 | 0.66 |
HSV | 181° | 37° | 80° |
CMYK | 0.37 | 0.00 | 0.00 0.20 |
XYZ | 41.8182 | 52.3393 | 65.6561 |
Yxy | 52.3393 | 0.2617 | 0.3275 |
Hunter Lab | 72.3459 | -23.4267 | -3.1653 |
CIE-Lab | 77.4833 | -22.6575 | -7.7888 |
#82cccd color RGB value is (130,204,205).
#82cccd hex color red value is 130, green value is 204 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #82cccd hue: 0.50 , saturation: 0.43 and the lightness value of 82cccd is 0.66.
The process color (four color CMYK) of #82cccd color hex is 0.37, 0.00, 0.00, 0.20. Web safe color of #82cccd is #99cccc. Color #82cccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 11001100 | 11001101 |
Octal | 202 | 314 | 315 |
Decimal | 130 | 204 | 205 |
Hex | 82 | CC | CD |
Shades of #82cccd
Tints of #82cccd
RGB Percentages of Color #82cccd
CMYK Percentages of Color #82cccd
Complementary Color
#82cccd | #cd8382 |
#82cccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82cccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#82cccd Color CSS Codes
.mybgcolor {background-color:#82cccd; } .myforecolor {color:#82cccd; } .mybordercolor {border:3px solid #82cccd; }
#82cccd Text Font Color
<p style="color:#82cccd">Text here</p>
This sample text font color is #82cccd
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.
#82cccd Background Color
<div style="background-color:#82cccd">
Div content here</div>
This div background color is #82cccd
#82cccd Border Color
<div style="border:3px solid #82cccd">
Div here</div>
This div border color is #82cccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,204,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82cccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82cccd; -webkit-box-shadow: 1px 1px 3px 2px #82cccd; box-shadow: 1px 1px 3px 2px #82cccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,204,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #82cccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82cccd; -webkit-box-shadow: 1px 1px 3px 2px #82cccd; box-shadow: 1px 1px 3px 2px #82cccd;">
Div content here</div>
This div box has shadow with color #82cccd
Comments
No comments written yet.
Please login to write comment.