Color Hex Logo

#41cdaa Color Hex

#41CDAA
(65,205,170)
0 Favorites   0 Comments

Color spaces of #41cdaa

RGB 65205170
HSL0.460.580.53
HSV165°68°80°
CMYK 0.680.000.17   0.20
XYZ31.267047.688745.5871
Yxy47.68870.25110.3829
Hunter Lab69.0570-40.03029.2004
CIE-Lab74.6282-45.47966.6351

#41cdaa color RGB value is (65,205,170).

#41cdaa hex color red value is 65, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #41cdaa hue: 0.46 , saturation: 0.58 and the lightness value of 41cdaa is 0.53.

The process color (four color CMYK) of #41cdaa color hex is 0.68, 0.00, 0.17, 0.20. Web safe color of #41cdaa is #33cc99. Color #41cdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001101 10101010
Octal 101 315 252
Decimal 65 205 170
Hex 41 CD AA

RGB Percentages of Color #41cdaa

%14.77
%46.59
%38.64

CMYK Percentages of Color #41cdaa

%68
%0
%17
%20

Triadic Colors of #41cdaa

#41cdaa #aa41cd #cdaa41

Analogous Colors of #41cdaa

#41cdaa #41aacd #41cd64

Monochromatic Colors of #41cdaa

#41cdaa

Complementary Color

#41cdaa #cd4164

#41cdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41cdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#41cdaa Color CSS Codes

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

#41cdaa Text Font Color

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

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


#41cdaa Background Color

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

This div background color is #41cdaa


#41cdaa Border Color

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

This div border color is #41cdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41cdaa


Comments

No comments written yet.

Please login to write comment.