Color Hex Logo

#41debb Color Hex

#41DEBB
(65,222,187)
0 Favorites   0 Comments

Color spaces of #41debb

RGB 65222187
HSL0.460.700.56
HSV167°71°87°
CMYK 0.710.000.16   0.13
XYZ37.270956.954256.0426
Yxy56.95420.24800.3790
Hunter Lab75.4680-43.91448.7988
CIE-Lab80.1538-48.48475.5012

#41debb color RGB value is (65,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011110 10111011
Octal 101 336 273
Decimal 65 222 187
Hex 41 DE BB

RGB Percentages of Color #41debb

%13.71
%46.84
%39.45

CMYK Percentages of Color #41debb

%71
%0
%16
%13

Triadic Colors of #41debb

#41debb #bb41de #debb41

Analogous Colors of #41debb

#41debb #41b3de #41de6d

Monochromatic Colors of #41debb

#41debb

Complementary Color

#41debb #de4164

#41debb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41debb Color Preview on White Background

Lorem ipsum dolor sit amet.

#41debb Color CSS Codes

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

#41debb Text Font Color

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

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


#41debb Background Color

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

This div background color is #41debb


#41debb Border Color

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

This div border color is #41debb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41debb


Comments

No comments written yet.

Please login to write comment.