Color Hex Logo

#20efbc Color Hex

#20EFBC
(32,239,188)
0 Favorites   0 Comments

Color spaces of #20efbc

RGB 32239188
HSL0.460.870.53
HSV165°87°94°
CMYK 0.870.000.21   0.06
XYZ40.539365.670958.1161
Yxy65.67090.24670.3996
Hunter Lab81.0376-52.520614.2065
CIE-Lab84.8283-58.233811.6078

#20efbc color RGB value is (32,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101111 10111100
Octal 40 357 274
Decimal 32 239 188
Hex 20 EF BC

RGB Percentages of Color #20efbc

%6.97
%52.07
%40.96

CMYK Percentages of Color #20efbc

%87
%0
%21
%6

Triadic Colors of #20efbc

#20efbc #bc20ef #efbc20

Analogous Colors of #20efbc

#20efbc #20bbef #20ef55

Monochromatic Colors of #20efbc

#20efbc

Complementary Color

#20efbc #ef2053

#20efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#20efbc Color CSS Codes

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

#20efbc Text Font Color

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

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


#20efbc Background Color

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

This div background color is #20efbc


#20efbc Border Color

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

This div border color is #20efbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20efbc


Comments

No comments written yet.

Please login to write comment.