Color Hex Logo

#2db057 Color Hex

#2DB057
(45,176,87)
0 Favorites   0 Comments

Color spaces of #2db057

RGB 4517687
HSL0.390.590.43
HSV139°74°69°
CMYK 0.740.000.51   0.31
XYZ18.327832.296714.2847
Yxy32.29670.28240.4976
Hunter Lab56.8302-41.886424.8781
CIE-Lab63.5873-54.184535.5946

#2db057 color RGB value is (45,176,87).

#2db057 hex color red value is 45, green value is 176 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #2db057 hue: 0.39 , saturation: 0.59 and the lightness value of 2db057 is 0.43.

The process color (four color CMYK) of #2db057 color hex is 0.74, 0.00, 0.51, 0.31. Web safe color of #2db057 is #339966. Color #2db057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 10110000 01010111
Octal 55 260 127
Decimal 45 176 87
Hex 2D B0 57

RGB Percentages of Color #2db057

%14.61
%57.14
%28.25

CMYK Percentages of Color #2db057

%74
%0
%51
%31

Triadic Colors of #2db057

#2db057 #572db0 #b0572d

Analogous Colors of #2db057

#2db057 #2db099 #45b02d

Monochromatic Colors of #2db057

#2db057

Complementary Color

#2db057 #b02d86

#2db057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2db057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2db057 Color CSS Codes

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

#2db057 Text Font Color

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

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


#2db057 Background Color

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

This div background color is #2db057


#2db057 Border Color

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

This div border color is #2db057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2db057


Comments

No comments written yet.

Please login to write comment.