Color Hex Logo

#40d27f Color Hex

#40D27F
(64,210,127)
0 Favorites   0 Comments

Color spaces of #40d27f

RGB 64210127
HSL0.410.620.54
HSV146°70°82°
CMYK 0.700.000.40   0.18
XYZ28.991748.715527.9537
Yxy48.71550.27440.4611
Hunter Lab69.7965-47.999525.1117
CIE-Lab75.2740-56.847530.2560

#40d27f color RGB value is (64,210,127).

#40d27f hex color red value is 64, green value is 210 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #40d27f hue: 0.41 , saturation: 0.62 and the lightness value of 40d27f is 0.54.

The process color (four color CMYK) of #40d27f color hex is 0.70, 0.00, 0.40, 0.18. Web safe color of #40d27f is #33cc66. Color #40d27f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11010010 01111111
Octal 100 322 177
Decimal 64 210 127
Hex 40 D2 7F

RGB Percentages of Color #40d27f

%15.96
%52.37
%31.67

CMYK Percentages of Color #40d27f

%70
%0
%40
%18

Triadic Colors of #40d27f

#40d27f #7f40d2 #d27f40

Analogous Colors of #40d27f

#40d27f #40d2c8 #4ad240

Monochromatic Colors of #40d27f

#40d27f

Complementary Color

#40d27f #d24093

#40d27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40d27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40d27f Color CSS Codes

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

#40d27f Text Font Color

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

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


#40d27f Background Color

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

This div background color is #40d27f


#40d27f Border Color

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

This div border color is #40d27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40d27f


Comments

No comments written yet.

Please login to write comment.