Color Hex Logo

#139aad Color Hex

#139AAD
(19,154,173)
0 Favorites   0 Comments

Color spaces of #139aad

RGB 19154173
HSL0.520.800.38
HSV187°89°68°
CMYK 0.890.110.00   0.32
XYZ19.367026.266843.5844
Yxy26.26680.21710.2944
Hunter Lab51.2511-22.2372-14.5449
CIE-Lab58.2894-25.9891-19.3112

#139aad color RGB value is (19,154,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011010 10101101
Octal 23 232 255
Decimal 19 154 173
Hex 13 9A AD

RGB Percentages of Color #139aad

%5.49
%44.51
%50.00

CMYK Percentages of Color #139aad

%89
%11
%0
%32

Triadic Colors of #139aad

#139aad #ad139a #9aad13

Analogous Colors of #139aad

#139aad #134dad #13ad73

Monochromatic Colors of #139aad

#139aad

Complementary Color

#139aad #ad2613

#139aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#139aad Color CSS Codes

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

#139aad Text Font Color

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

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


#139aad Background Color

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

This div background color is #139aad


#139aad Border Color

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

This div border color is #139aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139aad


Comments

No comments written yet.

Please login to write comment.