Color Hex Logo

#139f59 Color Hex

#139F59
(19,159,89)
0 Favorites   0 Comments

Color spaces of #139f59

RGB 1915989
HSL0.420.790.35
HSV150°88°62°
CMYK 0.880.000.44   0.38
XYZ14.469925.656013.6407
Yxy25.65600.26910.4772
Hunter Lab50.6518-37.647719.4892
CIE-Lab57.7091-50.731327.0104

#139f59 color RGB value is (19,159,89).

#139f59 hex color red value is 19, green value is 159 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #139f59 hue: 0.42 , saturation: 0.79 and the lightness value of 139f59 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011111 01011001
Octal 23 237 131
Decimal 19 159 89
Hex 13 9F 59

RGB Percentages of Color #139f59

%7.12
%59.55
%33.33

CMYK Percentages of Color #139f59

%88
%0
%44
%38

Triadic Colors of #139f59

#139f59 #59139f #9f5913

Analogous Colors of #139f59

#139f59 #139f9f #139f13

Monochromatic Colors of #139f59

#139f59

Complementary Color

#139f59 #9f1359

#139f59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139f59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139f59 Color CSS Codes

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

#139f59 Text Font Color

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

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


#139f59 Background Color

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

This div background color is #139f59


#139f59 Border Color

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

This div border color is #139f59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139f59


Comments

No comments written yet.

Please login to write comment.