Color Hex Logo

#41deb3 Color Hex

#41DEB3
(65,222,179)
0 Favorites   0 Comments

Color spaces of #41deb3

RGB 65222179
HSL0.450.700.56
HSV164°71°87°
CMYK 0.710.000.19   0.13
XYZ36.437956.621051.6563
Yxy56.62100.25180.3913
Hunter Lab75.2469-45.244511.9708
CIE-Lab79.9660-50.42209.4730

#41deb3 color RGB value is (65,222,179).

#41deb3 hex color red value is 65, green value is 222 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #41deb3 hue: 0.45 , saturation: 0.70 and the lightness value of 41deb3 is 0.56.

The process color (four color CMYK) of #41deb3 color hex is 0.71, 0.00, 0.19, 0.13. Web safe color of #41deb3 is #33cccc. Color #41deb3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011110 10110011
Octal 101 336 263
Decimal 65 222 179
Hex 41 DE B3

RGB Percentages of Color #41deb3

%13.95
%47.64
%38.41

CMYK Percentages of Color #41deb3

%71
%0
%19
%13

Triadic Colors of #41deb3

#41deb3 #b341de #deb341

Analogous Colors of #41deb3

#41deb3 #41bbde #41de65

Monochromatic Colors of #41deb3

#41deb3

Complementary Color

#41deb3 #de416c

#41deb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41deb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41deb3 Color CSS Codes

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

#41deb3 Text Font Color

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

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


#41deb3 Background Color

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

This div background color is #41deb3


#41deb3 Border Color

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

This div border color is #41deb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41deb3


Comments

No comments written yet.

Please login to write comment.