Color spaces of #1e6bdf
RGB | 30 | 107 | 223 |
---|---|---|---|
HSL | 0.60 | 0.76 | 0.50 |
HSV | 216° | 87° | 87° |
CMYK | 0.87 | 0.52 | 0.00 0.13 |
XYZ | 19.1124 | 16.1191 | 71.9160 |
Yxy | 16.1191 | 0.1784 | 0.1504 |
Hunter Lab | 40.1486 | 14.7134 | -78.0989 |
CIE-Lab | 47.1304 | 20.8153 | -65.3293 |
#1e6bdf color RGB value is (30,107,223).
#1e6bdf hex color red value is 30, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1e6bdf hue: 0.60 , saturation: 0.76 and the lightness value of 1e6bdf is 0.50.
The process color (four color CMYK) of #1e6bdf color hex is 0.87, 0.52, 0.00, 0.13. Web safe color of #1e6bdf is #3366cc. Color #1e6bdf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 01101011 | 11011111 |
Octal | 36 | 153 | 337 |
Decimal | 30 | 107 | 223 |
Hex | 1E | 6B | DF |
Shades of #1e6bdf
Tints of #1e6bdf
RGB Percentages of Color #1e6bdf
CMYK Percentages of Color #1e6bdf
Complementary Color
#1e6bdf | #df921e |
#1e6bdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1e6bdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#1e6bdf Color CSS Codes
.mybgcolor {background-color:#1e6bdf; } .myforecolor {color:#1e6bdf; } .mybordercolor {border:3px solid #1e6bdf; }
#1e6bdf Text Font Color
<p style="color:#1e6bdf">Text here</p>
This sample text font color is #1e6bdf
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.
#1e6bdf Background Color
<div style="background-color:#1e6bdf">
Div content here</div>
This div background color is #1e6bdf
#1e6bdf Border Color
<div style="border:3px solid #1e6bdf">
Div here</div>
This div border color is #1e6bdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,107,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1e6bdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1e6bdf; -webkit-box-shadow: 1px 1px 3px 2px #1e6bdf; box-shadow: 1px 1px 3px 2px #1e6bdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,107,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1e6bdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1e6bdf; -webkit-box-shadow: 1px 1px 3px 2px #1e6bdf; box-shadow: 1px 1px 3px 2px #1e6bdf;">
Div content here</div>
This div box has shadow with color #1e6bdf
Comments
No comments written yet.
Please login to write comment.