Color Hex Logo

#20eebb Color Hex

#20EEBB
(32,238,187)
0 Favorites   0 Comments

Color spaces of #20eebb

RGB 32238187
HSL0.460.860.53
HSV165°87°93°
CMYK 0.870.000.21   0.07
XYZ40.139865.044057.4529
Yxy65.04400.24680.3999
Hunter Lab80.6499-52.297014.2182
CIE-Lab84.5064-58.086911.6723

#20eebb color RGB value is (32,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101110 10111011
Octal 40 356 273
Decimal 32 238 187
Hex 20 EE BB

RGB Percentages of Color #20eebb

%7.00
%52.08
%40.92

CMYK Percentages of Color #20eebb

%87
%0
%21
%7

Triadic Colors of #20eebb

#20eebb #bb20ee #eebb20

Analogous Colors of #20eebb

#20eebb #20baee #20ee54

Monochromatic Colors of #20eebb

#20eebb

Complementary Color

#20eebb #ee2053

#20eebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20eebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20eebb Color CSS Codes

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

#20eebb Text Font Color

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

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


#20eebb Background Color

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

This div background color is #20eebb


#20eebb Border Color

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

This div border color is #20eebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20eebb


Comments

No comments written yet.

Please login to write comment.