Color spaces of #86effb
RGB | 134 | 239 | 251 |
---|---|---|---|
HSL | 0.52 | 0.94 | 0.75 |
HSV | 186° | 47° | 98° |
CMYK | 0.47 | 0.05 | 0.00 0.02 |
XYZ | 58.1106 | 73.7664 | 102.4424 |
Yxy | 73.7664 | 0.2480 | 0.3148 |
Hunter Lab | 85.8874 | -29.5314 | -10.5972 |
CIE-Lab | 88.8120 | -27.4080 | -15.2659 |
#86effb color RGB value is (134,239,251).
#86effb hex color red value is 134, green value is 239 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #86effb hue: 0.52 , saturation: 0.94 and the lightness value of 86effb is 0.75.
The process color (four color CMYK) of #86effb color hex is 0.47, 0.05, 0.00, 0.02. Web safe color of #86effb is #99ffff. Color #86effb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000110 | 11101111 | 11111011 |
Octal | 206 | 357 | 373 |
Decimal | 134 | 239 | 251 |
Hex | 86 | EF | FB |
Shades of #86effb
Tints of #86effb
RGB Percentages of Color #86effb
CMYK Percentages of Color #86effb
Complementary Color
#86effb | #fb9286 |
#86effb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#86effb Color Preview on White Background
Lorem ipsum dolor sit amet.
#86effb Color CSS Codes
.mybgcolor {background-color:#86effb; } .myforecolor {color:#86effb; } .mybordercolor {border:3px solid #86effb; }
#86effb Text Font Color
<p style="color:#86effb">Text here</p>
This sample text font color is #86effb
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.
#86effb Background Color
<div style="background-color:#86effb">
Div content here</div>
This div background color is #86effb
#86effb Border Color
<div style="border:3px solid #86effb">
Div here</div>
This div border color is #86effb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(134,239,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #86effb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #86effb; -webkit-box-shadow: 1px 1px 3px 2px #86effb; box-shadow: 1px 1px 3px 2px #86effb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(134,239,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #86effb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #86effb; -webkit-box-shadow: 1px 1px 3px 2px #86effb; box-shadow: 1px 1px 3px 2px #86effb;">
Div content here</div>
This div box has shadow with color #86effb
Comments
No comments written yet.
Please login to write comment.