Color spaces of #8fdffc
RGB | 143 | 223 | 252 |
---|---|---|---|
HSL | 0.54 | 0.95 | 0.77 |
HSV | 196° | 43° | 99° |
CMYK | 0.43 | 0.12 | 0.00 0.01 |
XYZ | 55.2861 | 65.6433 | 101.8520 |
Yxy | 65.6433 | 0.2482 | 0.2947 |
Hunter Lab | 81.0206 | -19.9827 | -17.8198 |
CIE-Lab | 84.8141 | -17.1661 | -21.7815 |
#8fdffc color RGB value is (143,223,252).
#8fdffc hex color red value is 143, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8fdffc hue: 0.54 , saturation: 0.95 and the lightness value of 8fdffc is 0.77.
The process color (four color CMYK) of #8fdffc color hex is 0.43, 0.12, 0.00, 0.01. Web safe color of #8fdffc is #99ccff. Color #8fdffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11011111 | 11111100 |
Octal | 217 | 337 | 374 |
Decimal | 143 | 223 | 252 |
Hex | 8F | DF | FC |
Shades of #8fdffc
Tints of #8fdffc
RGB Percentages of Color #8fdffc
CMYK Percentages of Color #8fdffc
Complementary Color
#8fdffc | #fcac8f |
#8fdffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fdffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fdffc Color CSS Codes
.mybgcolor {background-color:#8fdffc; } .myforecolor {color:#8fdffc; } .mybordercolor {border:3px solid #8fdffc; }
#8fdffc Text Font Color
<p style="color:#8fdffc">Text here</p>
This sample text font color is #8fdffc
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.
#8fdffc Background Color
<div style="background-color:#8fdffc">
Div content here</div>
This div background color is #8fdffc
#8fdffc Border Color
<div style="border:3px solid #8fdffc">
Div here</div>
This div border color is #8fdffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,223,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fdffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fdffc; -webkit-box-shadow: 1px 1px 3px 2px #8fdffc; box-shadow: 1px 1px 3px 2px #8fdffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,223,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 #8fdffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fdffc; -webkit-box-shadow: 1px 1px 3px 2px #8fdffc; box-shadow: 1px 1px 3px 2px #8fdffc;">
Div content here</div>
This div box has shadow with color #8fdffc
Comments
No comments written yet.
Please login to write comment.