Color Hex Logo

#20dccd Color Hex

#20DCCD
(32,220,205)
0 Favorites   0 Comments

Color spaces of #20dccd

RGB 32220205
HSL0.490.750.49
HSV175°85°86°
CMYK 0.850.000.07   0.14
XYZ37.208355.901366.5865
Yxy55.90130.23300.3500
Hunter Lab74.7672-42.0110-0.4657
CIE-Lab79.5576-46.1199-5.0068

#20dccd color RGB value is (32,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011100 11001101
Octal 40 334 315
Decimal 32 220 205
Hex 20 DC CD

RGB Percentages of Color #20dccd

%7.00
%48.14
%44.86

CMYK Percentages of Color #20dccd

%85
%0
%7
%14

Triadic Colors of #20dccd

#20dccd #cd20dc #dccd20

Analogous Colors of #20dccd

#20dccd #208ddc #20dc6f

Monochromatic Colors of #20dccd

#20dccd

Complementary Color

#20dccd #dc202f

#20dccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dccd Color CSS Codes

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

#20dccd Text Font Color

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

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


#20dccd Background Color

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

This div background color is #20dccd


#20dccd Border Color

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

This div border color is #20dccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dccd


Comments

No comments written yet.

Please login to write comment.