Color Hex Logo

#20efec Color Hex

#20EFEC
(32,239,236)
0 Favorites   0 Comments

Color spaces of #20efec

RGB 32239236
HSL0.500.870.53
HSV179°87°94°
CMYK 0.870.000.01   0.06
XYZ46.602568.096290.0446
Yxy68.09620.22760.3326
Hunter Lab82.5204-43.6048-6.9317
CIE-Lab86.0545-45.6203-11.7720

#20efec color RGB value is (32,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11101111 11101100
Octal 40 357 354
Decimal 32 239 236
Hex 20 EF EC

RGB Percentages of Color #20efec

%6.31
%47.14
%46.55

CMYK Percentages of Color #20efec

%87
%0
%1
%6

Triadic Colors of #20efec

#20efec #ec20ef #efec20

Analogous Colors of #20efec

#20efec #208bef #20ef85

Monochromatic Colors of #20efec

#20efec

Complementary Color

#20efec #ef2023

#20efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#20efec Color CSS Codes

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

#20efec Text Font Color

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

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


#20efec Background Color

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

This div background color is #20efec


#20efec Border Color

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

This div border color is #20efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20efec


Comments

No comments written yet.

Please login to write comment.