Color Hex Logo

#41ccfc Color Hex

#41CCFC
(65,204,252)
0 Favorites   0 Comments

Color spaces of #41ccfc

RGB 65204252
HSL0.540.970.62
HSV195°74°99°
CMYK 0.740.190.00   0.01
XYZ41.343551.337899.8256
Yxy51.33780.21480.2667
Hunter Lab71.6504-22.3907-32.4494
CIE-Lab76.8832-21.5152-34.1496

#41ccfc color RGB value is (65,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 11001100 11111100
Octal 101 314 374
Decimal 65 204 252
Hex 41 CC FC

RGB Percentages of Color #41ccfc

%12.48
%39.16
%48.37

CMYK Percentages of Color #41ccfc

%74
%19
%0
%1

Triadic Colors of #41ccfc

#41ccfc #fc41cc #ccfc41

Analogous Colors of #41ccfc

#41ccfc #416ffc #41fccf

Monochromatic Colors of #41ccfc

#41ccfc

Complementary Color

#41ccfc #fc7141

#41ccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41ccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41ccfc Color CSS Codes

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

#41ccfc Text Font Color

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

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


#41ccfc Background Color

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

This div background color is #41ccfc


#41ccfc Border Color

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

This div border color is #41ccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41ccfc


Comments

No comments written yet.

Please login to write comment.