Color Hex Logo

#139ecc Color Hex

#139ECC
(19,158,204)
0 Favorites   0 Comments

Color spaces of #139ecc

RGB 19158204
HSL0.540.830.44
HSV195°91°80°
CMYK 0.910.230.00   0.20
XYZ23.394528.951861.4820
Yxy28.95180.20550.2543
Hunter Lab53.8069-16.5527-30.0824
CIE-Lab60.7391-17.4227-32.9988

#139ecc color RGB value is (19,158,204).

#139ecc hex color red value is 19, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #139ecc hue: 0.54 , saturation: 0.83 and the lightness value of 139ecc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10011110 11001100
Octal 23 236 314
Decimal 19 158 204
Hex 13 9E CC

RGB Percentages of Color #139ecc

%4.99
%41.47
%53.54

CMYK Percentages of Color #139ecc

%91
%23
%0
%20

Triadic Colors of #139ecc

#139ecc #cc139e #9ecc13

Analogous Colors of #139ecc

#139ecc #1342cc #13cc9e

Monochromatic Colors of #139ecc

#139ecc

Complementary Color

#139ecc #cc4113

#139ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#139ecc Color CSS Codes

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

#139ecc Text Font Color

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

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


#139ecc Background Color

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

This div background color is #139ecc


#139ecc Border Color

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

This div border color is #139ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139ecc


Comments

No comments written yet.

Please login to write comment.