Color Hex Logo

#139ebe Color Hex

#139EBE
(19,158,190)
0 Favorites   0 Comments

Color spaces of #139ebe

RGB 19158190
HSL0.530.820.41
HSV191°90°75°
CMYK 0.900.170.00   0.25
XYZ21.789728.309953.0311
Yxy28.30990.21130.2745
Hunter Lab53.2070-20.0118-21.8490
CIE-Lab60.1677-22.2952-26.0337

#139ebe color RGB value is (19,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011110 10111110
Octal 23 236 276
Decimal 19 158 190
Hex 13 9E BE

RGB Percentages of Color #139ebe

%5.18
%43.05
%51.77

CMYK Percentages of Color #139ebe

%90
%17
%0
%25

Triadic Colors of #139ebe

#139ebe #be139e #9ebe13

Analogous Colors of #139ebe

#139ebe #1349be #13be89

Monochromatic Colors of #139ebe

#139ebe

Complementary Color

#139ebe #be3313

#139ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#139ebe Color CSS Codes

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

#139ebe Text Font Color

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

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


#139ebe Background Color

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

This div background color is #139ebe


#139ebe Border Color

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

This div border color is #139ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139ebe


Comments

No comments written yet.

Please login to write comment.