Color Hex Logo

#41fadf Color Hex

#41FADF
(65,250,223)
0 Favorites   0 Comments

Color spaces of #41fadf

RGB 65250223
HSL0.480.950.62
HSV171°74°98°
CMYK 0.740.000.11   0.02
XYZ49.684974.822781.6356
Yxy74.82270.24100.3630
Hunter Lab86.5001-48.84644.5944
CIE-Lab89.3099-51.1443-0.1235

#41fadf color RGB value is (65,250,223).

#41fadf hex color red value is 65, green value is 250 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #41fadf hue: 0.48 , saturation: 0.95 and the lightness value of 41fadf is 0.62.

The process color (four color CMYK) of #41fadf color hex is 0.74, 0.00, 0.11, 0.02. Web safe color of #41fadf is #33ffcc. Color #41fadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11111010 11011111
Octal 101 372 337
Decimal 65 250 223
Hex 41 FA DF

RGB Percentages of Color #41fadf

%12.08
%46.47
%41.45

CMYK Percentages of Color #41fadf

%74
%0
%11
%2

Triadic Colors of #41fadf

#41fadf #df41fa #fadf41

Analogous Colors of #41fadf

#41fadf #41b9fa #41fa83

Monochromatic Colors of #41fadf

#41fadf

Complementary Color

#41fadf #fa415c

#41fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41fadf Color CSS Codes

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

#41fadf Text Font Color

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

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


#41fadf Background Color

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

This div background color is #41fadf


#41fadf Border Color

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

This div border color is #41fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41fadf

Related Colors


Comments

No comments written yet.

Please login to write comment.