Color Hex Logo

#20d58f Color Hex

#20D58F
(32,213,143)
0 Favorites   0 Comments

Color spaces of #20d58f

RGB 32213143
HSL0.440.740.48
HSV157°85°84°
CMYK 0.850.000.33   0.16
XYZ29.347849.878734.0674
Yxy49.87870.25900.4403
Hunter Lab70.6249-49.418720.8376
CIE-Lab75.9947-58.581722.8356

#20d58f color RGB value is (32,213,143).

#20d58f hex color red value is 32, green value is 213 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #20d58f hue: 0.44 , saturation: 0.74 and the lightness value of 20d58f is 0.48.

The process color (four color CMYK) of #20d58f color hex is 0.85, 0.00, 0.33, 0.16. Web safe color of #20d58f is #33cc99. Color #20d58f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11010101 10001111
Octal 40 325 217
Decimal 32 213 143
Hex 20 D5 8F

RGB Percentages of Color #20d58f

%8.25
%54.90
%36.86

CMYK Percentages of Color #20d58f

%85
%0
%33
%16

Triadic Colors of #20d58f

#20d58f #8f20d5 #d58f20

Analogous Colors of #20d58f

#20d58f #20c1d5 #20d534

Monochromatic Colors of #20d58f

#20d58f

Complementary Color

#20d58f #d52066

#20d58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20d58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20d58f Color CSS Codes

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

#20d58f Text Font Color

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

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


#20d58f Background Color

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

This div background color is #20d58f


#20d58f Border Color

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

This div border color is #20d58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20d58f


Comments

No comments written yet.

Please login to write comment.