Color Hex Logo

#20ebaa Color Hex

#20EBAA
(32,235,170)
0 Favorites   0 Comments

Color spaces of #20ebaa

RGB 32235170
HSL0.450.840.52
HSV161°86°92°
CMYK 0.860.000.28   0.08
XYZ37.559762.626048.1386
Yxy62.62600.25320.4222
Hunter Lab79.1366-53.769619.3296
CIE-Lab83.2452-60.866818.7512

#20ebaa color RGB value is (32,235,170).

#20ebaa hex color red value is 32, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #20ebaa hue: 0.45 , saturation: 0.84 and the lightness value of 20ebaa is 0.52.

The process color (four color CMYK) of #20ebaa color hex is 0.86, 0.00, 0.28, 0.08. Web safe color of #20ebaa is #33ff99. Color #20ebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101011 10101010
Octal 40 353 252
Decimal 32 235 170
Hex 20 EB AA

RGB Percentages of Color #20ebaa

%7.32
%53.78
%38.90

CMYK Percentages of Color #20ebaa

%86
%0
%28
%8

Triadic Colors of #20ebaa

#20ebaa #aa20eb #ebaa20

Analogous Colors of #20ebaa

#20ebaa #20c7eb #20eb45

Monochromatic Colors of #20ebaa

#20ebaa

Complementary Color

#20ebaa #eb2061

#20ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ebaa Color CSS Codes

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

#20ebaa Text Font Color

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

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


#20ebaa Background Color

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

This div background color is #20ebaa


#20ebaa Border Color

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

This div border color is #20ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ebaa


Comments

No comments written yet.

Please login to write comment.