Color Hex Logo

#2dbe1d Color Hex

#2DBE1D
(45,190,29)
0 Favorites   0 Comments

Color spaces of #2dbe1d

RGB 4519029
HSL0.320.740.43
HSV114°85°75°
CMYK 0.760.000.85   0.25
XYZ19.717437.47357.3563
Yxy37.47350.30550.5806
Hunter Lab61.2156-49.632935.7260
CIE-Lab67.6308-64.489762.7337

#2dbe1d color RGB value is (45,190,29).

#2dbe1d hex color red value is 45, green value is 190 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #2dbe1d hue: 0.32 , saturation: 0.74 and the lightness value of 2dbe1d is 0.43.

The process color (four color CMYK) of #2dbe1d color hex is 0.76, 0.00, 0.85, 0.25. Web safe color of #2dbe1d is #33cc33. Color #2dbe1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10111110 00011101
Octal 55 276 35
Decimal 45 190 29
Hex 2D BE 1D

RGB Percentages of Color #2dbe1d

%17.05
%71.97
%10.98

CMYK Percentages of Color #2dbe1d

%76
%0
%85
%25

Triadic Colors of #2dbe1d

#2dbe1d #1d2dbe #be1d2d

Analogous Colors of #2dbe1d

#2dbe1d #1dbe5d #7ebe1d

Monochromatic Colors of #2dbe1d

#2dbe1d

Complementary Color

#2dbe1d #ae1dbe

#2dbe1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dbe1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dbe1d Color CSS Codes

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

#2dbe1d Text Font Color

<p style="color:#2dbe1d">Text here</p>

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


#2dbe1d Background Color

<div style="background-color:#2dbe1d">
Div content here</div>

This div background color is #2dbe1d


#2dbe1d Border Color

<div style="border:3px solid #2dbe1d">
Div here</div>

This div border color is #2dbe1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dbe1d


Comments

No comments written yet.

Please login to write comment.