Color Hex Logo

#1ca67d Color Hex

#1CA67D
(28,166,125)
0 Favorites   0 Comments

Color spaces of #1ca67d

RGB 28166125
HSL0.450.710.38
HSV162°83°65°
CMYK 0.830.000.25   0.35
XYZ17.816829.000024.0606
Yxy29.00000.25140.4092
Hunter Lab53.8516-35.183711.2057
CIE-Lab60.7816-44.800911.4675

#1ca67d color RGB value is (28,166,125).

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

The process color (four color CMYK) of #1ca67d color hex is 0.83, 0.00, 0.25, 0.35. Web safe color of #1ca67d is #339966. Color #1ca67d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10100110 01111101
Octal 34 246 175
Decimal 28 166 125
Hex 1C A6 7D

RGB Percentages of Color #1ca67d

%8.78
%52.04
%39.18

CMYK Percentages of Color #1ca67d

%83
%0
%25
%35

Triadic Colors of #1ca67d

#1ca67d #7d1ca6 #a67d1c

Analogous Colors of #1ca67d

#1ca67d #1c8aa6 #1ca638

Monochromatic Colors of #1ca67d

#1ca67d

Complementary Color

#1ca67d #a61c45

#1ca67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ca67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ca67d Color CSS Codes

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

#1ca67d Text Font Color

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

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


#1ca67d Background Color

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

This div background color is #1ca67d


#1ca67d Border Color

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

This div border color is #1ca67d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,166,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 #1ca67d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ca67d


Comments

No comments written yet.

Please login to write comment.