Color Hex Logo

#139dac Color Hex

#139DAC
(19,157,172)
0 Favorites   0 Comments

Color spaces of #139dac

RGB 19157172
HSL0.520.800.37
HSV186°89°67°
CMYK 0.890.090.00   0.33
XYZ19.771927.230943.2437
Yxy27.23090.21910.3017
Hunter Lab52.1832-23.6881-12.6047
CIE-Lab59.1874-27.8236-17.3778

#139dac color RGB value is (19,157,172).

#139dac hex color red value is 19, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #139dac hue: 0.52 , saturation: 0.80 and the lightness value of 139dac is 0.37.

The process color (four color CMYK) of #139dac color hex is 0.89, 0.09, 0.00, 0.33. Web safe color of #139dac is #009999. Color #139dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011101 10101100
Octal 23 235 254
Decimal 19 157 172
Hex 13 9D AC

RGB Percentages of Color #139dac

%5.46
%45.11
%49.43

CMYK Percentages of Color #139dac

%89
%9
%0
%33

Triadic Colors of #139dac

#139dac #ac139d #9dac13

Analogous Colors of #139dac

#139dac #1351ac #13ac6f

Monochromatic Colors of #139dac

#139dac

Complementary Color

#139dac #ac2213

#139dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#139dac Color CSS Codes

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

#139dac Text Font Color

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

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


#139dac Background Color

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

This div background color is #139dac


#139dac Border Color

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

This div border color is #139dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139dac


Comments

No comments written yet.

Please login to write comment.