Color Hex Logo

#1ca15e Color Hex

#1CA15E
(28,161,94)
0 Favorites   0 Comments

Color spaces of #1ca15e

RGB 2816194
HSL0.420.700.37
HSV150°83°63°
CMYK 0.830.000.42   0.37
XYZ15.244126.544814.9099
Yxy26.54480.26890.4682
Hunter Lab51.5216-37.348718.9072
CIE-Lab58.5506-49.679625.4491

#1ca15e color RGB value is (28,161,94).

#1ca15e hex color red value is 28, green value is 161 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #1ca15e hue: 0.42 , saturation: 0.70 and the lightness value of 1ca15e is 0.37.

The process color (four color CMYK) of #1ca15e color hex is 0.83, 0.00, 0.42, 0.37. Web safe color of #1ca15e is #339966. Color #1ca15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10100001 01011110
Octal 34 241 136
Decimal 28 161 94
Hex 1C A1 5E

RGB Percentages of Color #1ca15e

%9.89
%56.89
%33.22

CMYK Percentages of Color #1ca15e

%83
%0
%42
%37

Triadic Colors of #1ca15e

#1ca15e #5e1ca1 #a15e1c

Analogous Colors of #1ca15e

#1ca15e #1ca1a1 #1da11c

Monochromatic Colors of #1ca15e

#1ca15e

Complementary Color

#1ca15e #a11c5f

#1ca15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ca15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ca15e Color CSS Codes

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

#1ca15e Text Font Color

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

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


#1ca15e Background Color

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

This div background color is #1ca15e


#1ca15e Border Color

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

This div border color is #1ca15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ca15e


Comments

No comments written yet.

Please login to write comment.