Color Hex Logo

#139adc Color Hex

#139ADC
(19,154,220)
0 Favorites   0 Comments

Color spaces of #139adc

RGB 19154220
HSL0.550.840.47
HSV200°91°86°
CMYK 0.910.300.00   0.14
XYZ24.742428.417071.8911
Yxy28.41700.19790.2272
Hunter Lab53.3076-10.4386-42.6437
CIE-Lab60.2636-9.4674-42.6656

#139adc color RGB value is (19,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011010 11011100
Octal 23 232 334
Decimal 19 154 220
Hex 13 9A DC

RGB Percentages of Color #139adc

%4.83
%39.19
%55.98

CMYK Percentages of Color #139adc

%91
%30
%0
%14

Triadic Colors of #139adc

#139adc #dc139a #9adc13

Analogous Colors of #139adc

#139adc #1336dc #13dcba

Monochromatic Colors of #139adc

#139adc

Complementary Color

#139adc #dc5513

#139adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#139adc Color CSS Codes

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

#139adc Text Font Color

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

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


#139adc Background Color

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

This div background color is #139adc


#139adc Border Color

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

This div border color is #139adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139adc


Comments

No comments written yet.

Please login to write comment.