Color spaces of #143246
RGB | 20 | 50 | 70 |
---|---|---|---|
HSL | 0.57 | 0.56 | 0.18 |
HSV | 204° | 71° | 27° |
CMYK | 0.71 | 0.29 | 0.00 0.73 |
XYZ | 2.5346 | 2.8721 | 6.2151 |
Yxy | 2.8721 | 0.2181 | 0.2471 |
Hunter Lab | 16.9473 | -2.9616 | -9.8804 |
CIE-Lab | 19.5242 | -3.7412 | -15.7576 |
#143246 color RGB value is (20,50,70).
#143246 hex color red value is 20, green value is 50 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #143246 hue: 0.57 , saturation: 0.56 and the lightness value of 143246 is 0.18.
The process color (four color CMYK) of #143246 color hex is 0.71, 0.29, 0.00, 0.73. Web safe color of #143246 is #003333. Color #143246 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00110010 | 01000110 |
Octal | 24 | 62 | 106 |
Decimal | 20 | 50 | 70 |
Hex | 14 | 32 | 46 |
Shades of #143246
Tints of #143246
RGB Percentages of Color #143246
CMYK Percentages of Color #143246
Complementary Color
#143246 | #462814 |
#143246 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#143246 Color Preview on White Background
Lorem ipsum dolor sit amet.
#143246 Color CSS Codes
.mybgcolor {background-color:#143246; } .myforecolor {color:#143246; } .mybordercolor {border:3px solid #143246; }
#143246 Text Font Color
<p style="color:#143246">Text here</p>
This sample text font color is #143246
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.
#143246 Background Color
<div style="background-color:#143246">
Div content here</div>
This div background color is #143246
#143246 Border Color
<div style="border:3px solid #143246">
Div here</div>
This div border color is #143246
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,50,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #143246; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #143246; -webkit-box-shadow: 1px 1px 3px 2px #143246; box-shadow: 1px 1px 3px 2px #143246; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,50,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #143246">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #143246; -webkit-box-shadow: 1px 1px 3px 2px #143246; box-shadow: 1px 1px 3px 2px #143246;">
Div content here</div>
This div box has shadow with color #143246
Comments
No comments written yet.
Please login to write comment.