Color Hex Logo

#20ebdd Color Hex

#20EBDD
(32,235,221)
0 Favorites   0 Comments

Color spaces of #20ebdd

RGB 32235221
HSL0.490.840.52
HSV176°86°92°
CMYK 0.860.000.06   0.08
XYZ43.355164.944278.6570
Yxy64.94420.23190.3474
Hunter Lab80.5880-44.9987-1.4578
CIE-Lab84.4550-48.1050-6.2569

#20ebdd color RGB value is (32,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101011 11011101
Octal 40 353 335
Decimal 32 235 221
Hex 20 EB DD

RGB Percentages of Color #20ebdd

%6.56
%48.16
%45.29

CMYK Percentages of Color #20ebdd

%86
%0
%6
%8

Triadic Colors of #20ebdd

#20ebdd #dd20eb #ebdd20

Analogous Colors of #20ebdd

#20ebdd #2094eb #20eb78

Monochromatic Colors of #20ebdd

#20ebdd

Complementary Color

#20ebdd #eb202e

#20ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ebdd Color CSS Codes

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

#20ebdd Text Font Color

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

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


#20ebdd Background Color

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

This div background color is #20ebdd


#20ebdd Border Color

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

This div border color is #20ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ebdd


Comments

No comments written yet.

Please login to write comment.