Color Hex Logo

#139392 Color Hex

#139392
(19,147,146)
0 Favorites   0 Comments

Color spaces of #139392

RGB 19147146
HSL0.500.770.33
HSV180°87°58°
CMYK 0.870.000.01   0.42
XYZ15.890623.081230.8117
Yxy23.08120.22770.3308
Hunter Lab48.0429-25.0347-4.3949
CIE-Lab55.1559-31.2598-8.6226

#139392 color RGB value is (19,147,146).

#139392 hex color red value is 19, green value is 147 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #139392 hue: 0.50 , saturation: 0.77 and the lightness value of 139392 is 0.33.

The process color (four color CMYK) of #139392 color hex is 0.87, 0.00, 0.01, 0.42. Web safe color of #139392 is #009999. Color #139392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010011 10010010
Octal 23 223 222
Decimal 19 147 146
Hex 13 93 92

RGB Percentages of Color #139392

%6.09
%47.12
%46.79

CMYK Percentages of Color #139392

%87
%0
%1
%42

Triadic Colors of #139392

#139392 #921393 #939213

Analogous Colors of #139392

#139392 #135493 #139352

Monochromatic Colors of #139392

#139392

Complementary Color

#139392 #931314

#139392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139392 Color CSS Codes

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

#139392 Text Font Color

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

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


#139392 Background Color

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

This div background color is #139392


#139392 Border Color

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

This div border color is #139392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139392


Comments

No comments written yet.

Please login to write comment.