Color Hex Logo

#41efbd Color Hex

#41EFBD
(65,239,189)
0 Favorites   0 Comments

Color spaces of #41efbd

RGB 65239189
HSL0.450.840.60
HSV163°73°94°
CMYK 0.730.000.21   0.06
XYZ42.231866.530958.7600
Yxy66.53090.25210.3971
Hunter Lab81.5665-50.321314.3844
CIE-Lab85.2665-54.956211.7664

#41efbd color RGB value is (65,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11101111 10111101
Octal 101 357 275
Decimal 65 239 189
Hex 41 EF BD

RGB Percentages of Color #41efbd

%13.18
%48.48
%38.34

CMYK Percentages of Color #41efbd

%73
%0
%21
%6

Triadic Colors of #41efbd

#41efbd #bd41ef #efbd41

Analogous Colors of #41efbd

#41efbd #41caef #41ef66

Monochromatic Colors of #41efbd

#41efbd

Complementary Color

#41efbd #ef4173

#41efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#41efbd Color CSS Codes

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

#41efbd Text Font Color

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

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


#41efbd Background Color

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

This div background color is #41efbd


#41efbd Border Color

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

This div border color is #41efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41efbd


Comments

No comments written yet.

Please login to write comment.