Color Hex Logo

#1dcc36 Color Hex

#1DCC36
(29,204,54)
0 Favorites   0 Comments

Color spaces of #1dcc36

RGB 2920454
HSL0.360.750.46
HSV129°86°80°
CMYK 0.860.000.74   0.20
XYZ22.765443.713310.7277
Yxy43.71330.29490.5662
Hunter Lab66.1160-54.241136.6611
CIE-Lab72.0364-68.952759.4139

#1dcc36 color RGB value is (29,204,54).

#1dcc36 hex color red value is 29, green value is 204 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #1dcc36 hue: 0.36 , saturation: 0.75 and the lightness value of 1dcc36 is 0.46.

The process color (four color CMYK) of #1dcc36 color hex is 0.86, 0.00, 0.74, 0.20. Web safe color of #1dcc36 is #33cc33. Color #1dcc36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001100 00110110
Octal 35 314 66
Decimal 29 204 54
Hex 1D CC 36

RGB Percentages of Color #1dcc36

%10.10
%71.08
%18.82

CMYK Percentages of Color #1dcc36

%86
%0
%74
%20

Triadic Colors of #1dcc36

#1dcc36 #361dcc #cc361d

Analogous Colors of #1dcc36

#1dcc36 #1dcc8e #5bcc1d

Monochromatic Colors of #1dcc36

#1dcc36

Complementary Color

#1dcc36 #cc1db3

#1dcc36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcc36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcc36 Color CSS Codes

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

#1dcc36 Text Font Color

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

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


#1dcc36 Background Color

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

This div background color is #1dcc36


#1dcc36 Border Color

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

This div border color is #1dcc36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcc36


Comments

No comments written yet.

Please login to write comment.