Color Hex Logo

#139bdf Color Hex

#139BDF
(19,155,223)
0 Favorites   0 Comments

Color spaces of #139bdf

RGB 19155223
HSL0.560.840.47
HSV200°91°87°
CMYK 0.910.300.00   0.13
XYZ25.309228.908874.0581
Yxy28.90880.19730.2254
Hunter Lab53.7669-10.0684-44.0287
CIE-Lab60.7011-8.9335-43.6440

#139bdf color RGB value is (19,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011011 11011111
Octal 23 233 337
Decimal 19 155 223
Hex 13 9B DF

RGB Percentages of Color #139bdf

%4.79
%39.04
%56.17

CMYK Percentages of Color #139bdf

%91
%30
%0
%13

Triadic Colors of #139bdf

#139bdf #df139b #9bdf13

Analogous Colors of #139bdf

#139bdf #1335df #13dfbd

Monochromatic Colors of #139bdf

#139bdf

Complementary Color

#139bdf #df5713

#139bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#139bdf Color CSS Codes

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

#139bdf Text Font Color

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

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


#139bdf Background Color

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

This div background color is #139bdf


#139bdf Border Color

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

This div border color is #139bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139bdf


Comments

No comments written yet.

Please login to write comment.