Color Hex Logo

#20fddd Color Hex

#20FDDD
(32,253,221)
0 Favorites   0 Comments

Color spaces of #20fddd

RGB 32253221
HSL0.480.980.56
HSV171°87°99°
CMYK 0.870.000.13   0.01
XYZ48.772175.778180.4627
Yxy75.77810.23790.3696
Hunter Lab87.0506-52.32996.1324
CIE-Lab89.7562-55.55001.5204

#20fddd color RGB value is (32,253,221).

#20fddd hex color red value is 32, green value is 253 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #20fddd hue: 0.48 , saturation: 0.98 and the lightness value of 20fddd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11111101 11011101
Octal 40 375 335
Decimal 32 253 221
Hex 20 FD DD

RGB Percentages of Color #20fddd

%6.32
%50.00
%43.68

CMYK Percentages of Color #20fddd

%87
%0
%13
%1

Triadic Colors of #20fddd

#20fddd #dd20fd #fddd20

Analogous Colors of #20fddd

#20fddd #20affd #20fd6f

Monochromatic Colors of #20fddd

#20fddd

Complementary Color

#20fddd #fd2040

#20fddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20fddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#20fddd Color CSS Codes

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

#20fddd Text Font Color

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

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


#20fddd Background Color

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

This div background color is #20fddd


#20fddd Border Color

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

This div border color is #20fddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20fddd


Comments

No comments written yet.

Please login to write comment.