Color Hex Logo

#1db325 Color Hex

#1DB325
(29,179,37)
0 Favorites   0 Comments

Color spaces of #1db325

RGB 2917937
HSL0.340.720.41
HSV123°84°70°
CMYK 0.840.000.79   0.30
XYZ16.960732.63507.1555
Yxy32.63500.29890.5751
Hunter Lab57.1271-46.976732.5625
CIE-Lab63.8643-62.746856.9878

#1db325 color RGB value is (29,179,37).

#1db325 hex color red value is 29, green value is 179 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #1db325 hue: 0.34 , saturation: 0.72 and the lightness value of 1db325 is 0.41.

The process color (four color CMYK) of #1db325 color hex is 0.84, 0.00, 0.79, 0.30. Web safe color of #1db325 is #33cc33. Color #1db325 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10110011 00100101
Octal 35 263 45
Decimal 29 179 37
Hex 1D B3 25

RGB Percentages of Color #1db325

%11.84
%73.06
%15.10

CMYK Percentages of Color #1db325

%84
%0
%79
%30

Triadic Colors of #1db325

#1db325 #251db3 #b3251d

Analogous Colors of #1db325

#1db325 #1db370 #60b31d

Monochromatic Colors of #1db325

#1db325

Complementary Color

#1db325 #b31dab

#1db325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1db325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1db325 Color CSS Codes

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

#1db325 Text Font Color

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

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


#1db325 Background Color

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

This div background color is #1db325


#1db325 Border Color

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

This div border color is #1db325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1db325


Comments

No comments written yet.

Please login to write comment.