Color Hex Logo

#139aab Color Hex

#139AAB
(19,154,171)
0 Favorites   0 Comments

Color spaces of #139aab

RGB 19154171
HSL0.520.800.37
HSV187°89°67°
CMYK 0.890.100.00   0.33
XYZ19.174826.189942.5726
Yxy26.18990.21810.2978
Hunter Lab51.1761-22.6772-13.4992
CIE-Lab58.2169-26.6529-18.2868

#139aab color RGB value is (19,154,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011010 10101011
Octal 23 232 253
Decimal 19 154 171
Hex 13 9A AB

RGB Percentages of Color #139aab

%5.52
%44.77
%49.71

CMYK Percentages of Color #139aab

%89
%10
%0
%33

Triadic Colors of #139aab

#139aab #ab139a #9aab13

Analogous Colors of #139aab

#139aab #134eab #13ab70

Monochromatic Colors of #139aab

#139aab

Complementary Color

#139aab #ab2413

#139aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#139aab Color CSS Codes

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

#139aab Text Font Color

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

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


#139aab Background Color

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

This div background color is #139aab


#139aab Border Color

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

This div border color is #139aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139aab


Comments

No comments written yet.

Please login to write comment.