Color Hex Logo

#40686a Color Hex

#40686A
(64,104,106)
0 Favorites   0 Comments

Color spaces of #40686a

RGB 64104106
HSL0.510.250.33
HSV183°40°42°
CMYK 0.400.020.00   0.58
XYZ9.666212.031215.4485
Yxy12.03120.26020.3239
Hunter Lab34.6860-10.9567-2.1264
CIE-Lab41.2657-13.4482-5.5792

#40686a color RGB value is (64,104,106).

#40686a hex color red value is 64, green value is 104 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #40686a hue: 0.51 , saturation: 0.25 and the lightness value of 40686a is 0.33.

The process color (four color CMYK) of #40686a color hex is 0.40, 0.02, 0.00, 0.58. Web safe color of #40686a is #336666. Color #40686a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101000 01101010
Octal 100 150 152
Decimal 64 104 106
Hex 40 68 6A

RGB Percentages of Color #40686a

%23.36
%37.96
%38.69

CMYK Percentages of Color #40686a

%40
%2
%0
%58

Triadic Colors of #40686a

#40686a #6a4068 #686a40

Analogous Colors of #40686a

#40686a #40536a #406a57

Monochromatic Colors of #40686a

#40686a

Complementary Color

#40686a #6a4240

#40686a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40686a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40686a Color CSS Codes

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

#40686a Text Font Color

<p style="color:#40686a">Text here</p>

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


#40686a Background Color

<div style="background-color:#40686a">
Div content here</div>

This div background color is #40686a


#40686a Border Color

<div style="border:3px solid #40686a">
Div here</div>

This div border color is #40686a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,104,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40686a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40686a;
  -webkit-box-shadow: 1px 1px 3px 2px #40686a;
  box-shadow:         1px 1px 3px 2px #40686a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40686a


Comments

No comments written yet.

Please login to write comment.