Color Hex Logo

#1da80f Color Hex

#1DA80F
(29,168,15)
0 Favorites   0 Comments

Color spaces of #1da80f

RGB 2916815
HSL0.320.840.36
HSV115°91°66°
CMYK 0.830.000.91   0.34
XYZ14.595628.30105.1453
Yxy28.30100.30380.5891
Hunter Lab53.1987-44.124431.5046
CIE-Lab60.1597-60.523559.0029

#1da80f color RGB value is (29,168,15).

#1da80f hex color red value is 29, green value is 168 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #1da80f hue: 0.32 , saturation: 0.84 and the lightness value of 1da80f is 0.36.

The process color (four color CMYK) of #1da80f color hex is 0.83, 0.00, 0.91, 0.34. Web safe color of #1da80f is #339900. Color #1da80f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101000 00001111
Octal 35 250 17
Decimal 29 168 15
Hex 1D A8 F

RGB Percentages of Color #1da80f

%13.68
%79.25
%7.08

CMYK Percentages of Color #1da80f

%83
%0
%91
%34

Triadic Colors of #1da80f

#1da80f #0f1da8 #a80f1d

Analogous Colors of #1da80f

#1da80f #0fa84e #6aa80f

Monochromatic Colors of #1da80f

#1da80f

Complementary Color

#1da80f #9a0fa8

#1da80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da80f Color CSS Codes

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

#1da80f Text Font Color

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

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


#1da80f Background Color

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

This div background color is #1da80f


#1da80f Border Color

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

This div border color is #1da80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1da80f


Comments

No comments written yet.

Please login to write comment.