Color spaces of #82fbdd
RGB | 130 | 251 | 221 |
---|---|---|---|
HSL | 0.46 | 0.94 | 0.75 |
HSV | 165° | 48° | 98° |
CMYK | 0.48 | 0.00 | 0.12 0.02 |
XYZ | 56.7542 | 78.9606 | 80.6563 |
Yxy | 78.9606 | 0.2623 | 0.3649 |
Hunter Lab | 88.8598 | -41.4977 | 8.3855 |
CIE-Lab | 91.2165 | -41.1001 | 3.8931 |
#82fbdd color RGB value is (130,251,221).
#82fbdd hex color red value is 130, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #82fbdd hue: 0.46 , saturation: 0.94 and the lightness value of 82fbdd is 0.75.
The process color (four color CMYK) of #82fbdd color hex is 0.48, 0.00, 0.12, 0.02. Web safe color of #82fbdd is #99ffcc. Color #82fbdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 11111011 | 11011101 |
Octal | 202 | 373 | 335 |
Decimal | 130 | 251 | 221 |
Hex | 82 | FB | DD |
Shades of #82fbdd
Tints of #82fbdd
RGB Percentages of Color #82fbdd
CMYK Percentages of Color #82fbdd
Complementary Color
#82fbdd | #fb82a0 |
#82fbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82fbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#82fbdd Color CSS Codes
.mybgcolor {background-color:#82fbdd; } .myforecolor {color:#82fbdd; } .mybordercolor {border:3px solid #82fbdd; }
#82fbdd Text Font Color
<p style="color:#82fbdd">Text here</p>
This sample text font color is #82fbdd
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.
#82fbdd Background Color
<div style="background-color:#82fbdd">
Div content here</div>
This div background color is #82fbdd
#82fbdd Border Color
<div style="border:3px solid #82fbdd">
Div here</div>
This div border color is #82fbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,251,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82fbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82fbdd; -webkit-box-shadow: 1px 1px 3px 2px #82fbdd; box-shadow: 1px 1px 3px 2px #82fbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,251,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #82fbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82fbdd; -webkit-box-shadow: 1px 1px 3px 2px #82fbdd; box-shadow: 1px 1px 3px 2px #82fbdd;">
Div content here</div>
This div box has shadow with color #82fbdd
Comments
No comments written yet.
Please login to write comment.