Color Hex Logo

#1c985b Color Hex

#1C985B
(28,152,91)
0 Favorites   0 Comments

Color spaces of #1c985b

RGB 2815291
HSL0.420.690.35
HSV150°82°60°
CMYK 0.820.000.40   0.40
XYZ13.595523.458713.7090
Yxy23.45870.26780.4621
Hunter Lab48.4342-34.654817.1223
CIE-Lab55.5417-46.879123.1068

#1c985b color RGB value is (28,152,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10011000 01011011
Octal 34 230 133
Decimal 28 152 91
Hex 1C 98 5B

RGB Percentages of Color #1c985b

%10.33
%56.09
%33.58

CMYK Percentages of Color #1c985b

%82
%0
%40
%40

Triadic Colors of #1c985b

#1c985b #5b1c98 #985b1c

Analogous Colors of #1c985b

#1c985b #1c9798 #1c981d

Monochromatic Colors of #1c985b

#1c985b

Complementary Color

#1c985b #981c59

#1c985b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c985b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c985b Color CSS Codes

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

#1c985b Text Font Color

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

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


#1c985b Background Color

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

This div background color is #1c985b


#1c985b Border Color

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

This div border color is #1c985b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c985b


Comments

No comments written yet.

Please login to write comment.