Color Hex Logo

#13937a Color Hex

#13937A
(19,147,122)
0 Favorites   0 Comments

Color spaces of #13937a

RGB 19147122
HSL0.470.770.33
HSV168°87°58°
CMYK 0.870.000.17   0.42
XYZ14.215122.411021.9889
Yxy22.41100.24250.3823
Hunter Lab47.3403-29.24635.5988
CIE-Lab54.4604-38.30484.1439

#13937a color RGB value is (19,147,122).

#13937a hex color red value is 19, green value is 147 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #13937a hue: 0.47 , saturation: 0.77 and the lightness value of 13937a is 0.33.

The process color (four color CMYK) of #13937a color hex is 0.87, 0.00, 0.17, 0.42. Web safe color of #13937a is #009966. Color #13937a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010011 01111010
Octal 23 223 172
Decimal 19 147 122
Hex 13 93 7A

RGB Percentages of Color #13937a

%6.60
%51.04
%42.36

CMYK Percentages of Color #13937a

%87
%0
%17
%42

Triadic Colors of #13937a

#13937a #7a1393 #937a13

Analogous Colors of #13937a

#13937a #136c93 #13933a

Monochromatic Colors of #13937a

#13937a

Complementary Color

#13937a #93132c

#13937a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13937a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13937a Color CSS Codes

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

#13937a Text Font Color

<p style="color:#13937a">Text here</p>

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


#13937a Background Color

<div style="background-color:#13937a">
Div content here</div>

This div background color is #13937a


#13937a Border Color

<div style="border:3px solid #13937a">
Div here</div>

This div border color is #13937a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,147,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13937a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13937a;
  -webkit-box-shadow: 1px 1px 3px 2px #13937a;
  box-shadow:         1px 1px 3px 2px #13937a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13937a


Comments

No comments written yet.

Please login to write comment.