Color Hex Logo

#40ddac Color Hex

#40DDAC
(64,221,172)
0 Favorites   0 Comments

Color spaces of #40ddac

RGB 64221172
HSL0.450.700.56
HSV161°71°87°
CMYK 0.710.000.22   0.13
XYZ35.417255.781447.9299
Yxy55.78140.25460.4009
Hunter Lab74.6869-46.055914.2319
CIE-Lab79.4892-51.790912.4959

#40ddac color RGB value is (64,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011101 10101100
Octal 100 335 254
Decimal 64 221 172
Hex 40 DD AC

RGB Percentages of Color #40ddac

%14.00
%48.36
%37.64

CMYK Percentages of Color #40ddac

%71
%0
%22
%13

Triadic Colors of #40ddac

#40ddac #ac40dd #ddac40

Analogous Colors of #40ddac

#40ddac #40c0dd #40dd5e

Monochromatic Colors of #40ddac

#40ddac

Complementary Color

#40ddac #dd4071

#40ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#40ddac Color CSS Codes

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

#40ddac Text Font Color

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

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


#40ddac Background Color

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

This div background color is #40ddac


#40ddac Border Color

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

This div border color is #40ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40ddac


Comments

No comments written yet.

Please login to write comment.