Color Hex Logo

#20dcdf Color Hex

#20DCDF
(32,220,223)
0 Favorites   0 Comments

Color spaces of #20dcdf

RGB 32220223
HSL0.500.750.50
HSV181°86°87°
CMYK 0.860.010.00   0.13
XYZ39.508156.821278.6973
Yxy56.82120.22570.3246
Hunter Lab75.3798-38.3593-9.1335
CIE-Lab80.0789-40.9812-13.8324

#20dcdf color RGB value is (32,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011100 11011111
Octal 40 334 337
Decimal 32 220 223
Hex 20 DC DF

RGB Percentages of Color #20dcdf

%6.74
%46.32
%46.95

CMYK Percentages of Color #20dcdf

%86
%1
%0
%13

Triadic Colors of #20dcdf

#20dcdf #df20dc #dcdf20

Analogous Colors of #20dcdf

#20dcdf #207ddf #20df83

Monochromatic Colors of #20dcdf

#20dcdf

Complementary Color

#20dcdf #df2320

#20dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dcdf Color CSS Codes

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

#20dcdf Text Font Color

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

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


#20dcdf Background Color

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

This div background color is #20dcdf


#20dcdf Border Color

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

This div border color is #20dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dcdf


Comments

No comments written yet.

Please login to write comment.