Color Hex Logo

#20fdab Color Hex

#20FDAB
(32,253,171)
0 Favorites   0 Comments

Color spaces of #20fdab

RGB 32253171
HSL0.440.980.56
HSV158°87°99°
CMYK 0.870.000.32   0.01
XYZ43.071673.497950.4445
Yxy73.49790.25790.4401
Hunter Lab85.7309-60.349925.1251
CIE-Lab88.6846-67.177125.7346

#20fdab color RGB value is (32,253,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11111101 10101011
Octal 40 375 253
Decimal 32 253 171
Hex 20 FD AB

RGB Percentages of Color #20fdab

%7.02
%55.48
%37.50

CMYK Percentages of Color #20fdab

%87
%0
%32
%1

Triadic Colors of #20fdab

#20fdab #ab20fd #fdab20

Analogous Colors of #20fdab

#20fdab #20e1fd #20fd3d

Monochromatic Colors of #20fdab

#20fdab

Complementary Color

#20fdab #fd2072

#20fdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20fdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#20fdab Color CSS Codes

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

#20fdab Text Font Color

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

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


#20fdab Background Color

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

This div background color is #20fdab


#20fdab Border Color

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

This div border color is #20fdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20fdab

Related Colors


Comments

No comments written yet.

Please login to write comment.