Color spaces of #143135
RGB | 20 | 49 | 53 |
---|---|---|---|
HSL | 0.52 | 0.45 | 0.14 |
HSV | 187° | 62° | 21° |
CMYK | 0.62 | 0.08 | 0.00 0.79 |
XYZ | 2.0294 | 2.6024 | 3.7635 |
Yxy | 2.6024 | 0.2417 | 0.3100 |
Hunter Lab | 16.1320 | -5.7756 | -2.5397 |
CIE-Lab | 18.3755 | -9.4587 | -5.8808 |
#143135 color RGB value is (20,49,53).
#143135 hex color red value is 20, green value is 49 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #143135 hue: 0.52 , saturation: 0.45 and the lightness value of 143135 is 0.14.
The process color (four color CMYK) of #143135 color hex is 0.62, 0.08, 0.00, 0.79. Web safe color of #143135 is #003333. Color #143135 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 00110001 | 00110101 |
Octal | 24 | 61 | 65 |
Decimal | 20 | 49 | 53 |
Hex | 14 | 31 | 35 |
Shades of #143135
Tints of #143135
RGB Percentages of Color #143135
CMYK Percentages of Color #143135
Complementary Color
#143135 | #351814 |
#143135 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#143135 Color Preview on White Background
Lorem ipsum dolor sit amet.
#143135 Color CSS Codes
.mybgcolor {background-color:#143135; } .myforecolor {color:#143135; } .mybordercolor {border:3px solid #143135; }
#143135 Text Font Color
<p style="color:#143135">Text here</p>
This sample text font color is #143135
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.
#143135 Background Color
<div style="background-color:#143135">
Div content here</div>
This div background color is #143135
#143135 Border Color
<div style="border:3px solid #143135">
Div here</div>
This div border color is #143135
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,49,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #143135; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #143135; -webkit-box-shadow: 1px 1px 3px 2px #143135; box-shadow: 1px 1px 3px 2px #143135; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,49,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #143135">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #143135; -webkit-box-shadow: 1px 1px 3px 2px #143135; box-shadow: 1px 1px 3px 2px #143135;">
Div content here</div>
This div box has shadow with color #143135
Comments
No comments written yet.
Please login to write comment.