Color Hex Logo

#20efde Color Hex

#20EFDE
(32,239,222)
0 Favorites   0 Comments

Color spaces of #20efde

RGB 32239222
HSL0.490.870.53
HSV175°87°94°
CMYK 0.870.000.07   0.06
XYZ44.647067.314079.7470
Yxy67.31400.23290.3511
Hunter Lab82.0451-46.4435-0.1977
CIE-Lab85.6623-49.5232-5.0005

#20efde color RGB value is (32,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101111 11011110
Octal 40 357 336
Decimal 32 239 222
Hex 20 EF DE

RGB Percentages of Color #20efde

%6.49
%48.48
%45.03

CMYK Percentages of Color #20efde

%87
%0
%7
%6

Triadic Colors of #20efde

#20efde #de20ef #efde20

Analogous Colors of #20efde

#20efde #2099ef #20ef77

Monochromatic Colors of #20efde

#20efde

Complementary Color

#20efde #ef2031

#20efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#20efde Color CSS Codes

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

#20efde Text Font Color

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

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


#20efde Background Color

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

This div background color is #20efde


#20efde Border Color

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

This div border color is #20efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20efde


Comments

No comments written yet.

Please login to write comment.