Color Hex Logo

#20efdf Color Hex

#20EFDF
(32,239,223)
0 Favorites   0 Comments

Color spaces of #20efdf

RGB 32239223
HSL0.490.870.53
HSV175°87°94°
CMYK 0.870.000.07   0.06
XYZ44.781467.367880.4551
Yxy67.36780.23250.3498
Hunter Lab82.0779-46.2474-0.6632
CIE-Lab85.6893-49.2503-5.4858

#20efdf color RGB value is (32,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101111 11011111
Octal 40 357 337
Decimal 32 239 223
Hex 20 EF DF

RGB Percentages of Color #20efdf

%6.48
%48.38
%45.14

CMYK Percentages of Color #20efdf

%87
%0
%7
%6

Triadic Colors of #20efdf

#20efdf #df20ef #efdf20

Analogous Colors of #20efdf

#20efdf #2098ef #20ef78

Monochromatic Colors of #20efdf

#20efdf

Complementary Color

#20efdf #ef2030

#20efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20efdf Color CSS Codes

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

#20efdf Text Font Color

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

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


#20efdf Background Color

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

This div background color is #20efdf


#20efdf Border Color

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

This div border color is #20efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20efdf


Comments

No comments written yet.

Please login to write comment.