Color spaces of #2686fc
RGB | 38 | 134 | 252 |
---|---|---|---|
HSL | 0.59 | 0.97 | 0.57 |
HSV | 213° | 85° | 99° |
CMYK | 0.85 | 0.47 | 0.00 0.01 |
XYZ | 26.8951 | 24.4905 | 95.4051 |
Yxy | 24.4905 | 0.1832 | 0.1668 |
Hunter Lab | 49.4879 | 10.4053 | -79.6606 |
CIE-Lab | 56.5756 | 15.4319 | -66.2514 |
#2686fc color RGB value is (38,134,252).
#2686fc hex color red value is 38, green value is 134 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #2686fc hue: 0.59 , saturation: 0.97 and the lightness value of 2686fc is 0.57.
The process color (four color CMYK) of #2686fc color hex is 0.85, 0.47, 0.00, 0.01. Web safe color of #2686fc is #3399ff. Color #2686fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100110 | 10000110 | 11111100 |
Octal | 46 | 206 | 374 |
Decimal | 38 | 134 | 252 |
Hex | 26 | 86 | FC |
Shades of #2686fc
Tints of #2686fc
RGB Percentages of Color #2686fc
CMYK Percentages of Color #2686fc
Complementary Color
#2686fc | #fc9c26 |
#2686fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2686fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2686fc Color CSS Codes
.mybgcolor {background-color:#2686fc; } .myforecolor {color:#2686fc; } .mybordercolor {border:3px solid #2686fc; }
#2686fc Text Font Color
<p style="color:#2686fc">Text here</p>
This sample text font color is #2686fc
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.
#2686fc Background Color
<div style="background-color:#2686fc">
Div content here</div>
This div background color is #2686fc
#2686fc Border Color
<div style="border:3px solid #2686fc">
Div here</div>
This div border color is #2686fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(38,134,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2686fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2686fc; -webkit-box-shadow: 1px 1px 3px 2px #2686fc; box-shadow: 1px 1px 3px 2px #2686fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(38,134,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 #2686fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2686fc; -webkit-box-shadow: 1px 1px 3px 2px #2686fc; box-shadow: 1px 1px 3px 2px #2686fc;">
Div content here</div>
This div box has shadow with color #2686fc
Comments
No comments written yet.
Please login to write comment.