Color Hex Logo

#1dbc2c Color Hex

#1DBC2C
(29,188,44)
0 Favorites   0 Comments

Color spaces of #1dbc2c

RGB 2918844
HSL0.350.730.43
HSV126°85°74°
CMYK 0.850.000.77   0.26
XYZ18.944536.40958.4121
Yxy36.40950.29710.5710
Hunter Lab60.3403-49.553433.9725
CIE-Lab66.8316-64.964357.6318

#1dbc2c color RGB value is (29,188,44).

#1dbc2c hex color red value is 29, green value is 188 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #1dbc2c hue: 0.35 , saturation: 0.73 and the lightness value of 1dbc2c is 0.43.

The process color (four color CMYK) of #1dbc2c color hex is 0.85, 0.00, 0.77, 0.26. Web safe color of #1dbc2c is #33cc33. Color #1dbc2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111100 00101100
Octal 35 274 54
Decimal 29 188 44
Hex 1D BC 2C

RGB Percentages of Color #1dbc2c

%11.11
%72.03
%16.86

CMYK Percentages of Color #1dbc2c

%85
%0
%77
%26

Triadic Colors of #1dbc2c

#1dbc2c #2c1dbc #bc2c1d

Analogous Colors of #1dbc2c

#1dbc2c #1dbc7c #5dbc1d

Monochromatic Colors of #1dbc2c

#1dbc2c

Complementary Color

#1dbc2c #bc1dad

#1dbc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbc2c Color CSS Codes

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

#1dbc2c Text Font Color

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

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


#1dbc2c Background Color

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

This div background color is #1dbc2c


#1dbc2c Border Color

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

This div border color is #1dbc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbc2c


Comments

No comments written yet.

Please login to write comment.