Color Hex Logo

#1dc121 Color Hex

#1DC121
(29,193,33)
0 Favorites   0 Comments

Color spaces of #1dc121

RGB 2919333
HSL0.340.740.44
HSV121°85°76°
CMYK 0.850.000.83   0.24
XYZ19.851238.51097.8259
Yxy38.51090.29990.5818
Hunter Lab62.0572-51.500435.9631
CIE-Lab68.3955-67.117962.3545

#1dc121 color RGB value is (29,193,33).

#1dc121 hex color red value is 29, green value is 193 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #1dc121 hue: 0.34 , saturation: 0.74 and the lightness value of 1dc121 is 0.44.

The process color (four color CMYK) of #1dc121 color hex is 0.85, 0.00, 0.83, 0.24. Web safe color of #1dc121 is #33cc33. Color #1dc121 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11000001 00100001
Octal 35 301 41
Decimal 29 193 33
Hex 1D C1 21

RGB Percentages of Color #1dc121

%11.37
%75.69
%12.94

CMYK Percentages of Color #1dc121

%85
%0
%83
%24

Triadic Colors of #1dc121

#1dc121 #211dc1 #c1211d

Analogous Colors of #1dc121

#1dc121 #1dc173 #6bc11d

Monochromatic Colors of #1dc121

#1dc121

Complementary Color

#1dc121 #c11dbd

#1dc121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dc121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dc121 Color CSS Codes

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

#1dc121 Text Font Color

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

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


#1dc121 Background Color

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

This div background color is #1dc121


#1dc121 Border Color

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

This div border color is #1dc121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dc121


Comments

No comments written yet.

Please login to write comment.