Color Hex Logo

#139979 Color Hex

#139979
(19,153,121)
0 Favorites   0 Comments

Color spaces of #139979

RGB 19153121
HSL0.460.780.34
HSV166°88°60°
CMYK 0.880.000.21   0.40
XYZ15.111024.301421.9834
Yxy24.30140.24610.3958
Hunter Lab49.2965-31.55268.0676
CIE-Lab56.3883-41.15237.4776

#139979 color RGB value is (19,153,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011001 01111001
Octal 23 231 171
Decimal 19 153 121
Hex 13 99 79

RGB Percentages of Color #139979

%6.48
%52.22
%41.30

CMYK Percentages of Color #139979

%88
%0
%21
%40

Triadic Colors of #139979

#139979 #791399 #997913

Analogous Colors of #139979

#139979 #137699 #139936

Monochromatic Colors of #139979

#139979

Complementary Color

#139979 #991333

#139979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139979 Color CSS Codes

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

#139979 Text Font Color

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

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


#139979 Background Color

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

This div background color is #139979


#139979 Border Color

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

This div border color is #139979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139979


Comments

No comments written yet.

Please login to write comment.