Color Hex Logo

#139556 Color Hex

#139556
(19,149,86)
0 Favorites   0 Comments

Color spaces of #139556

RGB 1914986
HSL0.420.770.33
HSV151°87°58°
CMYK 0.870.000.42   0.42
XYZ12.695722.305212.4403
Yxy22.30520.26760.4702
Hunter Lab47.2284-34.666217.4424
CIE-Lab54.3493-47.640624.2439

#139556 color RGB value is (19,149,86).

#139556 hex color red value is 19, green value is 149 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #139556 hue: 0.42 , saturation: 0.77 and the lightness value of 139556 is 0.33.

The process color (four color CMYK) of #139556 color hex is 0.87, 0.00, 0.42, 0.42. Web safe color of #139556 is #009966. Color #139556 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010101 01010110
Octal 23 225 126
Decimal 19 149 86
Hex 13 95 56

RGB Percentages of Color #139556

%7.48
%58.66
%33.86

CMYK Percentages of Color #139556

%87
%0
%42
%42

Triadic Colors of #139556

#139556 #561395 #955613

Analogous Colors of #139556

#139556 #139395 #139515

Monochromatic Colors of #139556

#139556

Complementary Color

#139556 #951352

#139556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#139556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#139556 Color CSS Codes

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

#139556 Text Font Color

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

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


#139556 Background Color

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

This div background color is #139556


#139556 Border Color

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

This div border color is #139556


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,149,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #139556; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #139556;
  -webkit-box-shadow: 1px 1px 3px 2px #139556;
  box-shadow:         1px 1px 3px 2px #139556; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #139556


Comments

No comments written yet.

Please login to write comment.