Color spaces of #86fbfc
RGB | 134 | 251 | 252 |
---|---|---|---|
HSL | 0.50 | 0.95 | 0.76 |
HSV | 181° | 47° | 99° |
CMYK | 0.47 | 0.00 | 0.00 0.01 |
XYZ | 61.8994 | 81.0910 | 104.4851 |
Yxy | 81.0910 | 0.2501 | 0.3277 |
Hunter Lab | 90.0505 | -34.8902 | -5.7585 |
CIE-Lab | 92.1722 | -32.8622 | -10.7664 |
#86fbfc color RGB value is (134,251,252).
#86fbfc hex color red value is 134, green value is 251 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #86fbfc hue: 0.50 , saturation: 0.95 and the lightness value of 86fbfc is 0.76.
The process color (four color CMYK) of #86fbfc color hex is 0.47, 0.00, 0.00, 0.01. Web safe color of #86fbfc is #99ffff. Color #86fbfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 11111011 | 11111100 |
Octal | 206 | 373 | 374 |
Decimal | 134 | 251 | 252 |
Hex | 86 | FB | FC |
Shades of #86fbfc
Tints of #86fbfc
RGB Percentages of Color #86fbfc
CMYK Percentages of Color #86fbfc
Complementary Color
#86fbfc | #fc8786 |
#86fbfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86fbfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#86fbfc Color CSS Codes
.mybgcolor {background-color:#86fbfc; } .myforecolor {color:#86fbfc; } .mybordercolor {border:3px solid #86fbfc; }
#86fbfc Text Font Color
<p style="color:#86fbfc">Text here</p>
This sample text font color is #86fbfc
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.
#86fbfc Background Color
<div style="background-color:#86fbfc">
Div content here</div>
This div background color is #86fbfc
#86fbfc Border Color
<div style="border:3px solid #86fbfc">
Div here</div>
This div border color is #86fbfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,251,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86fbfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86fbfc; -webkit-box-shadow: 1px 1px 3px 2px #86fbfc; box-shadow: 1px 1px 3px 2px #86fbfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,251,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 #86fbfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86fbfc; -webkit-box-shadow: 1px 1px 3px 2px #86fbfc; box-shadow: 1px 1px 3px 2px #86fbfc;">
Div content here</div>
This div box has shadow with color #86fbfc
Comments
No comments written yet.
Please login to write comment.