Color Hex Logo

#1da63f Color Hex

#1DA63F
(29,166,63)
0 Favorites   0 Comments

Color spaces of #1da63f

RGB 2916663
HSL0.370.700.38
HSV135°83°65°
CMYK 0.830.000.62   0.35
XYZ15.040127.89259.2937
Yxy27.89250.28800.5341
Hunter Lab52.8134-41.590426.5359
CIE-Lab59.7915-56.245542.6162

#1da63f color RGB value is (29,166,63).

#1da63f hex color red value is 29, green value is 166 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #1da63f hue: 0.37 , saturation: 0.70 and the lightness value of 1da63f is 0.38.

The process color (four color CMYK) of #1da63f color hex is 0.83, 0.00, 0.62, 0.35. Web safe color of #1da63f is #339933. Color #1da63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10100110 00111111
Octal 35 246 77
Decimal 29 166 63
Hex 1D A6 3F

RGB Percentages of Color #1da63f

%11.24
%64.34
%24.42

CMYK Percentages of Color #1da63f

%83
%0
%62
%35

Triadic Colors of #1da63f

#1da63f #3f1da6 #a63f1d

Analogous Colors of #1da63f

#1da63f #1da684 #40a61d

Monochromatic Colors of #1da63f

#1da63f

Complementary Color

#1da63f #a61d84

#1da63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da63f Color CSS Codes

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

#1da63f Text Font Color

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

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


#1da63f Background Color

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

This div background color is #1da63f


#1da63f Border Color

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

This div border color is #1da63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1da63f


Comments

No comments written yet.

Please login to write comment.