Color Hex Logo

#2db96d Color Hex

#2DB96D
(45,185,109)
0 Favorites   0 Comments

Color spaces of #2db96d

RGB 45185109
HSL0.410.610.45
HSV147°76°73°
CMYK 0.760.000.41   0.27
XYZ21.191536.359920.3693
Yxy36.35990.27200.4666
Hunter Lab60.2992-42.791622.1810
CIE-Lab66.7940-53.683328.3634

#2db96d color RGB value is (45,185,109).

#2db96d hex color red value is 45, green value is 185 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #2db96d hue: 0.41 , saturation: 0.61 and the lightness value of 2db96d is 0.45.

The process color (four color CMYK) of #2db96d color hex is 0.76, 0.00, 0.41, 0.27. Web safe color of #2db96d is #33cc66. Color #2db96d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10111001 01101101
Octal 55 271 155
Decimal 45 185 109
Hex 2D B9 6D

RGB Percentages of Color #2db96d

%13.27
%54.57
%32.15

CMYK Percentages of Color #2db96d

%76
%0
%41
%27

Triadic Colors of #2db96d

#2db96d #6d2db9 #b96d2d

Analogous Colors of #2db96d

#2db96d #2db9b3 #33b92d

Monochromatic Colors of #2db96d

#2db96d

Complementary Color

#2db96d #b92d79

#2db96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db96d Color CSS Codes

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

#2db96d Text Font Color

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

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


#2db96d Background Color

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

This div background color is #2db96d


#2db96d Border Color

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

This div border color is #2db96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db96d


Comments

No comments written yet.

Please login to write comment.