Color spaces of #83deda
RGB | 131 | 222 | 218 |
---|---|---|---|
HSL | 0.49 | 0.58 | 0.69 |
HSV | 177° | 41° | 87° |
CMYK | 0.41 | 0.00 | 0.02 0.13 |
XYZ | 48.1362 | 62.1298 | 75.7849 |
Yxy | 62.1298 | 0.2587 | 0.3339 |
Hunter Lab | 78.8225 | -28.9309 | -1.8294 |
CIE-Lab | 82.9824 | -28.0998 | -6.5844 |
#83deda color RGB value is (131,222,218).
#83deda hex color red value is 131, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #83deda hue: 0.49 , saturation: 0.58 and the lightness value of 83deda is 0.69.
The process color (four color CMYK) of #83deda color hex is 0.41, 0.00, 0.02, 0.13. Web safe color of #83deda is #99cccc. Color #83deda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 11011110 | 11011010 |
Octal | 203 | 336 | 332 |
Decimal | 131 | 222 | 218 |
Hex | 83 | DE | DA |
Shades of #83deda
Tints of #83deda
RGB Percentages of Color #83deda
CMYK Percentages of Color #83deda
Complementary Color
#83deda | #de8387 |
#83deda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83deda Color Preview on White Background
Lorem ipsum dolor sit amet.
#83deda Color CSS Codes
.mybgcolor {background-color:#83deda; } .myforecolor {color:#83deda; } .mybordercolor {border:3px solid #83deda; }
#83deda Text Font Color
<p style="color:#83deda">Text here</p>
This sample text font color is #83deda
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.
#83deda Background Color
<div style="background-color:#83deda">
Div content here</div>
This div background color is #83deda
#83deda Border Color
<div style="border:3px solid #83deda">
Div here</div>
This div border color is #83deda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,222,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83deda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83deda; -webkit-box-shadow: 1px 1px 3px 2px #83deda; box-shadow: 1px 1px 3px 2px #83deda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,222,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #83deda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83deda; -webkit-box-shadow: 1px 1px 3px 2px #83deda; box-shadow: 1px 1px 3px 2px #83deda;">
Div content here</div>
This div box has shadow with color #83deda
Comments
No comments written yet.
Please login to write comment.