Color Hex Logo

#1c978f Color Hex

#1C978F
(28,151,143)
0 Favorites   0 Comments

Color spaces of #1c978f

RGB 28151143
HSL0.490.690.35
HSV176°81°59°
CMYK 0.810.000.05   0.41
XYZ16.503424.363329.8194
Yxy24.36330.23350.3447
Hunter Lab49.3592-26.6966-1.2675
CIE-Lab56.4497-33.3406-4.9669

#1c978f color RGB value is (28,151,143).

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

The process color (four color CMYK) of #1c978f color hex is 0.81, 0.00, 0.05, 0.41. Web safe color of #1c978f is #339999. Color #1c978f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10010111 10001111
Octal 34 227 217
Decimal 28 151 143
Hex 1C 97 8F

RGB Percentages of Color #1c978f

%8.70
%46.89
%44.41

CMYK Percentages of Color #1c978f

%81
%0
%5
%41

Triadic Colors of #1c978f

#1c978f #8f1c97 #978f1c

Analogous Colors of #1c978f

#1c978f #1c6297 #1c9751

Monochromatic Colors of #1c978f

#1c978f

Complementary Color

#1c978f #971c24

#1c978f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c978f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c978f Color CSS Codes

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

#1c978f Text Font Color

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

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


#1c978f Background Color

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

This div background color is #1c978f


#1c978f Border Color

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

This div border color is #1c978f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c978f


Comments

No comments written yet.

Please login to write comment.