Color spaces of #83bdeb
RGB | 131 | 189 | 235 |
---|---|---|---|
HSL | 0.57 | 0.72 | 0.72 |
HSV | 207° | 44° | 92° |
CMYK | 0.44 | 0.20 | 0.00 0.08 |
XYZ | 42.5531 | 47.2186 | 85.4686 |
Yxy | 47.2186 | 0.2428 | 0.2695 |
Hunter Lab | 68.7158 | -9.7143 | -25.6438 |
CIE-Lab | 74.3294 | -6.8483 | -28.7522 |
#83bdeb color RGB value is (131,189,235).
#83bdeb hex color red value is 131, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #83bdeb hue: 0.57 , saturation: 0.72 and the lightness value of 83bdeb is 0.72.
The process color (four color CMYK) of #83bdeb color hex is 0.44, 0.20, 0.00, 0.08. Web safe color of #83bdeb is #99ccff. Color #83bdeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 10111101 | 11101011 |
Octal | 203 | 275 | 353 |
Decimal | 131 | 189 | 235 |
Hex | 83 | BD | EB |
Shades of #83bdeb
Tints of #83bdeb
RGB Percentages of Color #83bdeb
CMYK Percentages of Color #83bdeb
Complementary Color
#83bdeb | #ebb183 |
#83bdeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83bdeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#83bdeb Color CSS Codes
.mybgcolor {background-color:#83bdeb; } .myforecolor {color:#83bdeb; } .mybordercolor {border:3px solid #83bdeb; }
#83bdeb Text Font Color
<p style="color:#83bdeb">Text here</p>
This sample text font color is #83bdeb
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.
#83bdeb Background Color
<div style="background-color:#83bdeb">
Div content here</div>
This div background color is #83bdeb
#83bdeb Border Color
<div style="border:3px solid #83bdeb">
Div here</div>
This div border color is #83bdeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,189,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83bdeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83bdeb; -webkit-box-shadow: 1px 1px 3px 2px #83bdeb; box-shadow: 1px 1px 3px 2px #83bdeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,189,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #83bdeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83bdeb; -webkit-box-shadow: 1px 1px 3px 2px #83bdeb; box-shadow: 1px 1px 3px 2px #83bdeb;">
Div content here</div>
This div box has shadow with color #83bdeb
Comments
No comments written yet.
Please login to write comment.