Color Hex Logo

#20dfbd Color Hex

#20DFBD
(32,223,189)
0 Favorites   0 Comments

Color spaces of #20dfbd

RGB 32223189
HSL0.470.750.50
HSV169°86°87°
CMYK 0.860.000.15   0.13
XYZ36.168656.756657.1929
Yxy56.75660.24090.3781
Hunter Lab75.3370-46.14357.7252
CIE-Lab80.0425-51.64894.2201

#20dfbd color RGB value is (32,223,189).

#20dfbd hex color red value is 32, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #20dfbd hue: 0.47 , saturation: 0.75 and the lightness value of 20dfbd is 0.50.

The process color (four color CMYK) of #20dfbd color hex is 0.86, 0.00, 0.15, 0.13. Web safe color of #20dfbd is #33cccc. Color #20dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011111 10111101
Octal 40 337 275
Decimal 32 223 189
Hex 20 DF BD

RGB Percentages of Color #20dfbd

%7.21
%50.23
%42.57

CMYK Percentages of Color #20dfbd

%86
%0
%15
%13

Triadic Colors of #20dfbd

#20dfbd #bd20df #dfbd20

Analogous Colors of #20dfbd

#20dfbd #20a2df #20df5e

Monochromatic Colors of #20dfbd

#20dfbd

Complementary Color

#20dfbd #df2042

#20dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dfbd Color CSS Codes

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

#20dfbd Text Font Color

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

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


#20dfbd Background Color

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

This div background color is #20dfbd


#20dfbd Border Color

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

This div border color is #20dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dfbd


Comments

No comments written yet.

Please login to write comment.