color codes Logo

#20ad6f color codes

#20AD6F
(32,173,111)
0 Favorites   0 Comments

Color spaces of #20ad6f

RGB 32173111
HSL0.430.690.40
HSV154°82°68°
CMYK 0.820.000.36   0.32
XYZ18.408531.341920.1183
Yxy31.34190.26350.4486
Hunter Lab55.9838-39.277717.8823
CIE-Lab62.7952-50.346821.9407

#20ad6f color RGB value is (32,173,111).

#20ad6f hex color red value is 32, green value is 173 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #20ad6f hue: 0.43 , saturation: 0.69 and the lightness value of 20ad6f is 0.40.

The process color (four color CMYK) of #20ad6f color code is 0.82, 0.00, 0.36, 0.32. Web safe color of #20ad6f is #339966. Color #20ad6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101101 01101111
Octal 40 255 157
Decimal 32 173 111
Hex 20 AD 6F

RGB Percentages of Color #20ad6f

%10.13
%54.75
%35.13

CMYK Percentages of Color #20ad6f

%82
%0
%36
%32

Triadic Colors of #20ad6f

#20ad6f #6f20ad #ad6f20

Analogous Colors of #20ad6f

#20ad6f #20a5ad #20ad29

Monochromatic Colors of #20ad6f

#20ad6f

Complementary Color

#20ad6f #ad205e

#20ad6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ad6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ad6f Color CSS Codes

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

#20ad6f Text Font Color

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

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


#20ad6f Background Color

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

This div background color is #20ad6f


#20ad6f Border Color

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

This div border color is #20ad6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ad6f


Comments

No comments written yet.

Please login to write comment.