Color spaces of #86fafa
RGB | 134 | 250 | 250 |
---|---|---|---|
HSL | 0.50 | 0.92 | 0.75 |
HSV | 180° | 46° | 98° |
CMYK | 0.46 | 0.00 | 0.00 0.02 |
XYZ | 61.2724 | 80.3417 | 102.7206 |
Yxy | 80.3417 | 0.2508 | 0.3288 |
Hunter Lab | 89.6335 | -34.8382 | -5.2032 |
CIE-Lab | 91.8380 | -32.8900 | -10.2259 |
#86fafa color RGB value is (134,250,250).
#86fafa hex color red value is 134, green value is 250 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #86fafa hue: 0.50 , saturation: 0.92 and the lightness value of 86fafa is 0.75.
The process color (four color CMYK) of #86fafa color hex is 0.46, 0.00, 0.00, 0.02. Web safe color of #86fafa is #99ffff. Color #86fafa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 11111010 | 11111010 |
Octal | 206 | 372 | 372 |
Decimal | 134 | 250 | 250 |
Hex | 86 | FA | FA |
Shades of #86fafa
Tints of #86fafa
RGB Percentages of Color #86fafa
CMYK Percentages of Color #86fafa
Complementary Color
#86fafa | #fa8686 |
#86fafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86fafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#86fafa Color CSS Codes
.mybgcolor {background-color:#86fafa; } .myforecolor {color:#86fafa; } .mybordercolor {border:3px solid #86fafa; }
#86fafa Text Font Color
<p style="color:#86fafa">Text here</p>
This sample text font color is #86fafa
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.
#86fafa Background Color
<div style="background-color:#86fafa">
Div content here</div>
This div background color is #86fafa
#86fafa Border Color
<div style="border:3px solid #86fafa">
Div here</div>
This div border color is #86fafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,250,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86fafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86fafa; -webkit-box-shadow: 1px 1px 3px 2px #86fafa; box-shadow: 1px 1px 3px 2px #86fafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,250,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86fafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86fafa; -webkit-box-shadow: 1px 1px 3px 2px #86fafa; box-shadow: 1px 1px 3px 2px #86fafa;">
Div content here</div>
This div box has shadow with color #86fafa
Comments
No comments written yet.
Please login to write comment.