Color Hex Logo

#40c38e Color Hex

#40C38E
(64,195,142)
0 Favorites   0 Comments

Color spaces of #40c38e

RGB 64195142
HSL0.430.520.51
HSV156°67°76°
CMYK 0.670.000.27   0.24
XYZ26.511942.073232.3148
Yxy42.07320.26280.4170
Hunter Lab64.8639-40.553215.8668
CIE-Lab70.9214-47.969816.4579

#40c38e color RGB value is (64,195,142).

#40c38e hex color red value is 64, green value is 195 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #40c38e hue: 0.43 , saturation: 0.52 and the lightness value of 40c38e is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000011 10001110
Octal 100 303 216
Decimal 64 195 142
Hex 40 C3 8E

RGB Percentages of Color #40c38e

%15.96
%48.63
%35.41

CMYK Percentages of Color #40c38e

%67
%0
%27
%24

Triadic Colors of #40c38e

#40c38e #8e40c3 #c38e40

Analogous Colors of #40c38e

#40c38e #40b7c3 #40c34d

Monochromatic Colors of #40c38e

#40c38e

Complementary Color

#40c38e #c34075

#40c38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c38e Color CSS Codes

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

#40c38e Text Font Color

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

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


#40c38e Background Color

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

This div background color is #40c38e


#40c38e Border Color

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

This div border color is #40c38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c38e


Comments

No comments written yet.

Please login to write comment.