Color Hex Logo

#41a6ec Color Hex

#41A6EC
(65,166,236)
0 Favorites   0 Comments

Color spaces of #41a6ec

RGB 65166236
HSL0.570.820.59
HSV205°72°93°
CMYK 0.720.300.00   0.07
XYZ30.956534.452484.3753
Yxy34.45240.20670.2300
Hunter Lab58.6962-8.5770-44.1416
CIE-Lab65.3201-6.5049-43.4955

#41a6ec color RGB value is (65,166,236).

#41a6ec hex color red value is 65, green value is 166 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #41a6ec hue: 0.57 , saturation: 0.82 and the lightness value of 41a6ec is 0.59.

The process color (four color CMYK) of #41a6ec color hex is 0.72, 0.30, 0.00, 0.07. Web safe color of #41a6ec is #3399ff. Color #41a6ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10100110 11101100
Octal 101 246 354
Decimal 65 166 236
Hex 41 A6 EC

RGB Percentages of Color #41a6ec

%13.92
%35.55
%50.54

CMYK Percentages of Color #41a6ec

%72
%30
%0
%7

Triadic Colors of #41a6ec

#41a6ec #ec41a6 #a6ec41

Analogous Colors of #41a6ec

#41a6ec #4150ec #41ecdd

Monochromatic Colors of #41a6ec

#41a6ec

Complementary Color

#41a6ec #ec8741

#41a6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41a6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#41a6ec Color CSS Codes

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

#41a6ec Text Font Color

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

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


#41a6ec Background Color

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

This div background color is #41a6ec


#41a6ec Border Color

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

This div border color is #41a6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41a6ec


Comments

No comments written yet.

Please login to write comment.