Color spaces of #14596d
RGB | 20 | 89 | 109 |
---|---|---|---|
HSL | 0.54 | 0.69 | 0.25 |
HSV | 193° | 82° | 43° |
CMYK | 0.82 | 0.18 | 0.00 0.57 |
XYZ | 6.6212 | 8.3976 | 15.7399 |
Yxy | 8.3976 | 0.2153 | 0.2730 |
Hunter Lab | 28.9786 | -9.9279 | -11.9187 |
CIE-Lab | 34.7976 | -13.2227 | -17.3828 |
#14596d color RGB value is (20,89,109).
#14596d hex color red value is 20, green value is 89 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #14596d hue: 0.54 , saturation: 0.69 and the lightness value of 14596d is 0.25.
The process color (four color CMYK) of #14596d color hex is 0.82, 0.18, 0.00, 0.57. Web safe color of #14596d is #006666. Color #14596d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010100 | 01011001 | 01101101 |
Octal | 24 | 131 | 155 |
Decimal | 20 | 89 | 109 |
Hex | 14 | 59 | 6D |
Shades of #14596d
Tints of #14596d
RGB Percentages of Color #14596d
CMYK Percentages of Color #14596d
Complementary Color
#14596d | #6d2814 |
#14596d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#14596d Color Preview on White Background
Lorem ipsum dolor sit amet.
#14596d Color CSS Codes
.mybgcolor {background-color:#14596d; } .myforecolor {color:#14596d; } .mybordercolor {border:3px solid #14596d; }
#14596d Text Font Color
<p style="color:#14596d">Text here</p>
This sample text font color is #14596d
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.
#14596d Background Color
<div style="background-color:#14596d">
Div content here</div>
This div background color is #14596d
#14596d Border Color
<div style="border:3px solid #14596d">
Div here</div>
This div border color is #14596d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(20,89,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #14596d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #14596d; -webkit-box-shadow: 1px 1px 3px 2px #14596d; box-shadow: 1px 1px 3px 2px #14596d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(20,89,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #14596d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #14596d; -webkit-box-shadow: 1px 1px 3px 2px #14596d; box-shadow: 1px 1px 3px 2px #14596d;">
Div content here</div>
This div box has shadow with color #14596d
#14596d Color Palettes
Comments
No comments written yet.
Please login to write comment.