Color Hex Logo

#41abfc Color Hex

#41ABFC
(65,171,252)
0 Favorites   0 Comments

Color spaces of #41abfc

RGB 65171252
HSL0.570.970.62
HSV206°74°99°
CMYK 0.740.320.00   0.01
XYZ34.313637.277997.4823
Yxy37.27790.20300.2205
Hunter Lab61.0556-6.5294-51.9243
CIE-Lab67.4850-3.8251-48.8211

#41abfc color RGB value is (65,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101011 11111100
Octal 101 253 374
Decimal 65 171 252
Hex 41 AB FC

RGB Percentages of Color #41abfc

%13.32
%35.04
%51.64

CMYK Percentages of Color #41abfc

%74
%32
%0
%1

Triadic Colors of #41abfc

#41abfc #fc41ab #abfc41

Analogous Colors of #41abfc

#41abfc #414efc #41fcf0

Monochromatic Colors of #41abfc

#41abfc

Complementary Color

#41abfc #fc9241

#41abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#41abfc Color CSS Codes

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

#41abfc Text Font Color

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

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


#41abfc Background Color

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

This div background color is #41abfc


#41abfc Border Color

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

This div border color is #41abfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(65,171,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 #41abfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41abfc


Comments

No comments written yet.

Please login to write comment.