Color spaces of #13994b
RGB | 19 | 153 | 75 |
---|---|---|---|
HSL | 0.40 | 0.78 | 0.34 |
HSV | 145° | 88° | 60° |
CMYK | 0.88 | 0.00 | 0.51 0.40 |
XYZ | 12.9298 | 23.4289 | 10.4974 |
Yxy | 23.4289 | 0.2759 | 0.5000 |
Hunter Lab | 48.4034 | -37.0240 | 21.0240 |
CIE-Lab | 55.5114 | -51.0880 | 31.5882 |
#13994b color RGB value is (19,153,75).
#13994b hex color red value is 19, green value is 153 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #13994b hue: 0.40 , saturation: 0.78 and the lightness value of 13994b is 0.34.
The process color (four color CMYK) of #13994b color hex is 0.88, 0.00, 0.51, 0.40. Web safe color of #13994b is #009933. Color #13994b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010011 | 10011001 | 01001011 |
Octal | 23 | 231 | 113 |
Decimal | 19 | 153 | 75 |
Hex | 13 | 99 | 4B |
Shades of #13994b
Tints of #13994b
RGB Percentages of Color #13994b
CMYK Percentages of Color #13994b
Complementary Color
#13994b | #991361 |
#13994b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#13994b Color Preview on White Background
Lorem ipsum dolor sit amet.
#13994b Color CSS Codes
.mybgcolor {background-color:#13994b; } .myforecolor {color:#13994b; } .mybordercolor {border:3px solid #13994b; }
#13994b Text Font Color
<p style="color:#13994b">Text here</p>
This sample text font color is #13994b
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.
#13994b Background Color
<div style="background-color:#13994b">
Div content here</div>
This div background color is #13994b
#13994b Border Color
<div style="border:3px solid #13994b">
Div here</div>
This div border color is #13994b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(19,153,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #13994b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #13994b; -webkit-box-shadow: 1px 1px 3px 2px #13994b; box-shadow: 1px 1px 3px 2px #13994b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,153,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #13994b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #13994b; -webkit-box-shadow: 1px 1px 3px 2px #13994b; box-shadow: 1px 1px 3px 2px #13994b;">
Div content here</div>
This div box has shadow with color #13994b
Comments
No comments written yet.
Please login to write comment.