Color Hex Logo

#139971 Color Hex

#139971
(19,153,113)
0 Favorites   0 Comments

Color spaces of #139971

RGB 19153113
HSL0.450.780.34
HSV162°88°60°
CMYK 0.880.000.26   0.40
XYZ14.640424.113219.5055
Yxy24.11320.25130.4139
Hunter Lab49.1052-32.715510.8225
CIE-Lab56.2010-43.186311.7398

#139971 color RGB value is (19,153,113).

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

The process color (four color CMYK) of #139971 color hex is 0.88, 0.00, 0.26, 0.40. Web safe color of #139971 is #009966. Color #139971 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011001 01110001
Octal 23 231 161
Decimal 19 153 113
Hex 13 99 71

RGB Percentages of Color #139971

%6.67
%53.68
%39.65

CMYK Percentages of Color #139971

%88
%0
%26
%40

Triadic Colors of #139971

#139971 #711399 #997113

Analogous Colors of #139971

#139971 #137e99 #13992e

Monochromatic Colors of #139971

#139971

Complementary Color

#139971 #99133b

#139971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139971 Color CSS Codes

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

#139971 Text Font Color

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

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


#139971 Background Color

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

This div background color is #139971


#139971 Border Color

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

This div border color is #139971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139971


Comments

No comments written yet.

Please login to write comment.