Color Hex Logo

#20d1bc Color Hex

#20D1BC
(32,209,188)
0 Favorites   0 Comments

Color spaces of #20d1bc

RGB 32209188
HSL0.480.730.47
HSV173°85°82°
CMYK 0.850.000.10   0.18
XYZ32.473249.538855.4274
Yxy49.53880.23630.3604
Hunter Lab70.3838-40.81652.5777
CIE-Lab75.7853-46.0847-1.4421

#20d1bc color RGB value is (32,209,188).

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

The process color (four color CMYK) of #20d1bc color hex is 0.85, 0.00, 0.10, 0.18. Web safe color of #20d1bc is #33cccc. Color #20d1bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11010001 10111100
Octal 40 321 274
Decimal 32 209 188
Hex 20 D1 BC

RGB Percentages of Color #20d1bc

%7.46
%48.72
%43.82

CMYK Percentages of Color #20d1bc

%85
%0
%10
%18

Triadic Colors of #20d1bc

#20d1bc #bc20d1 #d1bc20

Analogous Colors of #20d1bc

#20d1bc #208ed1 #20d164

Monochromatic Colors of #20d1bc

#20d1bc

Complementary Color

#20d1bc #d12035

#20d1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20d1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20d1bc Color CSS Codes

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

#20d1bc Text Font Color

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

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


#20d1bc Background Color

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

This div background color is #20d1bc


#20d1bc Border Color

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

This div border color is #20d1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20d1bc


Comments

No comments written yet.

Please login to write comment.