Color spaces of #83cffc
RGB | 131 | 207 | 252 |
---|---|---|---|
HSL | 0.56 | 0.95 | 0.75 |
HSV | 202° | 48° | 99° |
CMYK | 0.48 | 0.18 | 0.00 0.01 |
XYZ | 49.2436 | 56.4792 | 100.4016 |
Yxy | 56.4792 | 0.2389 | 0.2740 |
Hunter Lab | 75.1526 | -14.5554 | -26.6027 |
CIE-Lab | 79.8858 | -11.7191 | -29.3457 |
#83cffc color RGB value is (131,207,252).
#83cffc hex color red value is 131, green value is 207 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #83cffc hue: 0.56 , saturation: 0.95 and the lightness value of 83cffc is 0.75.
The process color (four color CMYK) of #83cffc color hex is 0.48, 0.18, 0.00, 0.01. Web safe color of #83cffc is #99ccff. Color #83cffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 11001111 | 11111100 |
Octal | 203 | 317 | 374 |
Decimal | 131 | 207 | 252 |
Hex | 83 | CF | FC |
Shades of #83cffc
Tints of #83cffc
RGB Percentages of Color #83cffc
CMYK Percentages of Color #83cffc
Complementary Color
#83cffc | #fcb083 |
#83cffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83cffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#83cffc Color CSS Codes
.mybgcolor {background-color:#83cffc; } .myforecolor {color:#83cffc; } .mybordercolor {border:3px solid #83cffc; }
#83cffc Text Font Color
<p style="color:#83cffc">Text here</p>
This sample text font color is #83cffc
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.
#83cffc Background Color
<div style="background-color:#83cffc">
Div content here</div>
This div background color is #83cffc
#83cffc Border Color
<div style="border:3px solid #83cffc">
Div here</div>
This div border color is #83cffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,207,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83cffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83cffc; -webkit-box-shadow: 1px 1px 3px 2px #83cffc; box-shadow: 1px 1px 3px 2px #83cffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,207,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #83cffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83cffc; -webkit-box-shadow: 1px 1px 3px 2px #83cffc; box-shadow: 1px 1px 3px 2px #83cffc;">
Div content here</div>
This div box has shadow with color #83cffc
Comments
No comments written yet.
Please login to write comment.