Color Hex Logo

#20ccdf Color Hex

#20CCDF
(32,204,223)
0 Favorites   0 Comments

Color spaces of #20ccdf

RGB 32204223
HSL0.520.750.50
HSV186°86°87°
CMYK 0.860.090.00   0.13
XYZ35.507848.820577.3639
Yxy48.82050.21960.3019
Hunter Lab69.8717-31.5642-16.7374
CIE-Lab75.3395-33.5976-20.9843

#20ccdf color RGB value is (32,204,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001100 11011111
Octal 40 314 337
Decimal 32 204 223
Hex 20 CC DF

RGB Percentages of Color #20ccdf

%6.97
%44.44
%48.58

CMYK Percentages of Color #20ccdf

%86
%9
%0
%13

Triadic Colors of #20ccdf

#20ccdf #df20cc #ccdf20

Analogous Colors of #20ccdf

#20ccdf #206ddf #20df93

Monochromatic Colors of #20ccdf

#20ccdf

Complementary Color

#20ccdf #df3320

#20ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ccdf Color CSS Codes

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

#20ccdf Text Font Color

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

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


#20ccdf Background Color

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

This div background color is #20ccdf


#20ccdf Border Color

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

This div border color is #20ccdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,204,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 #20ccdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ccdf


Comments

No comments written yet.

Please login to write comment.