Color Hex Logo

#20eeaa Color Hex

#20EEAA
(32,238,170)
0 Favorites   0 Comments

Color spaces of #20eeaa

RGB 32238170
HSL0.440.860.53
HSV160°87°93°
CMYK 0.870.000.29   0.07
XYZ38.425964.358448.4274
Yxy64.35840.25410.4256
Hunter Lab80.2237-54.892720.3659
CIE-Lab84.1520-61.976320.0106

#20eeaa color RGB value is (32,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101110 10101010
Octal 40 356 252
Decimal 32 238 170
Hex 20 EE AA

RGB Percentages of Color #20eeaa

%7.27
%54.09
%38.64

CMYK Percentages of Color #20eeaa

%87
%0
%29
%7

Triadic Colors of #20eeaa

#20eeaa #aa20ee #eeaa20

Analogous Colors of #20eeaa

#20eeaa #20cbee #20ee43

Monochromatic Colors of #20eeaa

#20eeaa

Complementary Color

#20eeaa #ee2064

#20eeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20eeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#20eeaa Color CSS Codes

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

#20eeaa Text Font Color

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

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


#20eeaa Background Color

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

This div background color is #20eeaa


#20eeaa Border Color

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

This div border color is #20eeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20eeaa


Comments

No comments written yet.

Please login to write comment.