Color Hex Logo

#20daaa Color Hex

#20DAAA
(32,218,170)
0 Favorites   0 Comments

Color spaces of #20daaa

RGB 32218170
HSL0.460.740.49
HSV165°85°85°
CMYK 0.850.000.22   0.15
XYZ32.922853.352246.5930
Yxy53.35220.24780.4015
Hunter Lab73.0426-47.368513.3094
CIE-Lab78.0825-54.380511.4984

#20daaa color RGB value is (32,218,170).

#20daaa hex color red value is 32, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #20daaa hue: 0.46 , saturation: 0.74 and the lightness value of 20daaa is 0.49.

The process color (four color CMYK) of #20daaa color hex is 0.85, 0.00, 0.22, 0.15. Web safe color of #20daaa is #33cc99. Color #20daaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11011010 10101010
Octal 40 332 252
Decimal 32 218 170
Hex 20 DA AA

RGB Percentages of Color #20daaa

%7.62
%51.90
%40.48

CMYK Percentages of Color #20daaa

%85
%0
%22
%15

Triadic Colors of #20daaa

#20daaa #aa20da #daaa20

Analogous Colors of #20daaa

#20daaa #20adda #20da4d

Monochromatic Colors of #20daaa

#20daaa

Complementary Color

#20daaa #da2050

#20daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#20daaa Color CSS Codes

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

#20daaa Text Font Color

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

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


#20daaa Background Color

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

This div background color is #20daaa


#20daaa Border Color

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

This div border color is #20daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20daaa


Comments

No comments written yet.

Please login to write comment.