Color Hex Logo

#138eba Color Hex

#138EBA
(19,142,186)
0 Favorites   0 Comments

Color spaces of #138eba

RGB 19142186
HSL0.540.810.40
HSV196°90°73°
CMYK 0.900.240.00   0.27
XYZ18.804523.029649.9084
Yxy23.02960.20500.2510
Hunter Lab47.9892-14.0360-28.0688
CIE-Lab55.1028-15.1303-31.6149

#138eba color RGB value is (19,142,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001110 10111010
Octal 23 216 272
Decimal 19 142 186
Hex 13 8E BA

RGB Percentages of Color #138eba

%5.48
%40.92
%53.60

CMYK Percentages of Color #138eba

%90
%24
%0
%27

Triadic Colors of #138eba

#138eba #ba138e #8eba13

Analogous Colors of #138eba

#138eba #133aba #13ba93

Monochromatic Colors of #138eba

#138eba

Complementary Color

#138eba #ba3f13

#138eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#138eba Color CSS Codes

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

#138eba Text Font Color

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

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


#138eba Background Color

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

This div background color is #138eba


#138eba Border Color

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

This div border color is #138eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138eba


Comments

No comments written yet.

Please login to write comment.