Color Hex Logo

#139daa Color Hex

#139DAA
(19,157,170)
0 Favorites   0 Comments

Color spaces of #139daa

RGB 19157170
HSL0.510.800.37
HSV185°89°67°
CMYK 0.890.080.00   0.33
XYZ19.581227.154742.2395
Yxy27.15470.22010.3052
Hunter Lab52.1102-24.1187-11.5822
CIE-Lab59.1172-28.4766-16.3520

#139daa color RGB value is (19,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011101 10101010
Octal 23 235 252
Decimal 19 157 170
Hex 13 9D AA

RGB Percentages of Color #139daa

%5.49
%45.38
%49.13

CMYK Percentages of Color #139daa

%89
%8
%0
%33

Triadic Colors of #139daa

#139daa #aa139d #9daa13

Analogous Colors of #139daa

#139daa #1351aa #13aa6c

Monochromatic Colors of #139daa

#139daa

Complementary Color

#139daa #aa2013

#139daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#139daa Color CSS Codes

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

#139daa Text Font Color

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

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


#139daa Background Color

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

This div background color is #139daa


#139daa Border Color

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

This div border color is #139daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139daa


Comments

No comments written yet.

Please login to write comment.