Color Hex Logo

#1dbb3a Color Hex

#1DBB3A
(29,187,58)
0 Favorites   0 Comments

Color spaces of #1dbb3a

RGB 2918758
HSL0.360.730.42
HSV131°84°73°
CMYK 0.840.000.69   0.27
XYZ19.040736.10739.9689
Yxy36.10730.29240.5545
Hunter Lab60.0894-48.594532.2263
CIE-Lab66.6018-63.480252.2753

#1dbb3a color RGB value is (29,187,58).

#1dbb3a hex color red value is 29, green value is 187 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #1dbb3a hue: 0.36 , saturation: 0.73 and the lightness value of 1dbb3a is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111011 00111010
Octal 35 273 72
Decimal 29 187 58
Hex 1D BB 3A

RGB Percentages of Color #1dbb3a

%10.58
%68.25
%21.17

CMYK Percentages of Color #1dbb3a

%84
%0
%69
%27

Triadic Colors of #1dbb3a

#1dbb3a #3a1dbb #bb3a1d

Analogous Colors of #1dbb3a

#1dbb3a #1dbb89 #4fbb1d

Monochromatic Colors of #1dbb3a

#1dbb3a

Complementary Color

#1dbb3a #bb1d9e

#1dbb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbb3a Color CSS Codes

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

#1dbb3a Text Font Color

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

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


#1dbb3a Background Color

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

This div background color is #1dbb3a


#1dbb3a Border Color

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

This div border color is #1dbb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbb3a


Comments

No comments written yet.

Please login to write comment.