Color Hex Logo

#40efbd Color Hex

#40EFBD
(64,239,189)
0 Favorites   0 Comments

Color spaces of #40efbd

RGB 64239189
HSL0.450.850.59
HSV163°73°94°
CMYK 0.730.000.21   0.06
XYZ42.166266.497158.7570
Yxy66.49710.25190.3972
Hunter Lab81.5458-50.405114.3612
CIE-Lab85.2493-55.079911.7396

#40efbd color RGB value is (64,239,189).

#40efbd hex color red value is 64, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #40efbd hue: 0.45 , saturation: 0.85 and the lightness value of 40efbd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101111 10111101
Octal 100 357 275
Decimal 64 239 189
Hex 40 EF BD

RGB Percentages of Color #40efbd

%13.01
%48.58
%38.41

CMYK Percentages of Color #40efbd

%73
%0
%21
%6

Triadic Colors of #40efbd

#40efbd #bd40ef #efbd40

Analogous Colors of #40efbd

#40efbd #40caef #40ef66

Monochromatic Colors of #40efbd

#40efbd

Complementary Color

#40efbd #ef4072

#40efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40efbd Color CSS Codes

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

#40efbd Text Font Color

<p style="color:#40efbd">Text here</p>

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


#40efbd Background Color

<div style="background-color:#40efbd">
Div content here</div>

This div background color is #40efbd


#40efbd Border Color

<div style="border:3px solid #40efbd">
Div here</div>

This div border color is #40efbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,239,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40efbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40efbd;
  -webkit-box-shadow: 1px 1px 3px 2px #40efbd;
  box-shadow:         1px 1px 3px 2px #40efbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40efbd


Comments

No comments written yet.

Please login to write comment.