Color Hex Logo

#41dbcf Color Hex

#41DBCF
(65,219,207)
0 Favorites   0 Comments

Color spaces of #41dbcf

RGB 65219207
HSL0.490.680.56
HSV175°70°86°
CMYK 0.700.000.05   0.14
XYZ38.774056.291867.8533
Yxy56.29180.23800.3455
Hunter Lab75.0279-39.0509-1.1009
CIE-Lab79.7796-42.0166-5.6939

#41dbcf color RGB value is (65,219,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011011 11001111
Octal 101 333 317
Decimal 65 219 207
Hex 41 DB CF

RGB Percentages of Color #41dbcf

%13.24
%44.60
%42.16

CMYK Percentages of Color #41dbcf

%70
%0
%5
%14

Triadic Colors of #41dbcf

#41dbcf #cf41db #dbcf41

Analogous Colors of #41dbcf

#41dbcf #419adb #41db82

Monochromatic Colors of #41dbcf

#41dbcf

Complementary Color

#41dbcf #db414d

#41dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dbcf Color CSS Codes

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

#41dbcf Text Font Color

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

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


#41dbcf Background Color

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

This div background color is #41dbcf


#41dbcf Border Color

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

This div border color is #41dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dbcf


Comments

No comments written yet.

Please login to write comment.