Color Hex Logo

#40c39f Color Hex

#40C39F
(64,195,159)
0 Favorites   0 Comments

Color spaces of #40c39f

RGB 64195159
HSL0.450.520.51
HSV164°67°76°
CMYK 0.670.000.18   0.24
XYZ27.887542.623439.5582
Yxy42.62340.25340.3872
Hunter Lab65.2866-38.00449.7759
CIE-Lab71.2986-44.04067.8045

#40c39f color RGB value is (64,195,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11000011 10011111
Octal 100 303 237
Decimal 64 195 159
Hex 40 C3 9F

RGB Percentages of Color #40c39f

%15.31
%46.65
%38.04

CMYK Percentages of Color #40c39f

%67
%0
%18
%24

Triadic Colors of #40c39f

#40c39f #9f40c3 #c39f40

Analogous Colors of #40c39f

#40c39f #40a6c3 #40c35e

Monochromatic Colors of #40c39f

#40c39f

Complementary Color

#40c39f #c34064

#40c39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40c39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40c39f Color CSS Codes

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

#40c39f Text Font Color

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

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


#40c39f Background Color

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

This div background color is #40c39f


#40c39f Border Color

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

This div border color is #40c39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40c39f


Comments

No comments written yet.

Please login to write comment.