Color Hex Logo

#20ffab Color Hex

#20FFAB
(32,255,171)
0 Favorites   0 Comments

Color spaces of #20ffab

RGB 32255171
HSL0.441.000.56
HSV157°87°100°
CMYK 0.870.000.33   0.00
XYZ43.706374.767450.6561
Yxy74.76740.25840.4421
Hunter Lab86.4681-61.094425.7935
CIE-Lab89.2839-67.883026.5518

#20ffab color RGB value is (32,255,171).

#20ffab hex color red value is 32, green value is 255 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #20ffab hue: 0.44 , saturation: 1.00 and the lightness value of 20ffab is 0.56.

The process color (four color CMYK) of #20ffab color hex is 0.87, 0.00, 0.33, 0.00. Web safe color of #20ffab is #33ff99. Color #20ffab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11111111 10101011
Octal 40 377 253
Decimal 32 255 171
Hex 20 FF AB

RGB Percentages of Color #20ffab

%6.99
%55.68
%37.34

CMYK Percentages of Color #20ffab

%87
%0
%33
%0

Triadic Colors of #20ffab

#20ffab #ab20ff #ffab20

Analogous Colors of #20ffab

#20ffab #20e4ff #20ff3b

Monochromatic Colors of #20ffab

#20ffab

Complementary Color

#20ffab #ff2074

#20ffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ffab Color CSS Codes

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

#20ffab Text Font Color

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

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


#20ffab Background Color

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

This div background color is #20ffab


#20ffab Border Color

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

This div border color is #20ffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ffab


Comments

No comments written yet.

Please login to write comment.