Color Hex Logo

#41ddab Color Hex

#41DDAB
(65,221,171)
0 Favorites   0 Comments

Color spaces of #41ddab

RGB 65221171
HSL0.450.700.56
HSV161°71°87°
CMYK 0.710.000.23   0.13
XYZ35.387155.777047.4290
Yxy55.77700.25530.4025
Hunter Lab74.6840-46.119414.6260
CIE-Lab79.4867-51.882113.0234

#41ddab color RGB value is (65,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011101 10101011
Octal 101 335 253
Decimal 65 221 171
Hex 41 DD AB

RGB Percentages of Color #41ddab

%14.22
%48.36
%37.42

CMYK Percentages of Color #41ddab

%71
%0
%23
%13

Triadic Colors of #41ddab

#41ddab #ab41dd #ddab41

Analogous Colors of #41ddab

#41ddab #41c1dd #41dd5d

Monochromatic Colors of #41ddab

#41ddab

Complementary Color

#41ddab #dd4173

#41ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ddab Color CSS Codes

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

#41ddab Text Font Color

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

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


#41ddab Background Color

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

This div background color is #41ddab


#41ddab Border Color

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

This div border color is #41ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ddab


Comments

No comments written yet.

Please login to write comment.