Color Hex Logo

#20d125 Color Hex

#20D125
(32,209,37)
0 Favorites   0 Comments

Color spaces of #20d125

RGB 3220937
HSL0.340.730.47
HSV122°85°82°
CMYK 0.850.000.82   0.18
XYZ23.730146.04169.3865
Yxy46.04160.29980.5816
Hunter Lab67.8540-56.318939.2960
CIE-Lab73.5725-71.248166.0844

#20d125 color RGB value is (32,209,37).

#20d125 hex color red value is 32, green value is 209 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #20d125 hue: 0.34 , saturation: 0.73 and the lightness value of 20d125 is 0.47.

The process color (four color CMYK) of #20d125 color hex is 0.85, 0.00, 0.82, 0.18. Web safe color of #20d125 is #33cc33. Color #20d125 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11010001 00100101
Octal 40 321 45
Decimal 32 209 37
Hex 20 D1 25

RGB Percentages of Color #20d125

%11.51
%75.18
%13.31

CMYK Percentages of Color #20d125

%85
%0
%82
%18

Triadic Colors of #20d125

#20d125 #2520d1 #d12520

Analogous Colors of #20d125

#20d125 #20d17e #74d120

Monochromatic Colors of #20d125

#20d125

Complementary Color

#20d125 #d120cc

#20d125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20d125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20d125 Color CSS Codes

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

#20d125 Text Font Color

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

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


#20d125 Background Color

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

This div background color is #20d125


#20d125 Border Color

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

This div border color is #20d125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20d125


Comments

No comments written yet.

Please login to write comment.