Color Hex Logo

#1c993f Color Hex

#1C993F
(28,153,63)
0 Favorites   0 Comments

Color spaces of #1c993f

RGB 2815363
HSL0.380.690.35
HSV137°82°60°
CMYK 0.820.000.59   0.40
XYZ12.767323.38828.5441
Yxy23.38820.28560.5232
Hunter Lab48.3613-37.508723.3781
CIE-Lab55.4700-51.991337.5994

#1c993f color RGB value is (28,153,63).

#1c993f hex color red value is 28, green value is 153 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #1c993f hue: 0.38 , saturation: 0.69 and the lightness value of 1c993f is 0.35.

The process color (four color CMYK) of #1c993f color hex is 0.82, 0.00, 0.59, 0.40. Web safe color of #1c993f is #339933. Color #1c993f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10011001 00111111
Octal 34 231 77
Decimal 28 153 63
Hex 1C 99 3F

RGB Percentages of Color #1c993f

%11.48
%62.70
%25.82

CMYK Percentages of Color #1c993f

%82
%0
%59
%40

Triadic Colors of #1c993f

#1c993f #3f1c99 #993f1c

Analogous Colors of #1c993f

#1c993f #1c997e #38991c

Monochromatic Colors of #1c993f

#1c993f

Complementary Color

#1c993f #991c76

#1c993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c993f Color CSS Codes

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

#1c993f Text Font Color

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

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


#1c993f Background Color

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

This div background color is #1c993f


#1c993f Border Color

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

This div border color is #1c993f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c993f


Comments

No comments written yet.

Please login to write comment.