Color Hex Logo

#2db69d Color Hex

#2DB69D
(45,182,157)
0 Favorites   0 Comments

Color spaces of #2db69d

RGB 45182157
HSL0.470.600.45
HSV169°75°71°
CMYK 0.750.000.14   0.29
XYZ23.895936.448137.6740
Yxy36.44810.24380.3719
Hunter Lab60.3723-34.99955.2619
CIE-Lab66.8609-41.58712.4560

#2db69d color RGB value is (45,182,157).

#2db69d hex color red value is 45, green value is 182 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #2db69d hue: 0.47 , saturation: 0.60 and the lightness value of 2db69d is 0.45.

The process color (four color CMYK) of #2db69d color hex is 0.75, 0.00, 0.14, 0.29. Web safe color of #2db69d is #33cc99. Color #2db69d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10110110 10011101
Octal 55 266 235
Decimal 45 182 157
Hex 2D B6 9D

RGB Percentages of Color #2db69d

%11.72
%47.40
%40.89

CMYK Percentages of Color #2db69d

%75
%0
%14
%29

Triadic Colors of #2db69d

#2db69d #9d2db6 #b69d2d

Analogous Colors of #2db69d

#2db69d #2d8bb6 #2db659

Monochromatic Colors of #2db69d

#2db69d

Complementary Color

#2db69d #b62d46

#2db69d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db69d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db69d Color CSS Codes

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

#2db69d Text Font Color

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

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


#2db69d Background Color

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

This div background color is #2db69d


#2db69d Border Color

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

This div border color is #2db69d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db69d


Comments

No comments written yet.

Please login to write comment.