Color Hex Logo

#20eadd Color Hex

#20EADD
(32,234,221)
0 Favorites   0 Comments

Color spaces of #20eadd

RGB 32234221
HSL0.490.830.52
HSV176°86°92°
CMYK 0.860.000.06   0.08
XYZ43.069664.373278.5619
Yxy64.37320.23160.3461
Hunter Lab80.2329-44.5875-1.8921
CIE-Lab84.1597-47.6790-6.6936

#20eadd color RGB value is (32,234,221).

#20eadd hex color red value is 32, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #20eadd hue: 0.49 , saturation: 0.83 and the lightness value of 20eadd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101010 11011101
Octal 40 352 335
Decimal 32 234 221
Hex 20 EA DD

RGB Percentages of Color #20eadd

%6.57
%48.05
%45.38

CMYK Percentages of Color #20eadd

%86
%0
%6
%8

Triadic Colors of #20eadd

#20eadd #dd20ea #eadd20

Analogous Colors of #20eadd

#20eadd #2092ea #20ea78

Monochromatic Colors of #20eadd

#20eadd

Complementary Color

#20eadd #ea202d

#20eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20eadd Color CSS Codes

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

#20eadd Text Font Color

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

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


#20eadd Background Color

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

This div background color is #20eadd


#20eadd Border Color

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

This div border color is #20eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20eadd


Comments

No comments written yet.

Please login to write comment.