Color Hex Logo

#40ba7e Color Hex

#40BA7E
(64,186,126)
0 Favorites   0 Comments

Color spaces of #40ba7e

RGB 64186126
HSL0.420.490.49
HSV150°66°73°
CMYK 0.660.000.32   0.27
XYZ23.439237.714225.7829
Yxy37.71420.26960.4338
Hunter Lab61.4119-39.342318.0963
CIE-Lab67.8094-47.699120.7656

#40ba7e color RGB value is (64,186,126).

#40ba7e hex color red value is 64, green value is 186 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #40ba7e hue: 0.42 , saturation: 0.49 and the lightness value of 40ba7e is 0.49.

The process color (four color CMYK) of #40ba7e color hex is 0.66, 0.00, 0.32, 0.27. Web safe color of #40ba7e is #33cc66. Color #40ba7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111010 01111110
Octal 100 272 176
Decimal 64 186 126
Hex 40 BA 7E

RGB Percentages of Color #40ba7e

%17.02
%49.47
%33.51

CMYK Percentages of Color #40ba7e

%66
%0
%32
%27

Triadic Colors of #40ba7e

#40ba7e #7e40ba #ba7e40

Analogous Colors of #40ba7e

#40ba7e #40b9ba #40ba41

Monochromatic Colors of #40ba7e

#40ba7e

Complementary Color

#40ba7e #ba407c

#40ba7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ba7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ba7e Color CSS Codes

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

#40ba7e Text Font Color

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

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


#40ba7e Background Color

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

This div background color is #40ba7e


#40ba7e Border Color

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

This div border color is #40ba7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ba7e


Comments

No comments written yet.

Please login to write comment.