Color spaces of #82cdfb
RGB | 130 | 205 | 251 |
---|---|---|---|
HSL | 0.56 | 0.94 | 0.75 |
HSV | 203° | 48° | 98° |
CMYK | 0.48 | 0.18 | 0.00 0.02 |
XYZ | 48.4498 | 55.3735 | 99.4014 |
Yxy | 55.3735 | 0.2384 | 0.2725 |
Hunter Lab | 74.4134 | -14.0038 | -27.1102 |
CIE-Lab | 79.2559 | -11.1738 | -29.7831 |
#82cdfb color RGB value is (130,205,251).
#82cdfb hex color red value is 130, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #82cdfb hue: 0.56 , saturation: 0.94 and the lightness value of 82cdfb is 0.75.
The process color (four color CMYK) of #82cdfb color hex is 0.48, 0.18, 0.00, 0.02. Web safe color of #82cdfb is #99ccff. Color #82cdfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 11001101 | 11111011 |
Octal | 202 | 315 | 373 |
Decimal | 130 | 205 | 251 |
Hex | 82 | CD | FB |
Shades of #82cdfb
Tints of #82cdfb
RGB Percentages of Color #82cdfb
CMYK Percentages of Color #82cdfb
Complementary Color
#82cdfb | #fbb082 |
#82cdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82cdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#82cdfb Color CSS Codes
.mybgcolor {background-color:#82cdfb; } .myforecolor {color:#82cdfb; } .mybordercolor {border:3px solid #82cdfb; }
#82cdfb Text Font Color
<p style="color:#82cdfb">Text here</p>
This sample text font color is #82cdfb
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.
#82cdfb Background Color
<div style="background-color:#82cdfb">
Div content here</div>
This div background color is #82cdfb
#82cdfb Border Color
<div style="border:3px solid #82cdfb">
Div here</div>
This div border color is #82cdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,205,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82cdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82cdfb; -webkit-box-shadow: 1px 1px 3px 2px #82cdfb; box-shadow: 1px 1px 3px 2px #82cdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,205,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #82cdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82cdfb; -webkit-box-shadow: 1px 1px 3px 2px #82cdfb; box-shadow: 1px 1px 3px 2px #82cdfb;">
Div content here</div>
This div box has shadow with color #82cdfb
#82cdfb Color Palettes
Comments
No comments written yet.
Please login to write comment.