Color Hex Logo

#1da04d Color Hex

#1DA04D
(29,160,77)
0 Favorites   0 Comments

Color spaces of #1da04d

RGB 2916077
HSL0.390.690.37
HSV142°82°63°
CMYK 0.820.000.52   0.37
XYZ14.417125.938611.2680
Yxy25.93860.27930.5025
Hunter Lab50.9300-38.598222.5333
CIE-Lab57.9787-52.218733.6510

#1da04d color RGB value is (29,160,77).

#1da04d hex color red value is 29, green value is 160 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1da04d hue: 0.39 , saturation: 0.69 and the lightness value of 1da04d is 0.37.

The process color (four color CMYK) of #1da04d color hex is 0.82, 0.00, 0.52, 0.37. Web safe color of #1da04d is #339966. Color #1da04d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10100000 01001101
Octal 35 240 115
Decimal 29 160 77
Hex 1D A0 4D

RGB Percentages of Color #1da04d

%10.90
%60.15
%28.95

CMYK Percentages of Color #1da04d

%82
%0
%52
%37

Triadic Colors of #1da04d

#1da04d #4d1da0 #a04d1d

Analogous Colors of #1da04d

#1da04d #1da08f #2fa01d

Monochromatic Colors of #1da04d

#1da04d

Complementary Color

#1da04d #a01d70

#1da04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da04d Color CSS Codes

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

#1da04d Text Font Color

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

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


#1da04d Background Color

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

This div background color is #1da04d


#1da04d Border Color

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

This div border color is #1da04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1da04d


Comments

No comments written yet.

Please login to write comment.