Color spaces of #83eaed
RGB | 131 | 234 | 237 |
---|---|---|---|
HSL | 0.50 | 0.75 | 0.72 |
HSV | 182° | 45° | 93° |
CMYK | 0.45 | 0.01 | 0.00 0.07 |
XYZ | 54.0690 | 69.7854 | 90.7410 |
Yxy | 69.7854 | 0.2520 | 0.3252 |
Hunter Lab | 83.5377 | -30.6584 | -5.9261 |
CIE-Lab | 86.8915 | -29.2058 | -10.8116 |
#83eaed color RGB value is (131,234,237).
#83eaed hex color red value is 131, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #83eaed hue: 0.50 , saturation: 0.75 and the lightness value of 83eaed is 0.72.
The process color (four color CMYK) of #83eaed color hex is 0.45, 0.01, 0.00, 0.07. Web safe color of #83eaed is #99ffff. Color #83eaed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 11101010 | 11101101 |
Octal | 203 | 352 | 355 |
Decimal | 131 | 234 | 237 |
Hex | 83 | EA | ED |
Shades of #83eaed
Tints of #83eaed
RGB Percentages of Color #83eaed
CMYK Percentages of Color #83eaed
Complementary Color
#83eaed | #ed8683 |
#83eaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#83eaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#83eaed Color CSS Codes
.mybgcolor {background-color:#83eaed; } .myforecolor {color:#83eaed; } .mybordercolor {border:3px solid #83eaed; }
#83eaed Text Font Color
<p style="color:#83eaed">Text here</p>
This sample text font color is #83eaed
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.
#83eaed Background Color
<div style="background-color:#83eaed">
Div content here</div>
This div background color is #83eaed
#83eaed Border Color
<div style="border:3px solid #83eaed">
Div here</div>
This div border color is #83eaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,234,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #83eaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #83eaed; -webkit-box-shadow: 1px 1px 3px 2px #83eaed; box-shadow: 1px 1px 3px 2px #83eaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,234,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #83eaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #83eaed; -webkit-box-shadow: 1px 1px 3px 2px #83eaed; box-shadow: 1px 1px 3px 2px #83eaed;">
Div content here</div>
This div box has shadow with color #83eaed
Comments
No comments written yet.
Please login to write comment.