Color Hex Logo

#40dda4 Color Hex

#40DDA4
(64,221,164)
0 Favorites   0 Comments

Color spaces of #40dda4

RGB 64221164
HSL0.440.700.56
HSV158°71°87°
CMYK 0.710.000.26   0.13
XYZ34.671655.483244.0039
Yxy55.48320.25840.4136
Hunter Lab74.4870-47.265717.1148
CIE-Lab79.3188-53.598916.4749

#40dda4 color RGB value is (64,221,164).

#40dda4 hex color red value is 64, green value is 221 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #40dda4 hue: 0.44 , saturation: 0.70 and the lightness value of 40dda4 is 0.56.

The process color (four color CMYK) of #40dda4 color hex is 0.71, 0.00, 0.26, 0.13. Web safe color of #40dda4 is #33cc99. Color #40dda4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011101 10100100
Octal 100 335 244
Decimal 64 221 164
Hex 40 DD A4

RGB Percentages of Color #40dda4

%14.25
%49.22
%36.53

CMYK Percentages of Color #40dda4

%71
%0
%26
%13

Triadic Colors of #40dda4

#40dda4 #a440dd #dda440

Analogous Colors of #40dda4

#40dda4 #40c8dd #40dd56

Monochromatic Colors of #40dda4

#40dda4

Complementary Color

#40dda4 #dd4079

#40dda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dda4 Color CSS Codes

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

#40dda4 Text Font Color

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

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


#40dda4 Background Color

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

This div background color is #40dda4


#40dda4 Border Color

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

This div border color is #40dda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dda4


Comments

No comments written yet.

Please login to write comment.