Color Hex Logo

#139fea Color Hex

#139FEA
(19,159,234)
0 Favorites   0 Comments

Color spaces of #139fea

RGB 19159234
HSL0.560.850.50
HSV201°92°92°
CMYK 0.920.320.00   0.08
XYZ27.518030.875282.3511
Yxy30.87520.19550.2194
Hunter Lab55.5655-8.8400-48.9753
CIE-Lab62.4021-7.1677-47.0455

#139fea color RGB value is (19,159,234).

#139fea hex color red value is 19, green value is 159 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #139fea hue: 0.56 , saturation: 0.85 and the lightness value of 139fea is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011111 11101010
Octal 23 237 352
Decimal 19 159 234
Hex 13 9F EA

RGB Percentages of Color #139fea

%4.61
%38.59
%56.80

CMYK Percentages of Color #139fea

%92
%32
%0
%8

Triadic Colors of #139fea

#139fea #ea139f #9fea13

Analogous Colors of #139fea

#139fea #1334ea #13eaca

Monochromatic Colors of #139fea

#139fea

Complementary Color

#139fea #ea5e13

#139fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#139fea Color CSS Codes

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

#139fea Text Font Color

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

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


#139fea Background Color

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

This div background color is #139fea


#139fea Border Color

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

This div border color is #139fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139fea


Comments

No comments written yet.

Please login to write comment.