Color Hex Logo

#20cccf Color Hex

#20CCCF
(32,204,207)
0 Favorites   0 Comments

Color spaces of #20cccf

RGB 32204207
HSL0.500.730.47
HSV181°85°81°
CMYK 0.850.010.00   0.19
XYZ33.451047.997866.5329
Yxy47.99780.22600.3243
Hunter Lab69.2804-35.0548-8.4423
CIE-Lab74.8235-38.4655-13.1234

#20cccf color RGB value is (32,204,207).

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

The process color (four color CMYK) of #20cccf color hex is 0.85, 0.01, 0.00, 0.19. Web safe color of #20cccf is #33cccc. Color #20cccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001100 11001111
Octal 40 314 317
Decimal 32 204 207
Hex 20 CC CF

RGB Percentages of Color #20cccf

%7.22
%46.05
%46.73

CMYK Percentages of Color #20cccf

%85
%1
%0
%19

Triadic Colors of #20cccf

#20cccf #cf20cc #cccf20

Analogous Colors of #20cccf

#20cccf #2075cf #20cf7b

Monochromatic Colors of #20cccf

#20cccf

Complementary Color

#20cccf #cf2320

#20cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20cccf Color CSS Codes

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

#20cccf Text Font Color

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

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


#20cccf Background Color

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

This div background color is #20cccf


#20cccf Border Color

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

This div border color is #20cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20cccf


Comments

No comments written yet.

Please login to write comment.