Color Hex Logo

#139d7c Color Hex

#139D7C
(19,157,124)
0 Favorites   0 Comments

Color spaces of #139d7c

RGB 19157124
HSL0.460.780.35
HSV166°88°62°
CMYK 0.880.000.21   0.38
XYZ15.963625.707623.1895
Yxy25.70760.24610.3964
Hunter Lab50.7027-32.52948.3748
CIE-Lab57.7585-42.05677.7323

#139d7c color RGB value is (19,157,124).

#139d7c hex color red value is 19, green value is 157 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #139d7c hue: 0.46 , saturation: 0.78 and the lightness value of 139d7c is 0.35.

The process color (four color CMYK) of #139d7c color hex is 0.88, 0.00, 0.21, 0.38. Web safe color of #139d7c is #009966. Color #139d7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011101 01111100
Octal 23 235 174
Decimal 19 157 124
Hex 13 9D 7C

RGB Percentages of Color #139d7c

%6.33
%52.33
%41.33

CMYK Percentages of Color #139d7c

%88
%0
%21
%38

Triadic Colors of #139d7c

#139d7c #7c139d #9d7c13

Analogous Colors of #139d7c

#139d7c #13799d #139d37

Monochromatic Colors of #139d7c

#139d7c

Complementary Color

#139d7c #9d1334

#139d7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139d7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#139d7c Color CSS Codes

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

#139d7c Text Font Color

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

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


#139d7c Background Color

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

This div background color is #139d7c


#139d7c Border Color

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

This div border color is #139d7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,157,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #139d7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #139d7c;
  -webkit-box-shadow: 1px 1px 3px 2px #139d7c;
  box-shadow:         1px 1px 3px 2px #139d7c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139d7c


Comments

No comments written yet.

Please login to write comment.