Color Hex Logo

#20db56 Color Hex

#20DB56
(32,219,86)
0 Favorites   0 Comments

Color spaces of #20db56

RGB 3221986
HSL0.380.750.49
HSV137°85°86°
CMYK 0.850.000.61   0.14
XYZ27.606951.642017.3170
Yxy51.64200.28590.5348
Hunter Lab71.8624-57.186036.0163
CIE-Lab77.0663-70.019452.0995

#20db56 color RGB value is (32,219,86).

#20db56 hex color red value is 32, green value is 219 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #20db56 hue: 0.38 , saturation: 0.75 and the lightness value of 20db56 is 0.49.

The process color (four color CMYK) of #20db56 color hex is 0.85, 0.00, 0.61, 0.14. Web safe color of #20db56 is #33cc66. Color #20db56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011011 01010110
Octal 40 333 126
Decimal 32 219 86
Hex 20 DB 56

RGB Percentages of Color #20db56

%9.50
%64.99
%25.52

CMYK Percentages of Color #20db56

%85
%0
%61
%14

Triadic Colors of #20db56

#20db56 #5620db #db5620

Analogous Colors of #20db56

#20db56 #20dbb4 #47db20

Monochromatic Colors of #20db56

#20db56

Complementary Color

#20db56 #db20a5

#20db56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20db56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20db56 Color CSS Codes

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

#20db56 Text Font Color

<p style="color:#20db56">Text here</p>

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


#20db56 Background Color

<div style="background-color:#20db56">
Div content here</div>

This div background color is #20db56


#20db56 Border Color

<div style="border:3px solid #20db56">
Div here</div>

This div border color is #20db56


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,219,86, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #20db56; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #20db56;
  -webkit-box-shadow: 1px 1px 3px 2px #20db56;
  box-shadow:         1px 1px 3px 2px #20db56; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,219,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20db56


Comments

No comments written yet.

Please login to write comment.