Color Hex Logo

#20ddab Color Hex

#20DDAB
(32,221,171)
0 Favorites   0 Comments

Color spaces of #20ddab

RGB 32221171
HSL0.460.750.50
HSV164°86°87°
CMYK 0.860.000.23   0.13
XYZ33.802854.960347.3549
Yxy54.96030.24830.4038
Hunter Lab74.1352-48.347514.0223
CIE-Lab79.0184-55.313512.2949

#20ddab color RGB value is (32,221,171).

#20ddab hex color red value is 32, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #20ddab hue: 0.46 , saturation: 0.75 and the lightness value of 20ddab is 0.50.

The process color (four color CMYK) of #20ddab color hex is 0.86, 0.00, 0.23, 0.13. Web safe color of #20ddab is #33cc99. Color #20ddab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011101 10101011
Octal 40 335 253
Decimal 32 221 171
Hex 20 DD AB

RGB Percentages of Color #20ddab

%7.55
%52.12
%40.33

CMYK Percentages of Color #20ddab

%86
%0
%23
%13

Triadic Colors of #20ddab

#20ddab #ab20dd #ddab20

Analogous Colors of #20ddab

#20ddab #20b1dd #20dd4d

Monochromatic Colors of #20ddab

#20ddab

Complementary Color

#20ddab #dd2052

#20ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ddab Color CSS Codes

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

#20ddab Text Font Color

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

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


#20ddab Background Color

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

This div background color is #20ddab


#20ddab Border Color

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

This div border color is #20ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ddab


Comments

No comments written yet.

Please login to write comment.