Color Hex Logo

#41dcde Color Hex

#41DCDE
(65,220,222)
0 Favorites   0 Comments

Color spaces of #41dcde

RGB 65220222
HSL0.500.700.56
HSV181°71°87°
CMYK 0.710.010.00   0.13
XYZ40.958057.584178.0634
Yxy57.58410.23190.3261
Hunter Lab75.8842-36.4531-7.8737
CIE-Lab80.5070-38.3163-12.6111

#41dcde color RGB value is (65,220,222).

#41dcde hex color red value is 65, green value is 220 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #41dcde hue: 0.50 , saturation: 0.70 and the lightness value of 41dcde is 0.56.

The process color (four color CMYK) of #41dcde color hex is 0.71, 0.01, 0.00, 0.13. Web safe color of #41dcde is #33cccc. Color #41dcde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011100 11011110
Octal 101 334 336
Decimal 65 220 222
Hex 41 DC DE

RGB Percentages of Color #41dcde

%12.82
%43.39
%43.79

CMYK Percentages of Color #41dcde

%71
%1
%0
%13

Triadic Colors of #41dcde

#41dcde #de41dc #dcde41

Analogous Colors of #41dcde

#41dcde #418ede #41de92

Monochromatic Colors of #41dcde

#41dcde

Complementary Color

#41dcde #de4341

#41dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dcde Color CSS Codes

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

#41dcde Text Font Color

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

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


#41dcde Background Color

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

This div background color is #41dcde


#41dcde Border Color

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

This div border color is #41dcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dcde


Comments

No comments written yet.

Please login to write comment.