Color Hex Logo

#139f78 Color Hex

#139F78
(19,159,120)
0 Favorites   0 Comments

Color spaces of #139f78

RGB 19159120
HSL0.450.790.35
HSV163°88°62°
CMYK 0.880.000.25   0.38
XYZ16.056926.290821.9976
Yxy26.29080.24950.4086
Hunter Lab51.2746-33.832210.4558
CIE-Lab58.3121-43.906510.7692

#139f78 color RGB value is (19,159,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011111 01111000
Octal 23 237 170
Decimal 19 159 120
Hex 13 9F 78

RGB Percentages of Color #139f78

%6.38
%53.36
%40.27

CMYK Percentages of Color #139f78

%88
%0
%25
%38

Triadic Colors of #139f78

#139f78 #78139f #9f7813

Analogous Colors of #139f78

#139f78 #13809f #139f32

Monochromatic Colors of #139f78

#139f78

Complementary Color

#139f78 #9f133a

#139f78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139f78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139f78 Color CSS Codes

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

#139f78 Text Font Color

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

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


#139f78 Background Color

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

This div background color is #139f78


#139f78 Border Color

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

This div border color is #139f78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139f78


Comments

No comments written yet.

Please login to write comment.