Color Hex Logo

#41daad Color Hex

#41DAAD
(65,218,173)
0 Favorites   0 Comments

Color spaces of #41daad

RGB 65218173
HSL0.450.670.55
HSV162°70°85°
CMYK 0.700.000.21   0.15
XYZ34.794254.283848.1791
Yxy54.28380.25350.3955
Hunter Lab73.6775-44.639112.8035
CIE-Lab78.6269-50.196210.7459

#41daad color RGB value is (65,218,173).

#41daad hex color red value is 65, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #41daad hue: 0.45 , saturation: 0.67 and the lightness value of 41daad is 0.55.

The process color (four color CMYK) of #41daad color hex is 0.70, 0.00, 0.21, 0.15. Web safe color of #41daad is #33cc99. Color #41daad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011010 10101101
Octal 101 332 255
Decimal 65 218 173
Hex 41 DA AD

RGB Percentages of Color #41daad

%14.25
%47.81
%37.94

CMYK Percentages of Color #41daad

%70
%0
%21
%15

Triadic Colors of #41daad

#41daad #ad41da #daad41

Analogous Colors of #41daad

#41daad #41bbda #41da61

Monochromatic Colors of #41daad

#41daad

Complementary Color

#41daad #da416e

#41daad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41daad Color Preview on White Background

Lorem ipsum dolor sit amet.

#41daad Color CSS Codes

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

#41daad Text Font Color

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

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


#41daad Background Color

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

This div background color is #41daad


#41daad Border Color

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

This div border color is #41daad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41daad


Comments

No comments written yet.

Please login to write comment.