Color Hex Logo

#41dabc Color Hex

#41DABC
(65,218,188)
0 Favorites   0 Comments

Color spaces of #41dabc

RGB 65218188
HSL0.470.670.55
HSV168°70°85°
CMYK 0.700.000.14   0.15
XYZ36.328554.897556.2585
Yxy54.89750.24630.3722
Hunter Lab74.0928-42.14216.8463
CIE-Lab78.9822-46.54553.2756

#41dabc color RGB value is (65,218,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011010 10111100
Octal 101 332 274
Decimal 65 218 188
Hex 41 DA BC

RGB Percentages of Color #41dabc

%13.80
%46.28
%39.92

CMYK Percentages of Color #41dabc

%70
%0
%14
%15

Triadic Colors of #41dabc

#41dabc #bc41da #dabc41

Analogous Colors of #41dabc

#41dabc #41acda #41da70

Monochromatic Colors of #41dabc

#41dabc

Complementary Color

#41dabc #da415f

#41dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dabc Color CSS Codes

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

#41dabc Text Font Color

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

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


#41dabc Background Color

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

This div background color is #41dabc


#41dabc Border Color

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

This div border color is #41dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dabc


Comments

No comments written yet.

Please login to write comment.