Color Hex Logo

#1c957b Color Hex

#1C957B
(28,149,123)
0 Favorites   0 Comments

Color spaces of #1c957b

RGB 28149123
HSL0.460.680.35
HSV167°81°58°
CMYK 0.810.000.17   0.42
XYZ14.801523.171822.4314
Yxy23.17180.24500.3836
Hunter Lab48.1371-29.35366.0674
CIE-Lab55.2489-38.10294.7214

#1c957b color RGB value is (28,149,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10010101 01111011
Octal 34 225 173
Decimal 28 149 123
Hex 1C 95 7B

RGB Percentages of Color #1c957b

%9.33
%49.67
%41.00

CMYK Percentages of Color #1c957b

%81
%0
%17
%42

Triadic Colors of #1c957b

#1c957b #7b1c95 #957b1c

Analogous Colors of #1c957b

#1c957b #1c7395 #1c953f

Monochromatic Colors of #1c957b

#1c957b

Complementary Color

#1c957b #951c36

#1c957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c957b Color CSS Codes

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

#1c957b Text Font Color

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

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


#1c957b Background Color

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

This div background color is #1c957b


#1c957b Border Color

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

This div border color is #1c957b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c957b


Comments

No comments written yet.

Please login to write comment.