Color Hex Logo

#41dfdc Color Hex

#41DFDC
(65,223,220)
0 Favorites   0 Comments

Color spaces of #41dfdc

RGB 65223220
HSL0.500.710.56
HSV179°71°87°
CMYK 0.710.000.01   0.13
XYZ41.485959.066576.9246
Yxy59.06650.23380.3328
Hunter Lab76.8547-38.1421-5.5456
CIE-Lab81.3281-40.2401-10.3207

#41dfdc color RGB value is (65,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011111 11011100
Octal 101 337 334
Decimal 65 223 220
Hex 41 DF DC

RGB Percentages of Color #41dfdc

%12.80
%43.90
%43.31

CMYK Percentages of Color #41dfdc

%71
%0
%1
%13

Triadic Colors of #41dfdc

#41dfdc #dc41df #dfdc41

Analogous Colors of #41dfdc

#41dfdc #4193df #41df8d

Monochromatic Colors of #41dfdc

#41dfdc

Complementary Color

#41dfdc #df4144

#41dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dfdc Color CSS Codes

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

#41dfdc Text Font Color

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

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


#41dfdc Background Color

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

This div background color is #41dfdc


#41dfdc Border Color

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

This div border color is #41dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dfdc


Comments

No comments written yet.

Please login to write comment.