Color Hex Logo

#20ebda Color Hex

#20EBDA
(32,235,218)
0 Favorites   0 Comments

Color spaces of #20ebda

RGB 32235218
HSL0.490.840.52
HSV175°86°92°
CMYK 0.860.000.07   0.08
XYZ42.958964.785776.5704
Yxy64.78570.23310.3515
Hunter Lab80.4896-45.5877-0.0604
CIE-Lab84.3732-48.9285-4.7968

#20ebda color RGB value is (32,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101011 11011010
Octal 40 353 332
Decimal 32 235 218
Hex 20 EB DA

RGB Percentages of Color #20ebda

%6.60
%48.45
%44.95

CMYK Percentages of Color #20ebda

%86
%0
%7
%8

Triadic Colors of #20ebda

#20ebda #da20eb #ebda20

Analogous Colors of #20ebda

#20ebda #2097eb #20eb75

Monochromatic Colors of #20ebda

#20ebda

Complementary Color

#20ebda #eb2031

#20ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ebda Color CSS Codes

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

#20ebda Text Font Color

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

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


#20ebda Background Color

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

This div background color is #20ebda


#20ebda Border Color

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

This div border color is #20ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ebda


Comments

No comments written yet.

Please login to write comment.