Color spaces of #83eefe
RGB | 131 | 238 | 254 |
---|---|---|---|
HSL | 0.52 | 0.98 | 0.75 |
HSV | 188° | 48° | 100° |
CMYK | 0.48 | 0.06 | 0.00 0.00 |
XYZ | 57.8240 | 73.1301 | 104.8338 |
Yxy | 73.1301 | 0.2452 | 0.3102 |
Hunter Lab | 85.5161 | -28.9557 | -12.8220 |
CIE-Lab | 88.5097 | -26.8041 | -17.3002 |
#83eefe color RGB value is (131,238,254).
#83eefe hex color red value is 131, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #83eefe hue: 0.52 , saturation: 0.98 and the lightness value of 83eefe is 0.75.
The process color (four color CMYK) of #83eefe color hex is 0.48, 0.06, 0.00, 0.00. Web safe color of #83eefe is #99ffff. Color #83eefe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 11101110 | 11111110 |
Octal | 203 | 356 | 376 |
Decimal | 131 | 238 | 254 |
Hex | 83 | EE | FE |
Shades of #83eefe
Tints of #83eefe
RGB Percentages of Color #83eefe
CMYK Percentages of Color #83eefe
Complementary Color
#83eefe | #fe9383 |
#83eefe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83eefe Color Preview on White Background
Lorem ipsum dolor sit amet.
#83eefe Color CSS Codes
.mybgcolor {background-color:#83eefe; } .myforecolor {color:#83eefe; } .mybordercolor {border:3px solid #83eefe; }
#83eefe Text Font Color
<p style="color:#83eefe">Text here</p>
This sample text font color is #83eefe
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.
#83eefe Background Color
<div style="background-color:#83eefe">
Div content here</div>
This div background color is #83eefe
#83eefe Border Color
<div style="border:3px solid #83eefe">
Div here</div>
This div border color is #83eefe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,238,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83eefe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83eefe; -webkit-box-shadow: 1px 1px 3px 2px #83eefe; box-shadow: 1px 1px 3px 2px #83eefe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,238,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #83eefe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83eefe; -webkit-box-shadow: 1px 1px 3px 2px #83eefe; box-shadow: 1px 1px 3px 2px #83eefe;">
Div content here</div>
This div box has shadow with color #83eefe
Comments
No comments written yet.
Please login to write comment.