Color Hex Logo

#968a66 Color Hex

#968A66
(150,138,102)
0 Favorites   0 Comments

Color spaces of #968a66

RGB 150138102
HSL0.130.190.49
HSV45°32°59°
CMYK 0.000.080.32   0.41
XYZ24.064425.620316.2473
Yxy25.62030.36500.3886
Hunter Lab50.6165-3.715316.4002
CIE-Lab57.6749-1.252220.9448

#968a66 color RGB value is (150,138,102).

#968a66 hex color red value is 150, green value is 138 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #968a66 hue: 0.13 , saturation: 0.19 and the lightness value of 968a66 is 0.49.

The process color (four color CMYK) of #968a66 color hex is 0.00, 0.08, 0.32, 0.41. Web safe color of #968a66 is #999966. Color #968a66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 01100110
Octal 226 212 146
Decimal 150 138 102
Hex 96 8A 66

RGB Percentages of Color #968a66

%38.46
%35.38
%26.15

CMYK Percentages of Color #968a66

%0
%8
%32
%41

Triadic Colors of #968a66

#968a66 #66968a #8a6696

Analogous Colors of #968a66

#968a66 #8a9666 #967266

Monochromatic Colors of #968a66

#968a66

Complementary Color

#968a66 #667296

#968a66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968a66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968a66 Color CSS Codes

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

#968a66 Text Font Color

<p style="color:#968a66">Text here</p>

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


#968a66 Background Color

<div style="background-color:#968a66">
Div content here</div>

This div background color is #968a66


#968a66 Border Color

<div style="border:3px solid #968a66">
Div here</div>

This div border color is #968a66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,138,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968a66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968a66;
  -webkit-box-shadow: 1px 1px 3px 2px #968a66;
  box-shadow:         1px 1px 3px 2px #968a66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968a66


Comments

No comments written yet.

Please login to write comment.