Color Hex Logo

#20adaa Color Hex

#20ADAA
(32,173,170)
0 Favorites   0 Comments

Color spaces of #20adaa

RGB 32173170
HSL0.500.690.40
HSV179°82°68°
CMYK 0.820.000.02   0.32
XYZ22.794933.096543.2171
Yxy33.09650.23000.3339
Hunter Lab57.5296-29.9498-4.2689
CIE-Lab64.2390-35.2088-8.6382

#20adaa color RGB value is (32,173,170).

#20adaa hex color red value is 32, green value is 173 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #20adaa hue: 0.50 , saturation: 0.69 and the lightness value of 20adaa is 0.40.

The process color (four color CMYK) of #20adaa color hex is 0.82, 0.00, 0.02, 0.32. Web safe color of #20adaa is #339999. Color #20adaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101101 10101010
Octal 40 255 252
Decimal 32 173 170
Hex 20 AD AA

RGB Percentages of Color #20adaa

%8.53
%46.13
%45.33

CMYK Percentages of Color #20adaa

%82
%0
%2
%32

Triadic Colors of #20adaa

#20adaa #aa20ad #adaa20

Analogous Colors of #20adaa

#20adaa #206aad #20ad64

Monochromatic Colors of #20adaa

#20adaa

Complementary Color

#20adaa #ad2023

#20adaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20adaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#20adaa Color CSS Codes

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

#20adaa Text Font Color

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

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


#20adaa Background Color

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

This div background color is #20adaa


#20adaa Border Color

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

This div border color is #20adaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20adaa


Comments

No comments written yet.

Please login to write comment.