Color Hex Logo

#1dc640 Color Hex

#1DC640
(29,198,64)
0 Favorites   0 Comments

Color spaces of #1dc640

RGB 2919864
HSL0.370.740.45
HSV132°85°78°
CMYK 0.850.000.68   0.22
XYZ21.626241.019511.6282
Yxy41.01950.29120.5523
Hunter Lab64.0465-51.808334.0679
CIE-Lab70.1896-66.260453.7141

#1dc640 color RGB value is (29,198,64).

#1dc640 hex color red value is 29, green value is 198 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #1dc640 hue: 0.37 , saturation: 0.74 and the lightness value of 1dc640 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11000110 01000000
Octal 35 306 100
Decimal 29 198 64
Hex 1D C6 40

RGB Percentages of Color #1dc640

%9.97
%68.04
%21.99

CMYK Percentages of Color #1dc640

%85
%0
%68
%22

Triadic Colors of #1dc640

#1dc640 #401dc6 #c6401d

Analogous Colors of #1dc640

#1dc640 #1dc695 #4fc61d

Monochromatic Colors of #1dc640

#1dc640

Complementary Color

#1dc640 #c61da3

#1dc640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dc640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dc640 Color CSS Codes

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

#1dc640 Text Font Color

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

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


#1dc640 Background Color

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

This div background color is #1dc640


#1dc640 Border Color

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

This div border color is #1dc640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dc640


Comments

No comments written yet.

Please login to write comment.