Color Hex Logo

#1c978d Color Hex

#1C978D
(28,151,141)
0 Favorites   0 Comments

Color spaces of #1c978d

RGB 28151141
HSL0.490.690.35
HSV175°81°59°
CMYK 0.810.000.07   0.41
XYZ16.353224.303229.0284
Yxy24.30320.23470.3488
Hunter Lab49.2983-27.0600-0.4031
CIE-Lab56.3901-33.9324-3.9110

#1c978d color RGB value is (28,151,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10010111 10001101
Octal 34 227 215
Decimal 28 151 141
Hex 1C 97 8D

RGB Percentages of Color #1c978d

%8.75
%47.19
%44.06

CMYK Percentages of Color #1c978d

%81
%0
%7
%41

Triadic Colors of #1c978d

#1c978d #8d1c97 #978d1c

Analogous Colors of #1c978d

#1c978d #1c6497 #1c9750

Monochromatic Colors of #1c978d

#1c978d

Complementary Color

#1c978d #971c26

#1c978d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c978d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c978d Color CSS Codes

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

#1c978d Text Font Color

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

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


#1c978d Background Color

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

This div background color is #1c978d


#1c978d Border Color

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

This div border color is #1c978d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c978d


Comments

No comments written yet.

Please login to write comment.