Color spaces of #1f5edc
RGB | 31 | 94 | 220 |
---|---|---|---|
HSL | 0.61 | 0.75 | 0.49 |
HSV | 220° | 86° | 86° |
CMYK | 0.86 | 0.57 | 0.00 0.14 |
XYZ | 17.4860 | 13.4640 | 69.3873 |
Yxy | 13.4640 | 0.1743 | 0.1342 |
Hunter Lab | 36.6933 | 20.8499 | -86.4324 |
CIE-Lab | 43.4542 | 28.1042 | -69.6016 |
#1f5edc color RGB value is (31,94,220).
#1f5edc hex color red value is 31, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1f5edc hue: 0.61 , saturation: 0.75 and the lightness value of 1f5edc is 0.49.
The process color (four color CMYK) of #1f5edc color hex is 0.86, 0.57, 0.00, 0.14. Web safe color of #1f5edc is #3366cc. Color #1f5edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011111 | 01011110 | 11011100 |
Octal | 37 | 136 | 334 |
Decimal | 31 | 94 | 220 |
Hex | 1F | 5E | DC |
Shades of #1f5edc
Tints of #1f5edc
RGB Percentages of Color #1f5edc
CMYK Percentages of Color #1f5edc
Complementary Color
#1f5edc | #dc9d1f |
#1f5edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1f5edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#1f5edc Color CSS Codes
.mybgcolor {background-color:#1f5edc; } .myforecolor {color:#1f5edc; } .mybordercolor {border:3px solid #1f5edc; }
#1f5edc Text Font Color
<p style="color:#1f5edc">Text here</p>
This sample text font color is #1f5edc
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.
#1f5edc Background Color
<div style="background-color:#1f5edc">
Div content here</div>
This div background color is #1f5edc
#1f5edc Border Color
<div style="border:3px solid #1f5edc">
Div here</div>
This div border color is #1f5edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(31,94,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1f5edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1f5edc; -webkit-box-shadow: 1px 1px 3px 2px #1f5edc; box-shadow: 1px 1px 3px 2px #1f5edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(31,94,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1f5edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1f5edc; -webkit-box-shadow: 1px 1px 3px 2px #1f5edc; box-shadow: 1px 1px 3px 2px #1f5edc;">
Div content here</div>
This div box has shadow with color #1f5edc
Comments
No comments written yet.
Please login to write comment.