Color Hex Logo

#139fde Color Hex

#139FDE
(19,159,222)
0 Favorites   0 Comments

Color spaces of #139fde

RGB 19159222
HSL0.550.840.47
HSV199°91°87°
CMYK 0.910.280.00   0.13
XYZ25.851530.208673.5756
Yxy30.20860.19940.2330
Hunter Lab54.9624-12.2268-40.8952
CIE-Lab61.8338-11.5347-41.3082

#139fde color RGB value is (19,159,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011111 11011110
Octal 23 237 336
Decimal 19 159 222
Hex 13 9F DE

RGB Percentages of Color #139fde

%4.75
%39.75
%55.50

CMYK Percentages of Color #139fde

%91
%28
%0
%13

Triadic Colors of #139fde

#139fde #de139f #9fde13

Analogous Colors of #139fde

#139fde #1339de #13deb8

Monochromatic Colors of #139fde

#139fde

Complementary Color

#139fde #de5213

#139fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#139fde Color CSS Codes

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

#139fde Text Font Color

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

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


#139fde Background Color

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

This div background color is #139fde


#139fde Border Color

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

This div border color is #139fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139fde


Comments

No comments written yet.

Please login to write comment.