Color spaces of #8eeafc
RGB | 142 | 234 | 252 |
---|---|---|---|
HSL | 0.53 | 0.95 | 0.77 |
HSV | 190° | 44° | 99° |
CMYK | 0.44 | 0.07 | 0.00 0.01 |
XYZ | 58.1488 | 71.6247 | 102.8556 |
Yxy | 71.6247 | 0.2500 | 0.3079 |
Hunter Lab | 84.6314 | -25.4606 | -12.8153 |
CIE-Lab | 87.7876 | -22.8998 | -17.2951 |
#8eeafc color RGB value is (142,234,252).
#8eeafc hex color red value is 142, green value is 234 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8eeafc hue: 0.53 , saturation: 0.95 and the lightness value of 8eeafc is 0.77.
The process color (four color CMYK) of #8eeafc color hex is 0.44, 0.07, 0.00, 0.01. Web safe color of #8eeafc is #99ffff. Color #8eeafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 11101010 | 11111100 |
Octal | 216 | 352 | 374 |
Decimal | 142 | 234 | 252 |
Hex | 8E | EA | FC |
Shades of #8eeafc
Tints of #8eeafc
RGB Percentages of Color #8eeafc
CMYK Percentages of Color #8eeafc
Complementary Color
#8eeafc | #fca08e |
#8eeafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8eeafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8eeafc Color CSS Codes
.mybgcolor {background-color:#8eeafc; } .myforecolor {color:#8eeafc; } .mybordercolor {border:3px solid #8eeafc; }
#8eeafc Text Font Color
<p style="color:#8eeafc">Text here</p>
This sample text font color is #8eeafc
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.
#8eeafc Background Color
<div style="background-color:#8eeafc">
Div content here</div>
This div background color is #8eeafc
#8eeafc Border Color
<div style="border:3px solid #8eeafc">
Div here</div>
This div border color is #8eeafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,234,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8eeafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8eeafc; -webkit-box-shadow: 1px 1px 3px 2px #8eeafc; box-shadow: 1px 1px 3px 2px #8eeafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,234,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8eeafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8eeafc; -webkit-box-shadow: 1px 1px 3px 2px #8eeafc; box-shadow: 1px 1px 3px 2px #8eeafc;">
Div content here</div>
This div box has shadow with color #8eeafc
Comments
No comments written yet.
Please login to write comment.