Color Hex Logo

#41acfa Color Hex

#41ACFA
(65,172,250)
0 Favorites   0 Comments

Color spaces of #41acfa

RGB 65172250
HSL0.570.950.62
HSV205°74°98°
CMYK 0.740.310.00   0.02
XYZ34.187837.531095.8848
Yxy37.53100.20400.2239
Hunter Lab61.2625-7.5969-49.9137
CIE-Lab67.6735-5.0733-47.4373

#41acfa color RGB value is (65,172,250).

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

The process color (four color CMYK) of #41acfa color hex is 0.74, 0.31, 0.00, 0.02. Web safe color of #41acfa is #3399ff. Color #41acfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 11111010
Octal 101 254 372
Decimal 65 172 250
Hex 41 AC FA

RGB Percentages of Color #41acfa

%13.35
%35.32
%51.33

CMYK Percentages of Color #41acfa

%74
%31
%0
%2

Triadic Colors of #41acfa

#41acfa #fa41ac #acfa41

Analogous Colors of #41acfa

#41acfa #414ffa #41faec

Monochromatic Colors of #41acfa

#41acfa

Complementary Color

#41acfa #fa8f41

#41acfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acfa Color CSS Codes

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

#41acfa Text Font Color

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

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


#41acfa Background Color

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

This div background color is #41acfa


#41acfa Border Color

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

This div border color is #41acfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acfa


Comments

No comments written yet.

Please login to write comment.