Color Hex Logo

#138eec Color Hex

#138EEC
(19,142,236)
0 Favorites   0 Comments

Color spaces of #138eec

RGB 19142236
HSL0.570.850.50
HSV206°92°93°
CMYK 0.920.400.00   0.07
XYZ25.081925.540682.9647
Yxy25.54060.18780.1912
Hunter Lab50.53770.1487-61.9564
CIE-Lab57.59843.4742-55.7792

#138eec color RGB value is (19,142,236).

#138eec hex color red value is 19, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #138eec hue: 0.57 , saturation: 0.85 and the lightness value of 138eec is 0.50.

The process color (four color CMYK) of #138eec color hex is 0.92, 0.40, 0.00, 0.07. Web safe color of #138eec is #0099ff. Color #138eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10001110 11101100
Octal 23 216 354
Decimal 19 142 236
Hex 13 8E EC

RGB Percentages of Color #138eec

%4.79
%35.77
%59.45

CMYK Percentages of Color #138eec

%92
%40
%0
%7

Triadic Colors of #138eec

#138eec #ec138e #8eec13

Analogous Colors of #138eec

#138eec #1322ec #13ecde

Monochromatic Colors of #138eec

#138eec

Complementary Color

#138eec #ec7113

#138eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#138eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#138eec Color CSS Codes

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

#138eec Text Font Color

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

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


#138eec Background Color

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

This div background color is #138eec


#138eec Border Color

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

This div border color is #138eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #138eec


Comments

No comments written yet.

Please login to write comment.