Color Hex Logo

#20dfcf Color Hex

#20DFCF
(32,223,207)
0 Favorites   0 Comments

Color spaces of #20dfcf

RGB 32223207
HSL0.490.750.50
HSV175°86°87°
CMYK 0.860.000.07   0.13
XYZ38.245857.587468.1312
Yxy57.58740.23330.3512
Hunter Lab75.8864-42.8393-0.1104
CIE-Lab80.5089-46.8515-4.6694

#20dfcf color RGB value is (32,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011111 11001111
Octal 40 337 317
Decimal 32 223 207
Hex 20 DF CF

RGB Percentages of Color #20dfcf

%6.93
%48.27
%44.81

CMYK Percentages of Color #20dfcf

%86
%0
%7
%13

Triadic Colors of #20dfcf

#20dfcf #cf20df #dfcf20

Analogous Colors of #20dfcf

#20dfcf #2090df #20df70

Monochromatic Colors of #20dfcf

#20dfcf

Complementary Color

#20dfcf #df2030

#20dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dfcf Color CSS Codes

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

#20dfcf Text Font Color

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

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


#20dfcf Background Color

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

This div background color is #20dfcf


#20dfcf Border Color

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

This div border color is #20dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dfcf


Comments

No comments written yet.

Please login to write comment.