Color Hex Logo

#40d399 Color Hex

#40D399
(64,211,153)
0 Favorites   0 Comments

Color spaces of #40d399

RGB 64211153
HSL0.430.630.54
HSV156°70°83°
CMYK 0.700.000.27   0.17
XYZ31.158449.978438.1416
Yxy49.97840.26120.4190
Hunter Lab70.6954-45.044617.4986
CIE-Lab76.0560-52.034117.7312

#40d399 color RGB value is (64,211,153).

#40d399 hex color red value is 64, green value is 211 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #40d399 hue: 0.43 , saturation: 0.63 and the lightness value of 40d399 is 0.54.

The process color (four color CMYK) of #40d399 color hex is 0.70, 0.00, 0.27, 0.17. Web safe color of #40d399 is #33cc99. Color #40d399 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11010011 10011001
Octal 100 323 231
Decimal 64 211 153
Hex 40 D3 99

RGB Percentages of Color #40d399

%14.95
%49.30
%35.75

CMYK Percentages of Color #40d399

%70
%0
%27
%17

Triadic Colors of #40d399

#40d399 #9940d3 #d39940

Analogous Colors of #40d399

#40d399 #40c4d3 #40d350

Monochromatic Colors of #40d399

#40d399

Complementary Color

#40d399 #d3407a

#40d399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40d399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40d399 Color CSS Codes

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

#40d399 Text Font Color

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

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


#40d399 Background Color

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

This div background color is #40d399


#40d399 Border Color

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

This div border color is #40d399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40d399


Comments

No comments written yet.

Please login to write comment.