Color Hex Logo

#20dccc Color Hex

#20DCCC
(32,220,204)
0 Favorites   0 Comments

Color spaces of #20dccc

RGB 32220204
HSL0.490.750.49
HSV175°85°86°
CMYK 0.850.000.07   0.14
XYZ37.087955.853165.9527
Yxy55.85310.23340.3515
Hunter Lab74.7349-42.2039-0.0083
CIE-Lab79.5301-46.3964-4.5138

#20dccc color RGB value is (32,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011100 11001100
Octal 40 334 314
Decimal 32 220 204
Hex 20 DC CC

RGB Percentages of Color #20dccc

%7.02
%48.25
%44.74

CMYK Percentages of Color #20dccc

%85
%0
%7
%14

Triadic Colors of #20dccc

#20dccc #cc20dc #dccc20

Analogous Colors of #20dccc

#20dccc #208edc #20dc6e

Monochromatic Colors of #20dccc

#20dccc

Complementary Color

#20dccc #dc2030

#20dccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dccc Color CSS Codes

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

#20dccc Text Font Color

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

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


#20dccc Background Color

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

This div background color is #20dccc


#20dccc Border Color

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

This div border color is #20dccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dccc


Comments

No comments written yet.

Please login to write comment.