Color Hex Logo

#40acce Color Hex

#40ACCE
(64,172,206)
0 Favorites   0 Comments

Color spaces of #40acce

RGB 64172206
HSL0.540.590.53
HSV194°69°81°
CMYK 0.690.170.00   0.19
XYZ28.007535.051363.6819
Yxy35.05130.22100.2766
Hunter Lab59.2041-19.1649-22.3314
CIE-Lab65.7886-19.8147-26.2413

#40acce color RGB value is (64,172,206).

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

The process color (four color CMYK) of #40acce color hex is 0.69, 0.17, 0.00, 0.19. Web safe color of #40acce is #3399cc. Color #40acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10101100 11001110
Octal 100 254 316
Decimal 64 172 206
Hex 40 AC CE

RGB Percentages of Color #40acce

%14.48
%38.91
%46.61

CMYK Percentages of Color #40acce

%69
%17
%0
%19

Triadic Colors of #40acce

#40acce #ce40ac #acce40

Analogous Colors of #40acce

#40acce #4065ce #40cea9

Monochromatic Colors of #40acce

#40acce

Complementary Color

#40acce #ce6240

#40acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#40acce Color CSS Codes

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

#40acce Text Font Color

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

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


#40acce Background Color

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

This div background color is #40acce


#40acce Border Color

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

This div border color is #40acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40acce


Comments

No comments written yet.

Please login to write comment.