Color Hex Logo

#20dcca Color Hex

#20DCCA
(32,220,202)
0 Favorites   0 Comments

Color spaces of #20dcca

RGB 32220202
HSL0.480.750.49
HSV174°85°86°
CMYK 0.850.000.08   0.14
XYZ36.849555.757764.6973
Yxy55.75770.23430.3545
Hunter Lab74.6711-42.58630.8991
CIE-Lab79.4757-46.9464-3.5271

#20dcca color RGB value is (32,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011100 11001010
Octal 40 334 312
Decimal 32 220 202
Hex 20 DC CA

RGB Percentages of Color #20dcca

%7.05
%48.46
%44.49

CMYK Percentages of Color #20dcca

%85
%0
%8
%14

Triadic Colors of #20dcca

#20dcca #ca20dc #dcca20

Analogous Colors of #20dcca

#20dcca #2090dc #20dc6c

Monochromatic Colors of #20dcca

#20dcca

Complementary Color

#20dcca #dc2032

#20dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dcca Color CSS Codes

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

#20dcca Text Font Color

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

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


#20dcca Background Color

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

This div background color is #20dcca


#20dcca Border Color

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

This div border color is #20dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dcca


Comments

No comments written yet.

Please login to write comment.