Color Hex Logo

#40dfad Color Hex

#40DFAD
(64,223,173)
0 Favorites   0 Comments

Color spaces of #40dfad

RGB 64223173
HSL0.450.710.56
HSV161°71°87°
CMYK 0.710.000.22   0.13
XYZ36.044956.882548.6148
Yxy56.88250.25470.4019
Hunter Lab75.4205-46.677314.5770
CIE-Lab80.1135-52.368412.8509

#40dfad color RGB value is (64,223,173).

#40dfad hex color red value is 64, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #40dfad hue: 0.45 , saturation: 0.71 and the lightness value of 40dfad is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011111 10101101
Octal 100 337 255
Decimal 64 223 173
Hex 40 DF AD

RGB Percentages of Color #40dfad

%13.91
%48.48
%37.61

CMYK Percentages of Color #40dfad

%71
%0
%22
%13

Triadic Colors of #40dfad

#40dfad #ad40df #dfad40

Analogous Colors of #40dfad

#40dfad #40c2df #40df5e

Monochromatic Colors of #40dfad

#40dfad

Complementary Color

#40dfad #df4072

#40dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dfad Color CSS Codes

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

#40dfad Text Font Color

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

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


#40dfad Background Color

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

This div background color is #40dfad


#40dfad Border Color

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

This div border color is #40dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dfad


Comments

No comments written yet.

Please login to write comment.