Color Hex Logo

#20ccde Color Hex

#20CCDE
(32,204,222)
0 Favorites   0 Comments

Color spaces of #20ccde

RGB 32204222
HSL0.520.750.50
HSV186°86°87°
CMYK 0.860.080.00   0.13
XYZ35.373348.766776.6558
Yxy48.76670.22000.3033
Hunter Lab69.8332-31.7906-16.1994
CIE-Lab75.3060-33.9082-20.4960

#20ccde color RGB value is (32,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001100 11011110
Octal 40 314 336
Decimal 32 204 222
Hex 20 CC DE

RGB Percentages of Color #20ccde

%6.99
%44.54
%48.47

CMYK Percentages of Color #20ccde

%86
%8
%0
%13

Triadic Colors of #20ccde

#20ccde #de20cc #ccde20

Analogous Colors of #20ccde

#20ccde #206dde #20de91

Monochromatic Colors of #20ccde

#20ccde

Complementary Color

#20ccde #de3220

#20ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ccde Color CSS Codes

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

#20ccde Text Font Color

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

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


#20ccde Background Color

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

This div background color is #20ccde


#20ccde Border Color

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

This div border color is #20ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ccde


Comments

No comments written yet.

Please login to write comment.