Color spaces of #82edcd
RGB | 130 | 237 | 205 |
---|---|---|---|
HSL | 0.45 | 0.75 | 0.72 |
HSV | 162° | 45° | 93° |
CMYK | 0.45 | 0.00 | 0.14 0.07 |
XYZ | 50.5096 | 69.7220 | 68.5532 |
Yxy | 69.7220 | 0.2676 | 0.3693 |
Hunter Lab | 83.4997 | -38.1485 | 9.7727 |
CIE-Lab | 86.8603 | -38.3696 | 5.9289 |
#82edcd color RGB value is (130,237,205).
#82edcd hex color red value is 130, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #82edcd hue: 0.45 , saturation: 0.75 and the lightness value of 82edcd is 0.72.
The process color (four color CMYK) of #82edcd color hex is 0.45, 0.00, 0.14, 0.07. Web safe color of #82edcd is #99ffcc. Color #82edcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 11101101 | 11001101 |
Octal | 202 | 355 | 315 |
Decimal | 130 | 237 | 205 |
Hex | 82 | ED | CD |
Shades of #82edcd
Tints of #82edcd
RGB Percentages of Color #82edcd
CMYK Percentages of Color #82edcd
Complementary Color
#82edcd | #ed82a2 |
#82edcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82edcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#82edcd Color CSS Codes
.mybgcolor {background-color:#82edcd; } .myforecolor {color:#82edcd; } .mybordercolor {border:3px solid #82edcd; }
#82edcd Text Font Color
<p style="color:#82edcd">Text here</p>
This sample text font color is #82edcd
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.
#82edcd Background Color
<div style="background-color:#82edcd">
Div content here</div>
This div background color is #82edcd
#82edcd Border Color
<div style="border:3px solid #82edcd">
Div here</div>
This div border color is #82edcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,237,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82edcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82edcd; -webkit-box-shadow: 1px 1px 3px 2px #82edcd; box-shadow: 1px 1px 3px 2px #82edcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,237,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 #82edcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82edcd; -webkit-box-shadow: 1px 1px 3px 2px #82edcd; box-shadow: 1px 1px 3px 2px #82edcd;">
Div content here</div>
This div box has shadow with color #82edcd
Comments
No comments written yet.
Please login to write comment.