Color Hex Logo

#13993f Color Hex

#13993F
(19,153,63)
0 Favorites   0 Comments

Color spaces of #13993f

RGB 1915363
HSL0.390.780.34
HSV140°88°60°
CMYK 0.880.000.59   0.40
XYZ12.557023.27988.5343
Yxy23.27980.28300.5247
Hunter Lab48.2491-37.980823.2872
CIE-Lab55.3594-52.928437.4415

#13993f color RGB value is (19,153,63).

#13993f hex color red value is 19, green value is 153 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #13993f hue: 0.39 , saturation: 0.78 and the lightness value of 13993f is 0.34.

The process color (four color CMYK) of #13993f color hex is 0.88, 0.00, 0.59, 0.40. Web safe color of #13993f is #009933. Color #13993f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011001 00111111
Octal 23 231 77
Decimal 19 153 63
Hex 13 99 3F

RGB Percentages of Color #13993f

%8.09
%65.11
%26.81

CMYK Percentages of Color #13993f

%88
%0
%59
%40

Triadic Colors of #13993f

#13993f #3f1399 #993f13

Analogous Colors of #13993f

#13993f #139982 #2a9913

Monochromatic Colors of #13993f

#13993f

Complementary Color

#13993f #99136d

#13993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#13993f Color CSS Codes

.mybgcolor {background-color:#13993f; } 
.myforecolor {color:#13993f; }
.mybordercolor {border:3px solid #13993f; }

#13993f Text Font Color

<p style="color:#13993f">Text here</p>

This sample text font color is #13993f
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.


#13993f Background Color

<div style="background-color:#13993f">
Div content here</div>

This div background color is #13993f


#13993f Border Color

<div style="border:3px solid #13993f">
Div here</div>

This div border color is #13993f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,153,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13993f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13993f;
  -webkit-box-shadow: 1px 1px 3px 2px #13993f;
  box-shadow:         1px 1px 3px 2px #13993f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,153,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #13993f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #13993f;
  -webkit-box-shadow: 1px 1px 3px 2px #13993f;
  box-shadow:         1px 1px 3px 2px #13993f;">
Div content here</div>

This div box has shadow with color #13993f


Comments

No comments written yet.

Please login to write comment.