Color Hex Logo

#20eccc Color Hex

#20ECCC
(32,236,204)
0 Favorites   0 Comments

Color spaces of #20eccc

RGB 32236204
HSL0.470.840.53
HSV171°86°93°
CMYK 0.860.000.14   0.07
XYZ41.490264.657667.4201
Yxy64.65760.23900.3725
Hunter Lab80.4099-48.61446.5750
CIE-Lab84.3070-53.06682.4763

#20eccc color RGB value is (32,236,204).

#20eccc hex color red value is 32, green value is 236 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #20eccc hue: 0.47 , saturation: 0.84 and the lightness value of 20eccc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101100 11001100
Octal 40 354 314
Decimal 32 236 204
Hex 20 EC CC

RGB Percentages of Color #20eccc

%6.78
%50.00
%43.22

CMYK Percentages of Color #20eccc

%86
%0
%14
%7

Triadic Colors of #20eccc

#20eccc #cc20ec #eccc20

Analogous Colors of #20eccc

#20eccc #20a6ec #20ec66

Monochromatic Colors of #20eccc

#20eccc

Complementary Color

#20eccc #ec2040

#20eccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20eccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20eccc Color CSS Codes

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

#20eccc Text Font Color

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

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


#20eccc Background Color

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

This div background color is #20eccc


#20eccc Border Color

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

This div border color is #20eccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20eccc


Comments

No comments written yet.

Please login to write comment.