Color Hex Logo

#41dabf Color Hex

#41DABF
(65,218,191)
0 Favorites   0 Comments

Color spaces of #41dabf

RGB 65218191
HSL0.470.670.55
HSV169°70°85°
CMYK 0.700.000.12   0.15
XYZ36.655355.028257.9798
Yxy55.02820.24490.3677
Hunter Lab74.1810-41.61395.5857
CIE-Lab79.0575-45.78531.7851

#41dabf color RGB value is (65,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011010 10111111
Octal 101 332 277
Decimal 65 218 191
Hex 41 DA BF

RGB Percentages of Color #41dabf

%13.71
%45.99
%40.30

CMYK Percentages of Color #41dabf

%70
%0
%12
%15

Triadic Colors of #41dabf

#41dabf #bf41da #dabf41

Analogous Colors of #41dabf

#41dabf #41a9da #41da73

Monochromatic Colors of #41dabf

#41dabf

Complementary Color

#41dabf #da415c

#41dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dabf Color CSS Codes

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

#41dabf Text Font Color

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

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


#41dabf Background Color

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

This div background color is #41dabf


#41dabf Border Color

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

This div border color is #41dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dabf


Comments

No comments written yet.

Please login to write comment.