Color spaces of #83cdfa
RGB | 131 | 205 | 250 |
---|---|---|---|
HSL | 0.56 | 0.92 | 0.75 |
HSV | 203° | 48° | 98° |
CMYK | 0.48 | 0.18 | 0.00 0.02 |
XYZ | 48.4467 | 55.3901 | 98.5804 |
Yxy | 55.3901 | 0.2393 | 0.2736 |
Hunter Lab | 74.4245 | -14.0482 | -26.4365 |
CIE-Lab | 79.2654 | -11.2233 | -29.2311 |
#83cdfa color RGB value is (131,205,250).
#83cdfa hex color red value is 131, green value is 205 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #83cdfa hue: 0.56 , saturation: 0.92 and the lightness value of 83cdfa is 0.75.
The process color (four color CMYK) of #83cdfa color hex is 0.48, 0.18, 0.00, 0.02. Web safe color of #83cdfa is #99ccff. Color #83cdfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 11001101 | 11111010 |
Octal | 203 | 315 | 372 |
Decimal | 131 | 205 | 250 |
Hex | 83 | CD | FA |
Shades of #83cdfa
Tints of #83cdfa
RGB Percentages of Color #83cdfa
CMYK Percentages of Color #83cdfa
Complementary Color
#83cdfa | #fab083 |
#83cdfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83cdfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#83cdfa Color CSS Codes
.mybgcolor {background-color:#83cdfa; } .myforecolor {color:#83cdfa; } .mybordercolor {border:3px solid #83cdfa; }
#83cdfa Text Font Color
<p style="color:#83cdfa">Text here</p>
This sample text font color is #83cdfa
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.
#83cdfa Background Color
<div style="background-color:#83cdfa">
Div content here</div>
This div background color is #83cdfa
#83cdfa Border Color
<div style="border:3px solid #83cdfa">
Div here</div>
This div border color is #83cdfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,205,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83cdfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83cdfa; -webkit-box-shadow: 1px 1px 3px 2px #83cdfa; box-shadow: 1px 1px 3px 2px #83cdfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,205,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #83cdfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83cdfa; -webkit-box-shadow: 1px 1px 3px 2px #83cdfa; box-shadow: 1px 1px 3px 2px #83cdfa;">
Div content here</div>
This div box has shadow with color #83cdfa
Comments
No comments written yet.
Please login to write comment.