Color Hex Logo

#41dbbe Color Hex

#41DBBE
(65,219,190)
0 Favorites   0 Comments

Color spaces of #41dbbe

RGB 65219190
HSL0.470.680.56
HSV169°70°86°
CMYK 0.700.000.13   0.14
XYZ36.805855.504657.4888
Yxy55.50460.24570.3705
Hunter Lab74.5014-42.19346.4000
CIE-Lab79.3310-46.46692.7156

#41dbbe color RGB value is (65,219,190).

#41dbbe hex color red value is 65, green value is 219 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #41dbbe hue: 0.47 , saturation: 0.68 and the lightness value of 41dbbe is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011011 10111110
Octal 101 333 276
Decimal 65 219 190
Hex 41 DB BE

RGB Percentages of Color #41dbbe

%13.71
%46.20
%40.08

CMYK Percentages of Color #41dbbe

%70
%0
%13
%14

Triadic Colors of #41dbbe

#41dbbe #be41db #dbbe41

Analogous Colors of #41dbbe

#41dbbe #41abdb #41db71

Monochromatic Colors of #41dbbe

#41dbbe

Complementary Color

#41dbbe #db415e

#41dbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dbbe Color CSS Codes

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

#41dbbe Text Font Color

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

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


#41dbbe Background Color

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

This div background color is #41dbbe


#41dbbe Border Color

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

This div border color is #41dbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dbbe


Comments

No comments written yet.

Please login to write comment.