Color Hex Logo

#139abc Color Hex

#139ABC
(19,154,188)
0 Favorites   0 Comments

Color spaces of #139abc

RGB 19154188
HSL0.530.820.41
HSV192°90°74°
CMYK 0.900.180.00   0.26
XYZ20.901326.880551.6638
Yxy26.88050.21020.2703
Hunter Lab51.8464-18.7709-22.7887
CIE-Lab58.8636-20.8907-26.9180

#139abc color RGB value is (19,154,188).

#139abc hex color red value is 19, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #139abc hue: 0.53 , saturation: 0.82 and the lightness value of 139abc is 0.41.

The process color (four color CMYK) of #139abc color hex is 0.90, 0.18, 0.00, 0.26. Web safe color of #139abc is #0099cc. Color #139abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011010 10111100
Octal 23 232 274
Decimal 19 154 188
Hex 13 9A BC

RGB Percentages of Color #139abc

%5.26
%42.66
%52.08

CMYK Percentages of Color #139abc

%90
%18
%0
%26

Triadic Colors of #139abc

#139abc #bc139a #9abc13

Analogous Colors of #139abc

#139abc #1345bc #13bc8a

Monochromatic Colors of #139abc

#139abc

Complementary Color

#139abc #bc3513

#139abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#139abc Color CSS Codes

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

#139abc Text Font Color

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

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


#139abc Background Color

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

This div background color is #139abc


#139abc Border Color

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

This div border color is #139abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139abc


Comments

No comments written yet.

Please login to write comment.