Color Hex Logo

#40acec Color Hex

#40ACEC
(64,172,236)
0 Favorites   0 Comments

Color spaces of #40acec

RGB 64172236
HSL0.560.820.59
HSV202°73°93°
CMYK 0.730.270.00   0.07
XYZ32.007236.651284.7443
Yxy36.65120.20860.2389
Hunter Lab60.5402-11.5737-40.6161
CIE-Lab67.0145-9.9597-40.8414

#40acec color RGB value is (64,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101100 11101100
Octal 100 254 354
Decimal 64 172 236
Hex 40 AC EC

RGB Percentages of Color #40acec

%13.56
%36.44
%50.00

CMYK Percentages of Color #40acec

%73
%27
%0
%7

Triadic Colors of #40acec

#40acec #ec40ac #acec40

Analogous Colors of #40acec

#40acec #4056ec #40ecd6

Monochromatic Colors of #40acec

#40acec

Complementary Color

#40acec #ec8040

#40acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#40acec Color CSS Codes

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

#40acec Text Font Color

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

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


#40acec Background Color

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

This div background color is #40acec


#40acec Border Color

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

This div border color is #40acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40acec


Comments

No comments written yet.

Please login to write comment.