Color Hex Logo

#40ad55 Color Hex

#40AD55
(64,173,85)
0 Favorites   0 Comments

Color spaces of #40ad55

RGB 6417385
HSL0.370.460.46
HSV132°63°68°
CMYK 0.630.000.51   0.32
XYZ18.697631.633013.7146
Yxy31.63300.29190.4939
Hunter Lab56.2432-39.084824.9127
CIE-Lab63.0384-49.888536.0185

#40ad55 color RGB value is (64,173,85).

#40ad55 hex color red value is 64, green value is 173 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #40ad55 hue: 0.37 , saturation: 0.46 and the lightness value of 40ad55 is 0.46.

The process color (four color CMYK) of #40ad55 color hex is 0.63, 0.00, 0.51, 0.32. Web safe color of #40ad55 is #339966. Color #40ad55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101101 01010101
Octal 100 255 125
Decimal 64 173 85
Hex 40 AD 55

RGB Percentages of Color #40ad55

%19.88
%53.73
%26.40

CMYK Percentages of Color #40ad55

%63
%0
%51
%32

Triadic Colors of #40ad55

#40ad55 #5540ad #ad5540

Analogous Colors of #40ad55

#40ad55 #40ad8c #62ad40

Monochromatic Colors of #40ad55

#40ad55

Complementary Color

#40ad55 #ad4098

#40ad55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ad55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ad55 Color CSS Codes

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

#40ad55 Text Font Color

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

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


#40ad55 Background Color

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

This div background color is #40ad55


#40ad55 Border Color

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

This div border color is #40ad55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ad55


Comments

No comments written yet.

Please login to write comment.