Color Hex Logo

#41facc Color Hex

#41FACC
(65,250,204)
0 Favorites   0 Comments

Color spaces of #41facc

RGB 65250204
HSL0.460.950.62
HSV165°74°98°
CMYK 0.740.000.18   0.02
XYZ47.264773.854768.8910
Yxy73.85470.24870.3887
Hunter Lab85.9388-52.221212.6285
CIE-Lab88.8538-55.82739.0848

#41facc color RGB value is (65,250,204).

#41facc hex color red value is 65, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #41facc hue: 0.46 , saturation: 0.95 and the lightness value of 41facc is 0.62.

The process color (four color CMYK) of #41facc color hex is 0.74, 0.00, 0.18, 0.02. Web safe color of #41facc is #33ffcc. Color #41facc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 11111010 11001100
Octal 101 372 314
Decimal 65 250 204
Hex 41 FA CC

RGB Percentages of Color #41facc

%12.52
%48.17
%39.31

CMYK Percentages of Color #41facc

%74
%0
%18
%2

Triadic Colors of #41facc

#41facc #cc41fa #facc41

Analogous Colors of #41facc

#41facc #41ccfa #41fa70

Monochromatic Colors of #41facc

#41facc

Complementary Color

#41facc #fa416f

#41facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41facc Color CSS Codes

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

#41facc Text Font Color

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

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


#41facc Background Color

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

This div background color is #41facc


#41facc Border Color

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

This div border color is #41facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41facc


Comments

No comments written yet.

Please login to write comment.