Color Hex Logo

#139dad Color Hex

#139DAD
(19,157,173)
0 Favorites   0 Comments

Color spaces of #139dad

RGB 19157173
HSL0.520.800.38
HSV186°89°68°
CMYK 0.890.090.00   0.32
XYZ19.868427.269543.7515
Yxy27.26950.21860.3000
Hunter Lab52.2202-23.4709-13.1206
CIE-Lab59.2230-27.4955-17.8898

#139dad color RGB value is (19,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011101 10101101
Octal 23 235 255
Decimal 19 157 173
Hex 13 9D AD

RGB Percentages of Color #139dad

%5.44
%44.99
%49.57

CMYK Percentages of Color #139dad

%89
%9
%0
%32

Triadic Colors of #139dad

#139dad #ad139d #9dad13

Analogous Colors of #139dad

#139dad #1350ad #13ad70

Monochromatic Colors of #139dad

#139dad

Complementary Color

#139dad #ad2313

#139dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#139dad Color CSS Codes

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

#139dad Text Font Color

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

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


#139dad Background Color

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

This div background color is #139dad


#139dad Border Color

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

This div border color is #139dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139dad


Comments

No comments written yet.

Please login to write comment.