Color Hex Logo

#1da13b Color Hex

#1DA13B
(29,161,59)
0 Favorites   0 Comments

Color spaces of #1da13b

RGB 2916159
HSL0.370.690.37
HSV134°82°63°
CMYK 0.820.000.63   0.37
XYZ14.041026.06678.4290
Yxy26.06670.28930.5371
Hunter Lab51.0556-40.257225.9504
CIE-Lab58.1003-55.082042.5207

#1da13b color RGB value is (29,161,59).

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

The process color (four color CMYK) of #1da13b color hex is 0.82, 0.00, 0.63, 0.37. Web safe color of #1da13b is #339933. Color #1da13b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10100001 00111011
Octal 35 241 73
Decimal 29 161 59
Hex 1D A1 3B

RGB Percentages of Color #1da13b

%11.65
%64.66
%23.69

CMYK Percentages of Color #1da13b

%82
%0
%63
%37

Triadic Colors of #1da13b

#1da13b #3b1da1 #a13b1d

Analogous Colors of #1da13b

#1da13b #1da17d #41a11d

Monochromatic Colors of #1da13b

#1da13b

Complementary Color

#1da13b #a11d83

#1da13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da13b Color CSS Codes

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

#1da13b Text Font Color

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

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


#1da13b Background Color

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

This div background color is #1da13b


#1da13b Border Color

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

This div border color is #1da13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1da13b


Comments

No comments written yet.

Please login to write comment.