Color spaces of #83dfce
RGB | 131 | 223 | 206 |
---|---|---|---|
HSL | 0.47 | 0.59 | 0.69 |
HSV | 169° | 41° | 87° |
CMYK | 0.41 | 0.00 | 0.08 0.13 |
XYZ | 46.8883 | 62.0569 | 67.8994 |
Yxy | 62.0569 | 0.2651 | 0.3509 |
Hunter Lab | 78.7762 | -31.6136 | 4.0396 |
CIE-Lab | 82.9437 | -31.4071 | -0.2773 |
#83dfce color RGB value is (131,223,206).
#83dfce hex color red value is 131, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #83dfce hue: 0.47 , saturation: 0.59 and the lightness value of 83dfce is 0.69.
The process color (four color CMYK) of #83dfce color hex is 0.41, 0.00, 0.08, 0.13. Web safe color of #83dfce is #99cccc. Color #83dfce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 11011111 | 11001110 |
Octal | 203 | 337 | 316 |
Decimal | 131 | 223 | 206 |
Hex | 83 | DF | CE |
Shades of #83dfce
Tints of #83dfce
RGB Percentages of Color #83dfce
CMYK Percentages of Color #83dfce
Complementary Color
#83dfce | #df8394 |
#83dfce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83dfce Color Preview on White Background
Lorem ipsum dolor sit amet.
#83dfce Color CSS Codes
.mybgcolor {background-color:#83dfce; } .myforecolor {color:#83dfce; } .mybordercolor {border:3px solid #83dfce; }
#83dfce Text Font Color
<p style="color:#83dfce">Text here</p>
This sample text font color is #83dfce
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.
#83dfce Background Color
<div style="background-color:#83dfce">
Div content here</div>
This div background color is #83dfce
#83dfce Border Color
<div style="border:3px solid #83dfce">
Div here</div>
This div border color is #83dfce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,223,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83dfce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83dfce; -webkit-box-shadow: 1px 1px 3px 2px #83dfce; box-shadow: 1px 1px 3px 2px #83dfce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,223,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #83dfce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83dfce; -webkit-box-shadow: 1px 1px 3px 2px #83dfce; box-shadow: 1px 1px 3px 2px #83dfce;">
Div content here</div>
This div box has shadow with color #83dfce
Comments
No comments written yet.
Please login to write comment.