Color Hex Logo

#2db959 Color Hex

#2DB959
(45,185,89)
0 Favorites   0 Comments

Color spaces of #2db959

RGB 4518589
HSL0.390.610.45
HSV139°76°73°
CMYK 0.760.000.52   0.27
XYZ20.234335.977115.3290
Yxy35.97710.28280.5029
Hunter Lab59.9809-44.750426.8342
CIE-Lab66.5024-57.061938.2021

#2db959 color RGB value is (45,185,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 10111001 01011001
Octal 55 271 131
Decimal 45 185 89
Hex 2D B9 59

RGB Percentages of Color #2db959

%14.11
%57.99
%27.90

CMYK Percentages of Color #2db959

%76
%0
%52
%27

Triadic Colors of #2db959

#2db959 #592db9 #b9592d

Analogous Colors of #2db959

#2db959 #2db99f #47b92d

Monochromatic Colors of #2db959

#2db959

Complementary Color

#2db959 #b92d8d

#2db959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db959 Color CSS Codes

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

#2db959 Text Font Color

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

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


#2db959 Background Color

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

This div background color is #2db959


#2db959 Border Color

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

This div border color is #2db959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db959


Comments

No comments written yet.

Please login to write comment.