Color Hex Logo

#20cccb Color Hex

#20CCCB
(32,204,203)
0 Favorites   0 Comments

Color spaces of #20cccb

RGB 32204203
HSL0.500.730.46
HSV180°84°80°
CMYK 0.840.000.00   0.20
XYZ32.968047.804663.9895
Yxy47.80460.22770.3302
Hunter Lab69.1409-35.8835-6.4740
CIE-Lab74.7015-39.6468-11.1430

#20cccb color RGB value is (32,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001100 11001011
Octal 40 314 313
Decimal 32 204 203
Hex 20 CC CB

RGB Percentages of Color #20cccb

%7.29
%46.47
%46.24

CMYK Percentages of Color #20cccb

%84
%0
%0
%20

Triadic Colors of #20cccb

#20cccb #cb20cc #cccb20

Analogous Colors of #20cccb

#20cccb #2077cc #20cc75

Monochromatic Colors of #20cccb

#20cccb

Complementary Color

#20cccb #cc2021

#20cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20cccb Color CSS Codes

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

#20cccb Text Font Color

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

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


#20cccb Background Color

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

This div background color is #20cccb


#20cccb Border Color

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

This div border color is #20cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20cccb


Comments

No comments written yet.

Please login to write comment.