Color spaces of #8edadf
RGB | 142 | 218 | 223 |
---|---|---|---|
HSL | 0.51 | 0.56 | 0.72 |
HSV | 184° | 36° | 87° |
CMYK | 0.36 | 0.02 | 0.00 0.13 |
XYZ | 49.5460 | 61.2213 | 79.0176 |
Yxy | 61.2213 | 0.2611 | 0.3226 |
Hunter Lab | 78.2440 | -23.8966 | -5.1053 |
CIE-Lab | 82.4976 | -22.1565 | -9.9055 |
#8edadf color RGB value is (142,218,223).
#8edadf hex color red value is 142, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8edadf hue: 0.51 , saturation: 0.56 and the lightness value of 8edadf is 0.72.
The process color (four color CMYK) of #8edadf color hex is 0.36, 0.02, 0.00, 0.13. Web safe color of #8edadf is #99cccc. Color #8edadf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 11011010 | 11011111 |
Octal | 216 | 332 | 337 |
Decimal | 142 | 218 | 223 |
Hex | 8E | DA | DF |
Shades of #8edadf
Tints of #8edadf
RGB Percentages of Color #8edadf
CMYK Percentages of Color #8edadf
Complementary Color
#8edadf | #df938e |
#8edadf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8edadf Color Preview on White Background
Lorem ipsum dolor sit amet.
#8edadf Color CSS Codes
.mybgcolor {background-color:#8edadf; } .myforecolor {color:#8edadf; } .mybordercolor {border:3px solid #8edadf; }
#8edadf Text Font Color
<p style="color:#8edadf">Text here</p>
This sample text font color is #8edadf
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.
#8edadf Background Color
<div style="background-color:#8edadf">
Div content here</div>
This div background color is #8edadf
#8edadf Border Color
<div style="border:3px solid #8edadf">
Div here</div>
This div border color is #8edadf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,218,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8edadf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8edadf; -webkit-box-shadow: 1px 1px 3px 2px #8edadf; box-shadow: 1px 1px 3px 2px #8edadf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,218,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8edadf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8edadf; -webkit-box-shadow: 1px 1px 3px 2px #8edadf; box-shadow: 1px 1px 3px 2px #8edadf;">
Div content here</div>
This div box has shadow with color #8edadf
Comments
No comments written yet.
Please login to write comment.