Color spaces of #8eddfa
RGB | 142 | 221 | 250 |
---|---|---|---|
HSL | 0.54 | 0.92 | 0.77 |
HSV | 196° | 43° | 98° |
CMYK | 0.43 | 0.12 | 0.00 0.02 |
XYZ | 54.2671 | 64.3658 | 100.0061 |
Yxy | 64.3658 | 0.2482 | 0.2944 |
Hunter Lab | 80.2283 | -19.6606 | -17.7463 |
CIE-Lab | 84.1559 | -16.9089 | -21.7276 |
#8eddfa color RGB value is (142,221,250).
#8eddfa hex color red value is 142, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8eddfa hue: 0.54 , saturation: 0.92 and the lightness value of 8eddfa is 0.77.
The process color (four color CMYK) of #8eddfa color hex is 0.43, 0.12, 0.00, 0.02. Web safe color of #8eddfa is #99ccff. Color #8eddfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 11011101 | 11111010 |
Octal | 216 | 335 | 372 |
Decimal | 142 | 221 | 250 |
Hex | 8E | DD | FA |
Shades of #8eddfa
Tints of #8eddfa
RGB Percentages of Color #8eddfa
CMYK Percentages of Color #8eddfa
Complementary Color
#8eddfa | #faab8e |
#8eddfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8eddfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#8eddfa Color CSS Codes
.mybgcolor {background-color:#8eddfa; } .myforecolor {color:#8eddfa; } .mybordercolor {border:3px solid #8eddfa; }
#8eddfa Text Font Color
<p style="color:#8eddfa">Text here</p>
This sample text font color is #8eddfa
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.
#8eddfa Background Color
<div style="background-color:#8eddfa">
Div content here</div>
This div background color is #8eddfa
#8eddfa Border Color
<div style="border:3px solid #8eddfa">
Div here</div>
This div border color is #8eddfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,221,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8eddfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8eddfa; -webkit-box-shadow: 1px 1px 3px 2px #8eddfa; box-shadow: 1px 1px 3px 2px #8eddfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,221,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 #8eddfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8eddfa; -webkit-box-shadow: 1px 1px 3px 2px #8eddfa; box-shadow: 1px 1px 3px 2px #8eddfa;">
Div content here</div>
This div box has shadow with color #8eddfa
Comments
No comments written yet.
Please login to write comment.