Color Hex Logo

#20ebbf Color Hex

#20EBBF
(32,235,191)
0 Favorites   0 Comments

Color spaces of #20ebbf

RGB 32235191
HSL0.460.840.52
HSV167°86°92°
CMYK 0.860.000.19   0.08
XYZ39.708063.485359.4513
Yxy63.48530.24410.3903
Hunter Lab79.6777-50.479011.5353
CIE-Lab83.6971-55.94838.4244

#20ebbf color RGB value is (32,235,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101011 10111111
Octal 40 353 277
Decimal 32 235 191
Hex 20 EB BF

RGB Percentages of Color #20ebbf

%6.99
%51.31
%41.70

CMYK Percentages of Color #20ebbf

%86
%0
%19
%8

Triadic Colors of #20ebbf

#20ebbf #bf20eb #ebbf20

Analogous Colors of #20ebbf

#20ebbf #20b2eb #20eb59

Monochromatic Colors of #20ebbf

#20ebbf

Complementary Color

#20ebbf #eb204c

#20ebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20ebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20ebbf Color CSS Codes

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

#20ebbf Text Font Color

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

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


#20ebbf Background Color

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

This div background color is #20ebbf


#20ebbf Border Color

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

This div border color is #20ebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20ebbf


Comments

No comments written yet.

Please login to write comment.