Color Hex Logo

#20efbd Color Hex

#20EFBD
(32,239,189)
0 Favorites   0 Comments

Color spaces of #20efbd

RGB 32239189
HSL0.460.870.53
HSV166°87°94°
CMYK 0.870.000.21   0.06
XYZ40.647565.714258.6859
Yxy65.71420.24630.3982
Hunter Lab81.0643-52.358513.8224
CIE-Lab84.8504-57.994711.1175

#20efbd color RGB value is (32,239,189).

#20efbd hex color red value is 32, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #20efbd hue: 0.46 , saturation: 0.87 and the lightness value of 20efbd is 0.53.

The process color (four color CMYK) of #20efbd color hex is 0.87, 0.00, 0.21, 0.06. Web safe color of #20efbd is #33ffcc. Color #20efbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101111 10111101
Octal 40 357 275
Decimal 32 239 189
Hex 20 EF BD

RGB Percentages of Color #20efbd

%6.96
%51.96
%41.09

CMYK Percentages of Color #20efbd

%87
%0
%21
%6

Triadic Colors of #20efbd

#20efbd #bd20ef #efbd20

Analogous Colors of #20efbd

#20efbd #20baef #20ef56

Monochromatic Colors of #20efbd

#20efbd

Complementary Color

#20efbd #ef2052

#20efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20efbd Color CSS Codes

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

#20efbd Text Font Color

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

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


#20efbd Background Color

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

This div background color is #20efbd


#20efbd Border Color

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

This div border color is #20efbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,239,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 #20efbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20efbd


Comments

No comments written yet.

Please login to write comment.