Color Hex Logo

#138aab Color Hex

#138AAB
(19,138,171)
0 Favorites   0 Comments

Color spaces of #138aab

RGB 19138171
HSL0.540.800.37
HSV193°89°67°
CMYK 0.890.190.00   0.33
XYZ16.707721.255741.7502
Yxy21.25570.20960.2667
Hunter Lab46.1039-15.9948-21.4184
CIE-Lab53.2282-18.3085-25.9401

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001010 10101011
Octal 23 212 253
Decimal 19 138 171
Hex 13 8A AB

RGB Percentages of Color #138aab

%5.79
%42.07
%52.13

CMYK Percentages of Color #138aab

%89
%19
%0
%33

Triadic Colors of #138aab

#138aab #ab138a #8aab13

Analogous Colors of #138aab

#138aab #133eab #13ab80

Monochromatic Colors of #138aab

#138aab

Complementary Color

#138aab #ab3413

#138aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#138aab Color CSS Codes

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

#138aab Text Font Color

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

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


#138aab Background Color

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

This div background color is #138aab


#138aab Border Color

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

This div border color is #138aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138aab


Comments

No comments written yet.

Please login to write comment.