Color Hex Logo

#41efaa Color Hex

#41EFAA
(65,239,170)
0 Favorites   0 Comments

Color spaces of #41efaa

RGB 65239170
HSL0.430.840.60
HSV156°73°94°
CMYK 0.730.000.29   0.06
XYZ40.302265.759148.5988
Yxy65.75910.26060.4252
Hunter Lab81.0920-53.197621.2316
CIE-Lab84.8734-59.163521.0744

#41efaa color RGB value is (65,239,170).

#41efaa hex color red value is 65, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #41efaa hue: 0.43 , saturation: 0.84 and the lightness value of 41efaa is 0.60.

The process color (four color CMYK) of #41efaa color hex is 0.73, 0.00, 0.29, 0.06. Web safe color of #41efaa is #33ff99. Color #41efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101111 10101010
Octal 101 357 252
Decimal 65 239 170
Hex 41 EF AA

RGB Percentages of Color #41efaa

%13.71
%50.42
%35.86

CMYK Percentages of Color #41efaa

%73
%0
%29
%6

Triadic Colors of #41efaa

#41efaa #aa41ef #efaa41

Analogous Colors of #41efaa

#41efaa #41ddef #41ef53

Monochromatic Colors of #41efaa

#41efaa

Complementary Color

#41efaa #ef4186

#41efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#41efaa Color CSS Codes

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

#41efaa Text Font Color

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

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


#41efaa Background Color

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

This div background color is #41efaa


#41efaa Border Color

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

This div border color is #41efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41efaa


Comments

No comments written yet.

Please login to write comment.