Color Hex Logo

#20e0ab Color Hex

#20E0AB
(32,224,171)
0 Favorites   0 Comments

Color spaces of #20e0ab

RGB 32224171
HSL0.450.760.50
HSV163°86°88°
CMYK 0.860.000.24   0.12
XYZ34.602056.558747.6213
Yxy56.55870.24930.4075
Hunter Lab75.2055-49.481915.1005
CIE-Lab79.9307-56.475913.5843

#20e0ab color RGB value is (32,224,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11100000 10101011
Octal 40 340 253
Decimal 32 224 171
Hex 20 E0 AB

RGB Percentages of Color #20e0ab

%7.49
%52.46
%40.05

CMYK Percentages of Color #20e0ab

%86
%0
%24
%12

Triadic Colors of #20e0ab

#20e0ab #ab20e0 #e0ab20

Analogous Colors of #20e0ab

#20e0ab #20b5e0 #20e04b

Monochromatic Colors of #20e0ab

#20e0ab

Complementary Color

#20e0ab #e02055

#20e0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20e0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#20e0ab Color CSS Codes

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

#20e0ab Text Font Color

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

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


#20e0ab Background Color

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

This div background color is #20e0ab


#20e0ab Border Color

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

This div border color is #20e0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20e0ab


Comments

No comments written yet.

Please login to write comment.