Color spaces of #8cfeff
RGB | 140 | 254 | 255 |
---|---|---|---|
HSL | 0.50 | 1.00 | 0.77 |
HSV | 181° | 45° | 100° |
CMYK | 0.45 | 0.00 | 0.00 0.00 |
XYZ | 64.3070 | 83.6791 | 107.3701 |
Yxy | 83.6791 | 0.2518 | 0.3277 |
Hunter Lab | 91.4763 | -34.5996 | -5.5581 |
CIE-Lab | 93.3109 | -32.2230 | -10.6022 |
#8cfeff color RGB value is (140,254,255).
#8cfeff hex color red value is 140, green value is 254 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8cfeff hue: 0.50 , saturation: 1.00 and the lightness value of 8cfeff is 0.77.
The process color (four color CMYK) of #8cfeff color hex is 0.45, 0.00, 0.00, 0.00. Web safe color of #8cfeff is #99ffff. Color #8cfeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11111110 | 11111111 |
Octal | 214 | 376 | 377 |
Decimal | 140 | 254 | 255 |
Hex | 8C | FE | FF |
Shades of #8cfeff
Tints of #8cfeff
RGB Percentages of Color #8cfeff
CMYK Percentages of Color #8cfeff
Complementary Color
#8cfeff | #ff8d8c |
#8cfeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cfeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cfeff Color CSS Codes
.mybgcolor {background-color:#8cfeff; } .myforecolor {color:#8cfeff; } .mybordercolor {border:3px solid #8cfeff; }
#8cfeff Text Font Color
<p style="color:#8cfeff">Text here</p>
This sample text font color is #8cfeff
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.
#8cfeff Background Color
<div style="background-color:#8cfeff">
Div content here</div>
This div background color is #8cfeff
#8cfeff Border Color
<div style="border:3px solid #8cfeff">
Div here</div>
This div border color is #8cfeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,254,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cfeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cfeff; -webkit-box-shadow: 1px 1px 3px 2px #8cfeff; box-shadow: 1px 1px 3px 2px #8cfeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,254,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cfeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cfeff; -webkit-box-shadow: 1px 1px 3px 2px #8cfeff; box-shadow: 1px 1px 3px 2px #8cfeff;">
Div content here</div>
This div box has shadow with color #8cfeff
Comments
No comments written yet.
Please login to write comment.