Color Hex Logo

#11941c Color Hex

#11941C
(17,148,28)
0 Favorites   0 Comments

Color spaces of #11941c

RGB 1714828
HSL0.350.790.32
HSV125°89°58°
CMYK 0.890.000.81   0.42
XYZ11.030721.38284.6445
Yxy21.38280.29770.5770
Hunter Lab46.2415-38.342426.4140
CIE-Lab53.3659-55.102449.7159

#11941c color RGB value is (17,148,28).

#11941c hex color red value is 17, green value is 148 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #11941c hue: 0.35 , saturation: 0.79 and the lightness value of 11941c is 0.32.

The process color (four color CMYK) of #11941c color hex is 0.89, 0.00, 0.81, 0.42. Web safe color of #11941c is #009933. Color #11941c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010100 00011100
Octal 21 224 34
Decimal 17 148 28
Hex 11 94 1C

RGB Percentages of Color #11941c

%8.81
%76.68
%14.51

CMYK Percentages of Color #11941c

%89
%0
%81
%42

Triadic Colors of #11941c

#11941c #1c1194 #941c11

Analogous Colors of #11941c

#11941c #11945e #489411

Monochromatic Colors of #11941c

#11941c

Complementary Color

#11941c #941189

#11941c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11941c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11941c Color CSS Codes

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

#11941c Text Font Color

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

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


#11941c Background Color

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

This div background color is #11941c


#11941c Border Color

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

This div border color is #11941c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,148,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11941c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11941c;
  -webkit-box-shadow: 1px 1px 3px 2px #11941c;
  box-shadow:         1px 1px 3px 2px #11941c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11941c


Comments

No comments written yet.

Please login to write comment.