Color Hex Logo

#137eec Color Hex

#137EEC
(19,126,236)
0 Favorites   0 Comments

Color spaces of #137eec

RGB 19126236
HSL0.580.850.50
HSV210°92°93°
CMYK 0.920.470.00   0.07
XYZ22.869721.116382.2274
Yxy21.11630.18120.1673
Hunter Lab45.95258.4193-73.9268
CIE-Lab53.076513.2446-63.0328

#137eec color RGB value is (19,126,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111110 11101100
Octal 23 176 354
Decimal 19 126 236
Hex 13 7E EC

RGB Percentages of Color #137eec

%4.99
%33.07
%61.94

CMYK Percentages of Color #137eec

%92
%47
%0
%7

Triadic Colors of #137eec

#137eec #ec137e #7eec13

Analogous Colors of #137eec

#137eec #1413ec #13ebec

Monochromatic Colors of #137eec

#137eec

Complementary Color

#137eec #ec8113

#137eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#137eec Color CSS Codes

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

#137eec Text Font Color

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

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


#137eec Background Color

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

This div background color is #137eec


#137eec Border Color

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

This div border color is #137eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137eec


Comments

No comments written yet.

Please login to write comment.