Color Hex Logo

#41dcf7 Color Hex

#41DCF7
(65,220,247)
0 Favorites   0 Comments

Color spaces of #41dcf7

RGB 65220247
HSL0.520.920.61
HSV189°74°97°
CMYK 0.740.110.00   0.03
XYZ44.561759.025697.0401
Yxy59.02560.22210.2942
Hunter Lab76.8281-30.9160-21.1084
CIE-Lab81.3057-30.9924-24.7004

#41dcf7 color RGB value is (65,220,247).

#41dcf7 hex color red value is 65, green value is 220 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #41dcf7 hue: 0.52 , saturation: 0.92 and the lightness value of 41dcf7 is 0.61.

The process color (four color CMYK) of #41dcf7 color hex is 0.74, 0.11, 0.00, 0.03. Web safe color of #41dcf7 is #33ccff. Color #41dcf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11011100 11110111
Octal 101 334 367
Decimal 65 220 247
Hex 41 DC F7

RGB Percentages of Color #41dcf7

%12.22
%41.35
%46.43

CMYK Percentages of Color #41dcf7

%74
%11
%0
%3

Triadic Colors of #41dcf7

#41dcf7 #f741dc #dcf741

Analogous Colors of #41dcf7

#41dcf7 #4181f7 #41f7b7

Monochromatic Colors of #41dcf7

#41dcf7

Complementary Color

#41dcf7 #f75c41

#41dcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41dcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#41dcf7 Color CSS Codes

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

#41dcf7 Text Font Color

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

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


#41dcf7 Background Color

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

This div background color is #41dcf7


#41dcf7 Border Color

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

This div border color is #41dcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41dcf7


Comments

No comments written yet.

Please login to write comment.