Color Hex Logo

#40eca5 Color Hex

#40ECA5
(64,236,165)
0 Favorites   0 Comments

Color spaces of #40eca5

RGB 64236165
HSL0.430.820.59
HSV155°73°93°
CMYK 0.730.000.30   0.07
XYZ38.901363.797545.8611
Yxy63.79750.26190.4294
Hunter Lab79.8733-52.842221.8686
CIE-Lab83.8602-59.200122.2533

#40eca5 color RGB value is (64,236,165).

#40eca5 hex color red value is 64, green value is 236 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #40eca5 hue: 0.43 , saturation: 0.82 and the lightness value of 40eca5 is 0.59.

The process color (four color CMYK) of #40eca5 color hex is 0.73, 0.00, 0.30, 0.07. Web safe color of #40eca5 is #33ff99. Color #40eca5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101100 10100101
Octal 100 354 245
Decimal 64 236 165
Hex 40 EC A5

RGB Percentages of Color #40eca5

%13.76
%50.75
%35.48

CMYK Percentages of Color #40eca5

%73
%0
%30
%7

Triadic Colors of #40eca5

#40eca5 #a540ec #eca540

Analogous Colors of #40eca5

#40eca5 #40ddec #40ec4f

Monochromatic Colors of #40eca5

#40eca5

Complementary Color

#40eca5 #ec4087

#40eca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40eca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40eca5 Color CSS Codes

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

#40eca5 Text Font Color

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

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


#40eca5 Background Color

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

This div background color is #40eca5


#40eca5 Border Color

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

This div border color is #40eca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40eca5


Comments

No comments written yet.

Please login to write comment.