Color Hex Logo

#20c57d Color Hex

#20C57D
(32,197,125)
0 Favorites   0 Comments

Color spaces of #20c57d

RGB 32197125
HSL0.430.720.45
HSV154°84°77°
CMYK 0.840.000.37   0.23
XYZ24.263641.720226.1760
Yxy41.72020.26330.4527
Hunter Lab64.5912-45.981221.1862
CIE-Lab70.6776-56.428025.0850

#20c57d color RGB value is (32,197,125).

#20c57d hex color red value is 32, green value is 197 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #20c57d hue: 0.43 , saturation: 0.72 and the lightness value of 20c57d is 0.45.

The process color (four color CMYK) of #20c57d color hex is 0.84, 0.00, 0.37, 0.23. Web safe color of #20c57d is #33cc66. Color #20c57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11000101 01111101
Octal 40 305 175
Decimal 32 197 125
Hex 20 C5 7D

RGB Percentages of Color #20c57d

%9.04
%55.65
%35.31

CMYK Percentages of Color #20c57d

%84
%0
%37
%23

Triadic Colors of #20c57d

#20c57d #7d20c5 #c57d20

Analogous Colors of #20c57d

#20c57d #20bbc5 #20c52b

Monochromatic Colors of #20c57d

#20c57d

Complementary Color

#20c57d #c52068

#20c57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20c57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#20c57d Color CSS Codes

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

#20c57d Text Font Color

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

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


#20c57d Background Color

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

This div background color is #20c57d


#20c57d Border Color

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

This div border color is #20c57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20c57d


Comments

No comments written yet.

Please login to write comment.