Color Hex Logo

#40a6ce Color Hex

#40A6CE
(64,166,206)
0 Favorites   0 Comments

Color spaces of #40a6ce

RGB 64166206
HSL0.550.590.53
HSV197°69°81°
CMYK 0.690.190.00   0.19
XYZ26.891132.818763.3098
Yxy32.81870.21860.2668
Hunter Lab57.2876-16.4645-25.4214
CIE-Lab64.0138-16.6458-28.9748

#40a6ce color RGB value is (64,166,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10100110 11001110
Octal 100 246 316
Decimal 64 166 206
Hex 40 A6 CE

RGB Percentages of Color #40a6ce

%14.68
%38.07
%47.25

CMYK Percentages of Color #40a6ce

%69
%19
%0
%19

Triadic Colors of #40a6ce

#40a6ce #ce40a6 #a6ce40

Analogous Colors of #40a6ce

#40a6ce #405fce #40ceaf

Monochromatic Colors of #40a6ce

#40a6ce

Complementary Color

#40a6ce #ce6840

#40a6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40a6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#40a6ce Color CSS Codes

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

#40a6ce Text Font Color

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

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


#40a6ce Background Color

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

This div background color is #40a6ce


#40a6ce Border Color

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

This div border color is #40a6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40a6ce

#40a6ce Color Palettes


Comments

No comments written yet.

Please login to write comment.