Color Hex Logo

#139efb Color Hex

#139EFB
(19,158,251)
0 Favorites   0 Comments

Color spaces of #139efb

RGB 19158251
HSL0.570.970.53
HSV204°92°98°
CMYK 0.920.370.00   0.02
XYZ29.908031.557295.7816
Yxy31.55720.19020.2007
Hunter Lab56.1758-3.2742-61.7684
CIE-Lab62.9752-0.3263-55.4690

#139efb color RGB value is (19,158,251).

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

The process color (four color CMYK) of #139efb color hex is 0.92, 0.37, 0.00, 0.02. Web safe color of #139efb is #0099ff. Color #139efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011110 11111011
Octal 23 236 373
Decimal 19 158 251
Hex 13 9E FB

RGB Percentages of Color #139efb

%4.44
%36.92
%58.64

CMYK Percentages of Color #139efb

%92
%37
%0
%2

Triadic Colors of #139efb

#139efb #fb139e #9efb13

Analogous Colors of #139efb

#139efb #132afb #13fbe4

Monochromatic Colors of #139efb

#139efb

Complementary Color

#139efb #fb7013

#139efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#139efb Color CSS Codes

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

#139efb Text Font Color

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

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


#139efb Background Color

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

This div background color is #139efb


#139efb Border Color

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

This div border color is #139efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139efb


Comments

No comments written yet.

Please login to write comment.