Color Hex Logo

#40efcb Color Hex

#40EFCB
(64,239,203)
0 Favorites   0 Comments

Color spaces of #40efcb

RGB 64239203
HSL0.470.850.59
HSV168°73°94°
CMYK 0.730.000.15   0.06
XYZ43.760367.134867.1518
Yxy67.13480.24580.3771
Hunter Lab81.9358-48.05448.7630
CIE-Lab85.5720-51.72434.8837

#40efcb color RGB value is (64,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101111 11001011
Octal 100 357 313
Decimal 64 239 203
Hex 40 EF CB

RGB Percentages of Color #40efcb

%12.65
%47.23
%40.12

CMYK Percentages of Color #40efcb

%73
%0
%15
%6

Triadic Colors of #40efcb

#40efcb #cb40ef #efcb40

Analogous Colors of #40efcb

#40efcb #40bcef #40ef74

Monochromatic Colors of #40efcb

#40efcb

Complementary Color

#40efcb #ef4064

#40efcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40efcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#40efcb Color CSS Codes

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

#40efcb Text Font Color

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

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


#40efcb Background Color

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

This div background color is #40efcb


#40efcb Border Color

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

This div border color is #40efcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40efcb


Comments

No comments written yet.

Please login to write comment.