Color Hex Logo

#20ccc9 Color Hex

#20CCC9
(32,204,201)
0 Favorites   0 Comments

Color spaces of #20ccc9

RGB 32204201
HSL0.500.730.46
HSV179°84°80°
CMYK 0.840.000.01   0.20
XYZ32.731147.709962.7422
Yxy47.70990.22860.3332
Hunter Lab69.0724-36.2914-5.5057
CIE-Lab74.6416-40.2320-10.1507

#20ccc9 color RGB value is (32,204,201).

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

The process color (four color CMYK) of #20ccc9 color hex is 0.84, 0.00, 0.01, 0.20. Web safe color of #20ccc9 is #33cccc. Color #20ccc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001100 11001001
Octal 40 314 311
Decimal 32 204 201
Hex 20 CC C9

RGB Percentages of Color #20ccc9

%7.32
%46.68
%46.00

CMYK Percentages of Color #20ccc9

%84
%0
%1
%20

Triadic Colors of #20ccc9

#20ccc9 #c920cc #ccc920

Analogous Colors of #20ccc9

#20ccc9 #2079cc #20cc73

Monochromatic Colors of #20ccc9

#20ccc9

Complementary Color

#20ccc9 #cc2023

#20ccc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ccc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ccc9 Color CSS Codes

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

#20ccc9 Text Font Color

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

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


#20ccc9 Background Color

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

This div background color is #20ccc9


#20ccc9 Border Color

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

This div border color is #20ccc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ccc9


Comments

No comments written yet.

Please login to write comment.