Color Hex Logo

#40a6cc Color Hex

#40A6CC
(64,166,204)
0 Favorites   0 Comments

Color spaces of #40a6cc

RGB 64166204
HSL0.550.580.53
HSV196°69°80°
CMYK 0.690.190.00   0.20
XYZ26.649732.722162.0381
Yxy32.72210.21950.2695
Hunter Lab57.2032-16.9465-24.2590
CIE-Lab63.9353-17.2923-27.9850

#40a6cc color RGB value is (64,166,204).

#40a6cc hex color red value is 64, green value is 166 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #40a6cc hue: 0.55 , saturation: 0.58 and the lightness value of 40a6cc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10100110 11001100
Octal 100 246 314
Decimal 64 166 204
Hex 40 A6 CC

RGB Percentages of Color #40a6cc

%14.75
%38.25
%47.00

CMYK Percentages of Color #40a6cc

%69
%19
%0
%20

Triadic Colors of #40a6cc

#40a6cc #cc40a6 #a6cc40

Analogous Colors of #40a6cc

#40a6cc #4060cc #40ccac

Monochromatic Colors of #40a6cc

#40a6cc

Complementary Color

#40a6cc #cc6640

#40a6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40a6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40a6cc Color CSS Codes

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

#40a6cc Text Font Color

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

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


#40a6cc Background Color

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

This div background color is #40a6cc


#40a6cc Border Color

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

This div border color is #40a6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40a6cc


Comments

No comments written yet.

Please login to write comment.