Color Hex Logo

#40cd9f Color Hex

#40CD9F
(64,205,159)
0 Favorites   0 Comments

Color spaces of #40cd9f

RGB 64205159
HSL0.450.590.53
HSV160°69°80°
CMYK 0.690.000.22   0.20
XYZ30.203747.255840.3303
Yxy47.25580.25640.4012
Hunter Lab68.7429-41.872113.3355
CIE-Lab74.3531-48.251812.1483

#40cd9f color RGB value is (64,205,159).

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

The process color (four color CMYK) of #40cd9f color hex is 0.69, 0.00, 0.22, 0.20. Web safe color of #40cd9f is #33cc99. Color #40cd9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11001101 10011111
Octal 100 315 237
Decimal 64 205 159
Hex 40 CD 9F

RGB Percentages of Color #40cd9f

%14.95
%47.90
%37.15

CMYK Percentages of Color #40cd9f

%69
%0
%22
%20

Triadic Colors of #40cd9f

#40cd9f #9f40cd #cd9f40

Analogous Colors of #40cd9f

#40cd9f #40b5cd #40cd59

Monochromatic Colors of #40cd9f

#40cd9f

Complementary Color

#40cd9f #cd406e

#40cd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40cd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40cd9f Color CSS Codes

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

#40cd9f Text Font Color

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

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


#40cd9f Background Color

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

This div background color is #40cd9f


#40cd9f Border Color

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

This div border color is #40cd9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,205,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 #40cd9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40cd9f


Comments

No comments written yet.

Please login to write comment.