Color Hex Logo

#1ca47d Color Hex

#1CA47D
(28,164,125)
0 Favorites   0 Comments

Color spaces of #1ca47d

RGB 28164125
HSL0.450.710.38
HSV163°83°64°
CMYK 0.830.000.24   0.36
XYZ17.456028.278523.9403
Yxy28.27850.25050.4059
Hunter Lab53.1775-34.466510.5322
CIE-Lab60.1395-43.977910.5623

#1ca47d color RGB value is (28,164,125).

#1ca47d hex color red value is 28, green value is 164 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #1ca47d hue: 0.45 , saturation: 0.71 and the lightness value of 1ca47d is 0.38.

The process color (four color CMYK) of #1ca47d color hex is 0.83, 0.00, 0.24, 0.36. Web safe color of #1ca47d is #339966. Color #1ca47d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10100100 01111101
Octal 34 244 175
Decimal 28 164 125
Hex 1C A4 7D

RGB Percentages of Color #1ca47d

%8.83
%51.74
%39.43

CMYK Percentages of Color #1ca47d

%83
%0
%24
%36

Triadic Colors of #1ca47d

#1ca47d #7d1ca4 #a47d1c

Analogous Colors of #1ca47d

#1ca47d #1c87a4 #1ca439

Monochromatic Colors of #1ca47d

#1ca47d

Complementary Color

#1ca47d #a41c43

#1ca47d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ca47d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ca47d Color CSS Codes

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

#1ca47d Text Font Color

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

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


#1ca47d Background Color

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

This div background color is #1ca47d


#1ca47d Border Color

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

This div border color is #1ca47d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ca47d


Comments

No comments written yet.

Please login to write comment.