Color Hex Logo

#138dba Color Hex

#138DBA
(19,141,186)
0 Favorites   0 Comments

Color spaces of #138dba

RGB 19141186
HSL0.540.810.40
HSV196°90°73°
CMYK 0.900.240.00   0.27
XYZ18.656422.733449.8591
Yxy22.73340.20450.2491
Hunter Lab47.6796-13.5945-28.6246
CIE-Lab54.7967-14.5775-32.0920

#138dba color RGB value is (19,141,186).

#138dba hex color red value is 19, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #138dba hue: 0.54 , saturation: 0.81 and the lightness value of 138dba is 0.40.

The process color (four color CMYK) of #138dba color hex is 0.90, 0.24, 0.00, 0.27. Web safe color of #138dba is #0099cc. Color #138dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001101 10111010
Octal 23 215 272
Decimal 19 141 186
Hex 13 8D BA

RGB Percentages of Color #138dba

%5.49
%40.75
%53.76

CMYK Percentages of Color #138dba

%90
%24
%0
%27

Triadic Colors of #138dba

#138dba #ba138d #8dba13

Analogous Colors of #138dba

#138dba #133aba #13ba94

Monochromatic Colors of #138dba

#138dba

Complementary Color

#138dba #ba4013

#138dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#138dba Color CSS Codes

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

#138dba Text Font Color

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

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


#138dba Background Color

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

This div background color is #138dba


#138dba Border Color

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

This div border color is #138dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138dba


Comments

No comments written yet.

Please login to write comment.