Color Hex Logo

#40968f Color Hex

#40968F
(64,150,143)
0 Favorites   0 Comments

Color spaces of #40968f

RGB 64150143
HSL0.490.400.42
HSV175°57°59°
CMYK 0.570.000.05   0.41
XYZ17.978624.885929.8425
Yxy24.88590.24730.3423
Hunter Lab49.8858-22.9695-0.5482
CIE-Lab56.9641-27.4823-4.1136

#40968f color RGB value is (64,150,143).

#40968f hex color red value is 64, green value is 150 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #40968f hue: 0.49 , saturation: 0.40 and the lightness value of 40968f is 0.42.

The process color (four color CMYK) of #40968f color hex is 0.57, 0.00, 0.05, 0.41. Web safe color of #40968f is #339999. Color #40968f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10010110 10001111
Octal 100 226 217
Decimal 64 150 143
Hex 40 96 8F

RGB Percentages of Color #40968f

%17.93
%42.02
%40.06

CMYK Percentages of Color #40968f

%57
%0
%5
%41

Triadic Colors of #40968f

#40968f #8f4096 #968f40

Analogous Colors of #40968f

#40968f #407296 #409664

Monochromatic Colors of #40968f

#40968f

Complementary Color

#40968f #964047

#40968f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40968f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40968f Color CSS Codes

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

#40968f Text Font Color

<p style="color:#40968f">Text here</p>

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


#40968f Background Color

<div style="background-color:#40968f">
Div content here</div>

This div background color is #40968f


#40968f Border Color

<div style="border:3px solid #40968f">
Div here</div>

This div border color is #40968f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,150,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40968f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40968f;
  -webkit-box-shadow: 1px 1px 3px 2px #40968f;
  box-shadow:         1px 1px 3px 2px #40968f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40968f


Comments

No comments written yet.

Please login to write comment.