Color Hex Logo

#139c8c Color Hex

#139C8C
(19,156,140)
0 Favorites   0 Comments

Color spaces of #139c8c

RGB 19156140
HSL0.480.780.34
HSV173°88°61°
CMYK 0.880.000.10   0.39
XYZ16.890625.808828.9023
Yxy25.80880.23590.3604
Hunter Lab50.8024-29.55701.8306
CIE-Lab57.8551-37.2337-1.1984

#139c8c color RGB value is (19,156,140).

#139c8c hex color red value is 19, green value is 156 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #139c8c hue: 0.48 , saturation: 0.78 and the lightness value of 139c8c is 0.34.

The process color (four color CMYK) of #139c8c color hex is 0.88, 0.00, 0.10, 0.39. Web safe color of #139c8c is #009999. Color #139c8c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011100 10001100
Octal 23 234 214
Decimal 19 156 140
Hex 13 9C 8C

RGB Percentages of Color #139c8c

%6.03
%49.52
%44.44

CMYK Percentages of Color #139c8c

%88
%0
%10
%39

Triadic Colors of #139c8c

#139c8c #8c139c #9c8c13

Analogous Colors of #139c8c

#139c8c #13689c #139c48

Monochromatic Colors of #139c8c

#139c8c

Complementary Color

#139c8c #9c1323

#139c8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139c8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#139c8c Color CSS Codes

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

#139c8c Text Font Color

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

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


#139c8c Background Color

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

This div background color is #139c8c


#139c8c Border Color

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

This div border color is #139c8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139c8c


Comments

No comments written yet.

Please login to write comment.