Color spaces of #8ceffe
RGB | 140 | 239 | 254 |
---|---|---|---|
HSL | 0.52 | 0.98 | 0.77 |
HSV | 188° | 45° | 100° |
CMYK | 0.45 | 0.06 | 0.00 0.00 |
XYZ | 59.5711 | 74.4642 | 104.9992 |
Yxy | 74.4642 | 0.2492 | 0.3115 |
Hunter Lab | 86.2926 | -27.7868 | -11.7381 |
CIE-Lab | 89.1414 | -25.3022 | -16.3149 |
#8ceffe color RGB value is (140,239,254).
#8ceffe hex color red value is 140, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #8ceffe hue: 0.52 , saturation: 0.98 and the lightness value of 8ceffe is 0.77.
The process color (four color CMYK) of #8ceffe color hex is 0.45, 0.06, 0.00, 0.00. Web safe color of #8ceffe is #99ffff. Color #8ceffe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11101111 | 11111110 |
Octal | 214 | 357 | 376 |
Decimal | 140 | 239 | 254 |
Hex | 8C | EF | FE |
Shades of #8ceffe
Tints of #8ceffe
RGB Percentages of Color #8ceffe
CMYK Percentages of Color #8ceffe
Complementary Color
#8ceffe | #fe9b8c |
#8ceffe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8ceffe Color Preview on White Background
Lorem ipsum dolor sit amet.
#8ceffe Color CSS Codes
.mybgcolor {background-color:#8ceffe; } .myforecolor {color:#8ceffe; } .mybordercolor {border:3px solid #8ceffe; }
#8ceffe Text Font Color
<p style="color:#8ceffe">Text here</p>
This sample text font color is #8ceffe
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.
#8ceffe Background Color
<div style="background-color:#8ceffe">
Div content here</div>
This div background color is #8ceffe
#8ceffe Border Color
<div style="border:3px solid #8ceffe">
Div here</div>
This div border color is #8ceffe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,239,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8ceffe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8ceffe; -webkit-box-shadow: 1px 1px 3px 2px #8ceffe; box-shadow: 1px 1px 3px 2px #8ceffe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,239,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 #8ceffe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8ceffe; -webkit-box-shadow: 1px 1px 3px 2px #8ceffe; box-shadow: 1px 1px 3px 2px #8ceffe;">
Div content here</div>
This div box has shadow with color #8ceffe
Related Colors
Comments
No comments written yet.
Please login to write comment.