Color Hex Logo

#137eac Color Hex

#137EAC
(19,126,172)
0 Favorites   0 Comments

Color spaces of #137eac

RGB 19126172
HSL0.550.800.37
HSV198°89°67°
CMYK 0.890.270.00   0.33
XYZ15.175818.038741.7117
Yxy18.03870.20250.2408
Hunter Lab42.4720-10.5456-28.4983
CIE-Lab49.5430-11.2601-32.2492

#137eac color RGB value is (19,126,172).

#137eac hex color red value is 19, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #137eac hue: 0.55 , saturation: 0.80 and the lightness value of 137eac is 0.37.

The process color (four color CMYK) of #137eac color hex is 0.89, 0.27, 0.00, 0.33. Web safe color of #137eac is #006699. Color #137eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111110 10101100
Octal 23 176 254
Decimal 19 126 172
Hex 13 7E AC

RGB Percentages of Color #137eac

%5.99
%39.75
%54.26

CMYK Percentages of Color #137eac

%89
%27
%0
%33

Triadic Colors of #137eac

#137eac #ac137e #7eac13

Analogous Colors of #137eac

#137eac #1332ac #13ac8e

Monochromatic Colors of #137eac

#137eac

Complementary Color

#137eac #ac4113

#137eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#137eac Color CSS Codes

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

#137eac Text Font Color

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

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


#137eac Background Color

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

This div background color is #137eac


#137eac Border Color

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

This div border color is #137eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137eac


Comments

No comments written yet.

Please login to write comment.