Color Hex Logo

#139abe Color Hex

#139ABE
(19,154,190)
0 Favorites   0 Comments

Color spaces of #139abe

RGB 19154190
HSL0.540.820.41
HSV193°90°75°
CMYK 0.900.190.00   0.25
XYZ21.118426.967452.8074
Yxy26.96740.20930.2673
Hunter Lab51.9301-18.2873-23.9405
CIE-Lab58.9441-20.1967-27.9217

#139abe color RGB value is (19,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011010 10111110
Octal 23 232 276
Decimal 19 154 190
Hex 13 9A BE

RGB Percentages of Color #139abe

%5.23
%42.42
%52.34

CMYK Percentages of Color #139abe

%90
%19
%0
%25

Triadic Colors of #139abe

#139abe #be139a #9abe13

Analogous Colors of #139abe

#139abe #1345be #13be8d

Monochromatic Colors of #139abe

#139abe

Complementary Color

#139abe #be3713

#139abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#139abe Color CSS Codes

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

#139abe Text Font Color

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

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


#139abe Background Color

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

This div background color is #139abe


#139abe Border Color

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

This div border color is #139abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139abe


Comments

No comments written yet.

Please login to write comment.