Color Hex Logo

#41acec Color Hex

#41ACEC
(65,172,236)
0 Favorites   0 Comments

Color spaces of #41acec

RGB 65172236
HSL0.560.820.59
HSV202°72°93°
CMYK 0.720.270.00   0.07
XYZ32.072836.685084.7474
Yxy36.68500.20890.2390
Hunter Lab60.5681-11.4727-40.5613
CIE-Lab67.0400-9.8321-40.7997

#41acec color RGB value is (65,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10101100 11101100
Octal 101 254 354
Decimal 65 172 236
Hex 41 AC EC

RGB Percentages of Color #41acec

%13.74
%36.36
%49.89

CMYK Percentages of Color #41acec

%72
%27
%0
%7

Triadic Colors of #41acec

#41acec #ec41ac #acec41

Analogous Colors of #41acec

#41acec #4157ec #41ecd7

Monochromatic Colors of #41acec

#41acec

Complementary Color

#41acec #ec8141

#41acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#41acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#41acec Color CSS Codes

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

#41acec Text Font Color

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

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


#41acec Background Color

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

This div background color is #41acec


#41acec Border Color

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

This div border color is #41acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #41acec


Comments

No comments written yet.

Please login to write comment.