Color Hex Logo

#20e6bd Color Hex

#20E6BD
(32,230,189)
0 Favorites   0 Comments

Color spaces of #20e6bd

RGB 32230189
HSL0.470.800.51
HSV168°86°90°
CMYK 0.860.000.18   0.10
XYZ38.077860.574857.8293
Yxy60.57480.24330.3871
Hunter Lab77.8298-48.872110.4271
CIE-Lab82.1496-54.46517.2567

#20e6bd color RGB value is (32,230,189).

#20e6bd hex color red value is 32, green value is 230 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #20e6bd hue: 0.47 , saturation: 0.80 and the lightness value of 20e6bd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11100110 10111101
Octal 40 346 275
Decimal 32 230 189
Hex 20 E6 BD

RGB Percentages of Color #20e6bd

%7.10
%51.00
%41.91

CMYK Percentages of Color #20e6bd

%86
%0
%18
%10

Triadic Colors of #20e6bd

#20e6bd #bd20e6 #e6bd20

Analogous Colors of #20e6bd

#20e6bd #20ace6 #20e65a

Monochromatic Colors of #20e6bd

#20e6bd

Complementary Color

#20e6bd #e62049

#20e6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20e6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20e6bd Color CSS Codes

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

#20e6bd Text Font Color

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

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


#20e6bd Background Color

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

This div background color is #20e6bd


#20e6bd Border Color

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

This div border color is #20e6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20e6bd


Comments

No comments written yet.

Please login to write comment.