Color Hex Logo

#20dbab Color Hex

#20DBAB
(32,219,171)
0 Favorites   0 Comments

Color spaces of #20dbab

RGB 32219171
HSL0.460.750.49
HSV165°85°86°
CMYK 0.850.000.22   0.14
XYZ33.277953.910447.1799
Yxy53.91040.24770.4012
Hunter Lab73.4237-47.589713.2986
CIE-Lab78.4095-54.532011.4319

#20dbab color RGB value is (32,219,171).

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

The process color (four color CMYK) of #20dbab color hex is 0.85, 0.00, 0.22, 0.14. Web safe color of #20dbab is #33cc99. Color #20dbab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011011 10101011
Octal 40 333 253
Decimal 32 219 171
Hex 20 DB AB

RGB Percentages of Color #20dbab

%7.58
%51.90
%40.52

CMYK Percentages of Color #20dbab

%85
%0
%22
%14

Triadic Colors of #20dbab

#20dbab #ab20db #dbab20

Analogous Colors of #20dbab

#20dbab #20aedb #20db4e

Monochromatic Colors of #20dbab

#20dbab

Complementary Color

#20dbab #db2050

#20dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#20dbab Color CSS Codes

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

#20dbab Text Font Color

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

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


#20dbab Background Color

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

This div background color is #20dbab


#20dbab Border Color

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

This div border color is #20dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20dbab


Comments

No comments written yet.

Please login to write comment.