Color Hex Logo

#20c7b1 Color Hex

#20C7B1
(32,199,177)
0 Favorites   0 Comments

Color spaces of #20c7b1

RGB 32199177
HSL0.480.720.45
HSV172°84°78°
CMYK 0.840.000.11   0.22
XYZ28.954944.328248.6251
Yxy44.32820.23750.3636
Hunter Lab66.5794-38.88573.3042
CIE-Lab72.4473-44.8060-0.3774

#20c7b1 color RGB value is (32,199,177).

#20c7b1 hex color red value is 32, green value is 199 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #20c7b1 hue: 0.48 , saturation: 0.72 and the lightness value of 20c7b1 is 0.45.

The process color (four color CMYK) of #20c7b1 color hex is 0.84, 0.00, 0.11, 0.22. Web safe color of #20c7b1 is #33cc99. Color #20c7b1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11000111 10110001
Octal 40 307 261
Decimal 32 199 177
Hex 20 C7 B1

RGB Percentages of Color #20c7b1

%7.84
%48.77
%43.38

CMYK Percentages of Color #20c7b1

%84
%0
%11
%22

Triadic Colors of #20c7b1

#20c7b1 #b120c7 #c7b120

Analogous Colors of #20c7b1

#20c7b1 #208ac7 #20c75e

Monochromatic Colors of #20c7b1

#20c7b1

Complementary Color

#20c7b1 #c72036

#20c7b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20c7b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20c7b1 Color CSS Codes

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

#20c7b1 Text Font Color

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

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


#20c7b1 Background Color

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

This div background color is #20c7b1


#20c7b1 Border Color

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

This div border color is #20c7b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20c7b1


Comments

No comments written yet.

Please login to write comment.