Color Hex Logo

#41fee7 Color Hex

#41FEE7
(65,254,231)
0 Favorites   0 Comments

Color spaces of #41fee7

RGB 65254231
HSL0.480.990.63
HSV173°74°100°
CMYK 0.740.000.09   0.00
XYZ52.045677.777087.8707
Yxy77.77700.23910.3573
Hunter Lab88.1913-48.99392.6594
CIE-Lab90.6780-50.7609-2.2773

#41fee7 color RGB value is (65,254,231).

#41fee7 hex color red value is 65, green value is 254 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #41fee7 hue: 0.48 , saturation: 0.99 and the lightness value of 41fee7 is 0.63.

The process color (four color CMYK) of #41fee7 color hex is 0.74, 0.00, 0.09, 0.00. Web safe color of #41fee7 is #33ffff. Color #41fee7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11111110 11100111
Octal 101 376 347
Decimal 65 254 231
Hex 41 FE E7

RGB Percentages of Color #41fee7

%11.82
%46.18
%42.00

CMYK Percentages of Color #41fee7

%74
%0
%9
%0

Triadic Colors of #41fee7

#41fee7 #e741fe #fee741

Analogous Colors of #41fee7

#41fee7 #41b7fe #41fe89

Monochromatic Colors of #41fee7

#41fee7

Complementary Color

#41fee7 #fe4158

#41fee7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41fee7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41fee7 Color CSS Codes

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

#41fee7 Text Font Color

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

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


#41fee7 Background Color

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

This div background color is #41fee7


#41fee7 Border Color

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

This div border color is #41fee7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41fee7


Comments

No comments written yet.

Please login to write comment.