Color Hex Logo

#41daba Color Hex

#41DABA
(65,218,186)
0 Favorites   0 Comments

Color spaces of #41daba

RGB 65218186
HSL0.470.670.55
HSV167°70°85°
CMYK 0.700.000.15   0.15
XYZ36.114354.811855.1307
Yxy54.81180.24730.3753
Hunter Lab74.0350-42.48897.6738
CIE-Lab78.9327-47.04694.2700

#41daba color RGB value is (65,218,186).

#41daba hex color red value is 65, green value is 218 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #41daba hue: 0.47 , saturation: 0.67 and the lightness value of 41daba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011010 10111010
Octal 101 332 272
Decimal 65 218 186
Hex 41 DA BA

RGB Percentages of Color #41daba

%13.86
%46.48
%39.66

CMYK Percentages of Color #41daba

%70
%0
%15
%15

Triadic Colors of #41daba

#41daba #ba41da #daba41

Analogous Colors of #41daba

#41daba #41aeda #41da6e

Monochromatic Colors of #41daba

#41daba

Complementary Color

#41daba #da4161

#41daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#41daba Color CSS Codes

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

#41daba Text Font Color

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

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


#41daba Background Color

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

This div background color is #41daba


#41daba Border Color

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

This div border color is #41daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41daba


Comments

No comments written yet.

Please login to write comment.