Color Hex Logo

#41dacf Color Hex

#41DACF
(65,218,207)
0 Favorites   0 Comments

Color spaces of #41dacf

RGB 65218207
HSL0.490.670.55
HSV176°70°85°
CMYK 0.700.000.05   0.15
XYZ38.513955.771667.7666
Yxy55.77160.23770.3442
Hunter Lab74.6804-38.6353-1.5248
CIE-Lab79.4837-41.5720-6.1313

#41dacf color RGB value is (65,218,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011010 11001111
Octal 101 332 317
Decimal 65 218 207
Hex 41 DA CF

RGB Percentages of Color #41dacf

%13.27
%44.49
%42.24

CMYK Percentages of Color #41dacf

%70
%0
%5
%15

Triadic Colors of #41dacf

#41dacf #cf41da #dacf41

Analogous Colors of #41dacf

#41dacf #4199da #41da83

Monochromatic Colors of #41dacf

#41dacf

Complementary Color

#41dacf #da414c

#41dacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dacf Color CSS Codes

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

#41dacf Text Font Color

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

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


#41dacf Background Color

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

This div background color is #41dacf


#41dacf Border Color

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

This div border color is #41dacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dacf


Comments

No comments written yet.

Please login to write comment.