Color spaces of #82fade
RGB | 130 | 250 | 222 |
---|---|---|---|
HSL | 0.46 | 0.92 | 0.75 |
HSV | 166° | 48° | 98° |
CMYK | 0.48 | 0.00 | 0.11 0.02 |
XYZ | 56.5763 | 78.3910 | 81.2563 |
Yxy | 78.3910 | 0.2617 | 0.3625 |
Hunter Lab | 88.5387 | -40.8811 | 7.5637 |
CIE-Lab | 90.9580 | -40.4265 | 2.9999 |
#82fade color RGB value is (130,250,222).
#82fade hex color red value is 130, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #82fade hue: 0.46 , saturation: 0.92 and the lightness value of 82fade is 0.75.
The process color (four color CMYK) of #82fade color hex is 0.48, 0.00, 0.11, 0.02. Web safe color of #82fade is #99ffcc. Color #82fade contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 11111010 | 11011110 |
Octal | 202 | 372 | 336 |
Decimal | 130 | 250 | 222 |
Hex | 82 | FA | DE |
Shades of #82fade
Tints of #82fade
RGB Percentages of Color #82fade
CMYK Percentages of Color #82fade
Complementary Color
#82fade | #fa829e |
#82fade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82fade Color Preview on White Background
Lorem ipsum dolor sit amet.
#82fade Color CSS Codes
.mybgcolor {background-color:#82fade; } .myforecolor {color:#82fade; } .mybordercolor {border:3px solid #82fade; }
#82fade Text Font Color
<p style="color:#82fade">Text here</p>
This sample text font color is #82fade
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.
#82fade Background Color
<div style="background-color:#82fade">
Div content here</div>
This div background color is #82fade
#82fade Border Color
<div style="border:3px solid #82fade">
Div here</div>
This div border color is #82fade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,250,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82fade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82fade; -webkit-box-shadow: 1px 1px 3px 2px #82fade; box-shadow: 1px 1px 3px 2px #82fade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,250,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #82fade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82fade; -webkit-box-shadow: 1px 1px 3px 2px #82fade; box-shadow: 1px 1px 3px 2px #82fade;">
Div content here</div>
This div box has shadow with color #82fade
#82fade Color Palettes
Comments
No comments written yet.
Please login to write comment.