Color Hex Logo

#119359 Color Hex

#119359
(17,147,89)
0 Favorites   0 Comments

Color spaces of #119359

RGB 1714789
HSL0.430.790.32
HSV153°88°58°
CMYK 0.880.000.39   0.42
XYZ12.468121.707912.9841
Yxy21.70790.26440.4603
Hunter Lab46.5917-33.768416.0914
CIE-Lab53.7157-46.445921.7574

#119359 color RGB value is (17,147,89).

#119359 hex color red value is 17, green value is 147 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #119359 hue: 0.43 , saturation: 0.79 and the lightness value of 119359 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010011 01011001
Octal 21 223 131
Decimal 17 147 89
Hex 11 93 59

RGB Percentages of Color #119359

%6.72
%58.10
%35.18

CMYK Percentages of Color #119359

%88
%0
%39
%42

Triadic Colors of #119359

#119359 #591193 #935911

Analogous Colors of #119359

#119359 #118c93 #119318

Monochromatic Colors of #119359

#119359

Complementary Color

#119359 #93114b

#119359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#119359 Color CSS Codes

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

#119359 Text Font Color

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

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


#119359 Background Color

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

This div background color is #119359


#119359 Border Color

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

This div border color is #119359


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,147,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #119359; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #119359;
  -webkit-box-shadow: 1px 1px 3px 2px #119359;
  box-shadow:         1px 1px 3px 2px #119359; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,147,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119359


Comments

No comments written yet.

Please login to write comment.