Color spaces of #1d6bfc
RGB | 29 | 107 | 252 |
---|---|---|---|
HSL | 0.61 | 0.97 | 0.55 |
HSV | 219° | 88° | 99° |
CMYK | 0.88 | 0.58 | 0.00 0.01 |
XYZ | 23.3351 | 17.8049 | 94.3023 |
Yxy | 17.8049 | 0.1723 | 0.1315 |
Hunter Lab | 42.1959 | 24.8711 | -102.9684 |
CIE-Lab | 49.2586 | 31.7966 | -78.1266 |
#1d6bfc color RGB value is (29,107,252).
#1d6bfc hex color red value is 29, green value is 107 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #1d6bfc hue: 0.61 , saturation: 0.97 and the lightness value of 1d6bfc is 0.55.
The process color (four color CMYK) of #1d6bfc color hex is 0.88, 0.58, 0.00, 0.01. Web safe color of #1d6bfc is #3366ff. Color #1d6bfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 01101011 | 11111100 |
Octal | 35 | 153 | 374 |
Decimal | 29 | 107 | 252 |
Hex | 1D | 6B | FC |
Shades of #1d6bfc
Tints of #1d6bfc
RGB Percentages of Color #1d6bfc
CMYK Percentages of Color #1d6bfc
Complementary Color
#1d6bfc | #fcae1d |
#1d6bfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1d6bfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#1d6bfc Color CSS Codes
.mybgcolor {background-color:#1d6bfc; } .myforecolor {color:#1d6bfc; } .mybordercolor {border:3px solid #1d6bfc; }
#1d6bfc Text Font Color
<p style="color:#1d6bfc">Text here</p>
This sample text font color is #1d6bfc
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.
#1d6bfc Background Color
<div style="background-color:#1d6bfc">
Div content here</div>
This div background color is #1d6bfc
#1d6bfc Border Color
<div style="border:3px solid #1d6bfc">
Div here</div>
This div border color is #1d6bfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,107,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1d6bfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1d6bfc; -webkit-box-shadow: 1px 1px 3px 2px #1d6bfc; box-shadow: 1px 1px 3px 2px #1d6bfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,107,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 #1d6bfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1d6bfc; -webkit-box-shadow: 1px 1px 3px 2px #1d6bfc; box-shadow: 1px 1px 3px 2px #1d6bfc;">
Div content here</div>
This div box has shadow with color #1d6bfc
Comments
No comments written yet.
Please login to write comment.