Color Hex Logo

#41ddac Color Hex

#41DDAC
(65,221,172)
0 Favorites   0 Comments

Color spaces of #41ddac

RGB 65221172
HSL0.450.700.56
HSV161°71°87°
CMYK 0.710.000.22   0.13
XYZ35.482855.815347.9330
Yxy55.81530.25480.4009
Hunter Lab74.7096-45.964614.2568
CIE-Lab79.5086-51.652312.5260

#41ddac color RGB value is (65,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011101 10101100
Octal 101 335 254
Decimal 65 221 172
Hex 41 DD AC

RGB Percentages of Color #41ddac

%14.19
%48.25
%37.55

CMYK Percentages of Color #41ddac

%71
%0
%22
%13

Triadic Colors of #41ddac

#41ddac #ac41dd #ddac41

Analogous Colors of #41ddac

#41ddac #41c0dd #41dd5e

Monochromatic Colors of #41ddac

#41ddac

Complementary Color

#41ddac #dd4172

#41ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ddac Color CSS Codes

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

#41ddac Text Font Color

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

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


#41ddac Background Color

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

This div background color is #41ddac


#41ddac Border Color

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

This div border color is #41ddac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,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 #41ddac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ddac


Comments

No comments written yet.

Please login to write comment.