Color Hex Logo

#40bd6c Color Hex

#40BD6C
(64,189,108)
0 Favorites   0 Comments

Color spaces of #40bd6c

RGB 64189108
HSL0.390.490.50
HSV141°66°74°
CMYK 0.660.000.43   0.26
XYZ23.018738.567920.4185
Yxy38.56790.28070.4703
Hunter Lab62.1031-42.518823.9785
CIE-Lab68.4371-52.290831.1043

#40bd6c color RGB value is (64,189,108).

#40bd6c hex color red value is 64, green value is 189 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #40bd6c hue: 0.39 , saturation: 0.49 and the lightness value of 40bd6c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10111101 01101100
Octal 100 275 154
Decimal 64 189 108
Hex 40 BD 6C

RGB Percentages of Color #40bd6c

%17.73
%52.35
%29.92

CMYK Percentages of Color #40bd6c

%66
%0
%43
%26

Triadic Colors of #40bd6c

#40bd6c #6c40bd #bd6c40

Analogous Colors of #40bd6c

#40bd6c #40bdab #53bd40

Monochromatic Colors of #40bd6c

#40bd6c

Complementary Color

#40bd6c #bd4091

#40bd6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40bd6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40bd6c Color CSS Codes

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

#40bd6c Text Font Color

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

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


#40bd6c Background Color

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

This div background color is #40bd6c


#40bd6c Border Color

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

This div border color is #40bd6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40bd6c


Comments

No comments written yet.

Please login to write comment.