Color Hex Logo

#1c957f Color Hex

#1C957F
(28,149,127)
0 Favorites   0 Comments

Color spaces of #1c957f

RGB 28149127
HSL0.470.680.35
HSV169°81°58°
CMYK 0.810.000.15   0.42
XYZ15.057123.274123.7774
Yxy23.27410.24240.3747
Hunter Lab48.2432-28.71444.5483
CIE-Lab55.3536-37.01462.5850

#1c957f color RGB value is (28,149,127).

#1c957f hex color red value is 28, green value is 149 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #1c957f hue: 0.47 , saturation: 0.68 and the lightness value of 1c957f is 0.35.

The process color (four color CMYK) of #1c957f color hex is 0.81, 0.00, 0.15, 0.42. Web safe color of #1c957f is #339966. Color #1c957f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10010101 01111111
Octal 34 225 177
Decimal 28 149 127
Hex 1C 95 7F

RGB Percentages of Color #1c957f

%9.21
%49.01
%41.78

CMYK Percentages of Color #1c957f

%81
%0
%15
%42

Triadic Colors of #1c957f

#1c957f #7f1c95 #957f1c

Analogous Colors of #1c957f

#1c957f #1c6f95 #1c9543

Monochromatic Colors of #1c957f

#1c957f

Complementary Color

#1c957f #951c32

#1c957f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c957f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c957f Color CSS Codes

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

#1c957f Text Font Color

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

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


#1c957f Background Color

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

This div background color is #1c957f


#1c957f Border Color

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

This div border color is #1c957f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c957f


Comments

No comments written yet.

Please login to write comment.