Color Hex Logo

#20ccbb Color Hex

#20CCBB
(32,204,187)
0 Favorites   0 Comments

Color spaces of #20ccbb

RGB 32204187
HSL0.480.730.46
HSV174°84°80°
CMYK 0.840.000.08   0.20
XYZ31.158247.080754.4590
Yxy47.08070.23480.3548
Hunter Lab68.6154-39.02020.9732
CIE-Lab74.2414-44.2131-3.1686

#20ccbb color RGB value is (32,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001100 10111011
Octal 40 314 273
Decimal 32 204 187
Hex 20 CC BB

RGB Percentages of Color #20ccbb

%7.57
%48.23
%44.21

CMYK Percentages of Color #20ccbb

%84
%0
%8
%20

Triadic Colors of #20ccbb

#20ccbb #bb20cc #ccbb20

Analogous Colors of #20ccbb

#20ccbb #2087cc #20cc65

Monochromatic Colors of #20ccbb

#20ccbb

Complementary Color

#20ccbb #cc2031

#20ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ccbb Color CSS Codes

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

#20ccbb Text Font Color

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

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


#20ccbb Background Color

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

This div background color is #20ccbb


#20ccbb Border Color

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

This div border color is #20ccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ccbb


Comments

No comments written yet.

Please login to write comment.