Color Hex Logo

#41dace Color Hex

#41DACE
(65,218,206)
0 Favorites   0 Comments

Color spaces of #41dace

RGB 65218206
HSL0.490.670.55
HSV175°70°85°
CMYK 0.700.000.06   0.15
XYZ38.392055.722967.1246
Yxy55.72290.23810.3456
Hunter Lab74.6478-38.8295-1.0612
CIE-Lab79.4559-41.8430-5.6383

#41dace color RGB value is (65,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011010 11001110
Octal 101 332 316
Decimal 65 218 206
Hex 41 DA CE

RGB Percentages of Color #41dace

%13.29
%44.58
%42.13

CMYK Percentages of Color #41dace

%70
%0
%6
%15

Triadic Colors of #41dace

#41dace #ce41da #dace41

Analogous Colors of #41dace

#41dace #419ada #41da82

Monochromatic Colors of #41dace

#41dace

Complementary Color

#41dace #da414d

#41dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dace Color CSS Codes

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

#41dace Text Font Color

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

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


#41dace Background Color

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

This div background color is #41dace


#41dace Border Color

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

This div border color is #41dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dace


Comments

No comments written yet.

Please login to write comment.