Color Hex Logo

#41ddda Color Hex

#41DDDA
(65,221,218)
0 Favorites   0 Comments

Color spaces of #41ddda

RGB 65221218
HSL0.500.700.56
HSV179°71°87°
CMYK 0.710.000.01   0.13
XYZ40.691357.898775.3606
Yxy57.89870.23390.3328
Hunter Lab76.0912-37.7031-5.4569
CIE-Lab80.6824-39.8940-10.2185

#41ddda color RGB value is (65,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011101 11011010
Octal 101 335 332
Decimal 65 221 218
Hex 41 DD DA

RGB Percentages of Color #41ddda

%12.90
%43.85
%43.25

CMYK Percentages of Color #41ddda

%71
%0
%1
%13

Triadic Colors of #41ddda

#41ddda #da41dd #ddda41

Analogous Colors of #41ddda

#41ddda #4192dd #41dd8c

Monochromatic Colors of #41ddda

#41ddda

Complementary Color

#41ddda #dd4144

#41ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ddda Color CSS Codes

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

#41ddda Text Font Color

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

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


#41ddda Background Color

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

This div background color is #41ddda


#41ddda Border Color

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

This div border color is #41ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ddda


Comments

No comments written yet.

Please login to write comment.