Color Hex Logo

#137adc Color Hex

#137ADC
(19,122,220)
0 Favorites   0 Comments

Color spaces of #137adc

RGB 19122220
HSL0.580.840.47
HSV209°91°86°
CMYK 0.910.450.00   0.14
XYZ20.146419.224870.3591
Yxy19.22480.18360.1752
Hunter Lab43.84615.2865-64.4494
CIE-Lab50.94929.5450-57.4790

#137adc color RGB value is (19,122,220).

#137adc hex color red value is 19, green value is 122 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #137adc hue: 0.58 , saturation: 0.84 and the lightness value of 137adc is 0.47.

The process color (four color CMYK) of #137adc color hex is 0.91, 0.45, 0.00, 0.14. Web safe color of #137adc is #0066cc. Color #137adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111010 11011100
Octal 23 172 334
Decimal 19 122 220
Hex 13 7A DC

RGB Percentages of Color #137adc

%5.26
%33.80
%60.94

CMYK Percentages of Color #137adc

%91
%45
%0
%14

Triadic Colors of #137adc

#137adc #dc137a #7adc13

Analogous Colors of #137adc

#137adc #1316dc #13dcda

Monochromatic Colors of #137adc

#137adc

Complementary Color

#137adc #dc7513

#137adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#137adc Color CSS Codes

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

#137adc Text Font Color

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

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


#137adc Background Color

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

This div background color is #137adc


#137adc Border Color

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

This div border color is #137adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137adc


Comments

No comments written yet.

Please login to write comment.