Color Hex Logo

#1c840c Color Hex

#1C840C
(28,132,12)
0 Favorites   0 Comments

Color spaces of #1c840c

RGB 2813212
HSL0.310.830.28
HSV112°91°52°
CMYK 0.790.000.91   0.48
XYZ8.796516.77593.1223
Yxy16.77590.30660.5846
Hunter Lab40.9584-33.341324.1511
CIE-Lab47.9764-49.594549.0877

#1c840c color RGB value is (28,132,12).

#1c840c hex color red value is 28, green value is 132 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #1c840c hue: 0.31 , saturation: 0.83 and the lightness value of 1c840c is 0.28.

The process color (four color CMYK) of #1c840c color hex is 0.79, 0.00, 0.91, 0.48. Web safe color of #1c840c is #339900. Color #1c840c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10000100 00001100
Octal 34 204 14
Decimal 28 132 12
Hex 1C 84 C

RGB Percentages of Color #1c840c

%16.28
%76.74
%6.98

CMYK Percentages of Color #1c840c

%79
%0
%91
%48

Triadic Colors of #1c840c

#1c840c #0c1c84 #840c1c

Analogous Colors of #1c840c

#1c840c #0c8438 #58840c

Monochromatic Colors of #1c840c

#1c840c

Complementary Color

#1c840c #740c84

#1c840c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c840c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c840c Color CSS Codes

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

#1c840c Text Font Color

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

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


#1c840c Background Color

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

This div background color is #1c840c


#1c840c Border Color

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

This div border color is #1c840c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,132,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c840c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c840c;
  -webkit-box-shadow: 1px 1px 3px 2px #1c840c;
  box-shadow:         1px 1px 3px 2px #1c840c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,132,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 #1c840c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c840c


Comments

No comments written yet.

Please login to write comment.