Color Hex Logo

#139cad Color Hex

#139CAD
(19,156,173)
0 Favorites   0 Comments

Color spaces of #139cad

RGB 19156173
HSL0.520.800.38
HSV187°89°68°
CMYK 0.890.100.00   0.32
XYZ19.699926.932543.6954
Yxy26.93250.21810.2982
Hunter Lab51.8965-23.0604-13.5929
CIE-Lab58.9118-26.9955-18.3632

#139cad color RGB value is (19,156,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011100 10101101
Octal 23 234 255
Decimal 19 156 173
Hex 13 9C AD

RGB Percentages of Color #139cad

%5.46
%44.83
%49.71

CMYK Percentages of Color #139cad

%89
%10
%0
%32

Triadic Colors of #139cad

#139cad #ad139c #9cad13

Analogous Colors of #139cad

#139cad #134fad #13ad71

Monochromatic Colors of #139cad

#139cad

Complementary Color

#139cad #ad2413

#139cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#139cad Color CSS Codes

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

#139cad Text Font Color

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

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


#139cad Background Color

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

This div background color is #139cad


#139cad Border Color

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

This div border color is #139cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,156,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 #139cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139cad


Comments

No comments written yet.

Please login to write comment.