Color Hex Logo

#138eab Color Hex

#138EAB
(19,142,171)
0 Favorites   0 Comments

Color spaces of #138eab

RGB 19142171
HSL0.530.800.37
HSV191°89°67°
CMYK 0.890.170.00   0.33
XYZ17.292222.424741.9451
Yxy22.42470.21180.2746
Hunter Lab47.3547-17.6891-19.3686
CIE-Lab54.4747-20.4526-24.0166

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001110 10101011
Octal 23 216 253
Decimal 19 142 171
Hex 13 8E AB

RGB Percentages of Color #138eab

%5.72
%42.77
%51.51

CMYK Percentages of Color #138eab

%89
%17
%0
%33

Triadic Colors of #138eab

#138eab #ab138e #8eab13

Analogous Colors of #138eab

#138eab #1342ab #13ab7c

Monochromatic Colors of #138eab

#138eab

Complementary Color

#138eab #ab3013

#138eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#138eab Color CSS Codes

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

#138eab Text Font Color

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

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


#138eab Background Color

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

This div background color is #138eab


#138eab Border Color

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

This div border color is #138eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138eab


Comments

No comments written yet.

Please login to write comment.