Color Hex Logo

#11630c Color Hex

#11630C
(17,99,12)
0 Favorites   0 Comments

Color spaces of #11630c

RGB 179912
HSL0.320.780.22
HSV117°88°39°
CMYK 0.830.000.88   0.61
XYZ4.75949.06941.8476
Yxy9.06940.30360.5785
Hunter Lab30.1154-24.492217.4433
CIE-Lab36.1176-40.352138.4639

#11630c color RGB value is (17,99,12).

#11630c hex color red value is 17, green value is 99 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #11630c hue: 0.32 , saturation: 0.78 and the lightness value of 11630c is 0.22.

The process color (four color CMYK) of #11630c color hex is 0.83, 0.00, 0.88, 0.61. Web safe color of #11630c is #006600. Color #11630c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100011 00001100
Octal 21 143 14
Decimal 17 99 12
Hex 11 63 C

RGB Percentages of Color #11630c

%13.28
%77.34
%9.38

CMYK Percentages of Color #11630c

%83
%0
%88
%61

Triadic Colors of #11630c

#11630c #0c1163 #630c11

Analogous Colors of #11630c

#11630c #0c6333 #3d630c

Monochromatic Colors of #11630c

#11630c

Complementary Color

#11630c #5e0c63

#11630c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11630c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11630c Color CSS Codes

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

#11630c Text Font Color

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

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


#11630c Background Color

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

This div background color is #11630c


#11630c Border Color

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

This div border color is #11630c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11630c


Comments

No comments written yet.

Please login to write comment.