Color Hex Logo

#20faaa Color Hex

#20FAAA
(32,250,170)
0 Favorites   0 Comments

Color spaces of #20faaa

RGB 32250170
HSL0.440.960.55
HSV158°87°98°
CMYK 0.870.000.32   0.02
XYZ42.037071.580649.6311
Yxy71.58060.25750.4385
Hunter Lab84.6053-59.369824.4431
CIE-Lab87.7663-66.318824.9876

#20faaa color RGB value is (32,250,170).

#20faaa hex color red value is 32, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #20faaa hue: 0.44 , saturation: 0.96 and the lightness value of 20faaa is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11111010 10101010
Octal 40 372 252
Decimal 32 250 170
Hex 20 FA AA

RGB Percentages of Color #20faaa

%7.08
%55.31
%37.61

CMYK Percentages of Color #20faaa

%87
%0
%32
%2

Triadic Colors of #20faaa

#20faaa #aa20fa #faaa20

Analogous Colors of #20faaa

#20faaa #20ddfa #20fa3d

Monochromatic Colors of #20faaa

#20faaa

Complementary Color

#20faaa #fa2070

#20faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#20faaa Color CSS Codes

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

#20faaa Text Font Color

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

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


#20faaa Background Color

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

This div background color is #20faaa


#20faaa Border Color

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

This div border color is #20faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20faaa


Comments

No comments written yet.

Please login to write comment.