Color Hex Logo

#20eddb Color Hex

#20EDDB
(32,237,219)
0 Favorites   0 Comments

Color spaces of #20eddb

RGB 32237219
HSL0.490.850.53
HSV175°86°93°
CMYK 0.860.000.08   0.07
XYZ43.666065.989977.4537
Yxy65.98990.23340.3527
Hunter Lab81.2342-46.21030.3331
CIE-Lab84.9913-49.4988-4.4124

#20eddb color RGB value is (32,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101101 11011011
Octal 40 355 333
Decimal 32 237 219
Hex 20 ED DB

RGB Percentages of Color #20eddb

%6.56
%48.57
%44.88

CMYK Percentages of Color #20eddb

%86
%0
%8
%7

Triadic Colors of #20eddb

#20eddb #db20ed #eddb20

Analogous Colors of #20eddb

#20eddb #2099ed #20ed75

Monochromatic Colors of #20eddb

#20eddb

Complementary Color

#20eddb #ed2032

#20eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20eddb Color CSS Codes

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

#20eddb Text Font Color

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

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


#20eddb Background Color

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

This div background color is #20eddb


#20eddb Border Color

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

This div border color is #20eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20eddb


Comments

No comments written yet.

Please login to write comment.