Color Hex Logo

#137eee Color Hex

#137EEE
(19,126,238)
0 Favorites   0 Comments

Color spaces of #137eee

RGB 19126238
HSL0.590.870.50
HSV211°92°93°
CMYK 0.920.470.00   0.07
XYZ23.162021.233283.7666
Yxy21.23320.18070.1657
Hunter Lab46.07959.0845-75.5259
CIE-Lab53.203814.0155-63.9428

#137eee color RGB value is (19,126,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111110 11101110
Octal 23 176 356
Decimal 19 126 238
Hex 13 7E EE

RGB Percentages of Color #137eee

%4.96
%32.90
%62.14

CMYK Percentages of Color #137eee

%92
%47
%0
%7

Triadic Colors of #137eee

#137eee #ee137e #7eee13

Analogous Colors of #137eee

#137eee #1513ee #13ecee

Monochromatic Colors of #137eee

#137eee

Complementary Color

#137eee #ee8313

#137eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#137eee Color CSS Codes

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

#137eee Text Font Color

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

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


#137eee Background Color

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

This div background color is #137eee


#137eee Border Color

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

This div border color is #137eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137eee


Comments

No comments written yet.

Please login to write comment.