Color Hex Logo

#1caa1d Color Hex

#1CAA1D
(28,170,29)
0 Favorites   0 Comments

Color spaces of #1caa1d

RGB 2817029
HSL0.330.720.39
HSV120°84°67°
CMYK 0.840.000.83   0.33
XYZ15.075429.08505.9818
Yxy29.08500.30070.5801
Hunter Lab53.9305-44.481631.1751
CIE-Lab60.8566-60.624956.4809

#1caa1d color RGB value is (28,170,29).

#1caa1d hex color red value is 28, green value is 170 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #1caa1d hue: 0.33 , saturation: 0.72 and the lightness value of 1caa1d is 0.39.

The process color (four color CMYK) of #1caa1d color hex is 0.84, 0.00, 0.83, 0.33. Web safe color of #1caa1d is #339933. Color #1caa1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101010 00011101
Octal 34 252 35
Decimal 28 170 29
Hex 1C AA 1D

RGB Percentages of Color #1caa1d

%12.33
%74.89
%12.78

CMYK Percentages of Color #1caa1d

%84
%0
%83
%33

Triadic Colors of #1caa1d

#1caa1d #1d1caa #aa1d1c

Analogous Colors of #1caa1d

#1caa1d #1caa64 #62aa1c

Monochromatic Colors of #1caa1d

#1caa1d

Complementary Color

#1caa1d #aa1ca9

#1caa1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1caa1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1caa1d Color CSS Codes

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

#1caa1d Text Font Color

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

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


#1caa1d Background Color

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

This div background color is #1caa1d


#1caa1d Border Color

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

This div border color is #1caa1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1caa1d


Comments

No comments written yet.

Please login to write comment.