Color Hex Logo

#968615 Color Hex

#968615
(150,134,21)
0 Favorites   0 Comments

Color spaces of #968615

RGB 15013421
HSL0.150.750.34
HSV53°86°59°
CMYK 0.000.110.86   0.41
XYZ21.238123.58844.1431
Yxy23.58840.43370.4817
Hunter Lab48.5679-6.938128.9398
CIE-Lab55.6733-5.527356.3051

#968615 color RGB value is (150,134,21).

#968615 hex color red value is 150, green value is 134 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #968615 hue: 0.15 , saturation: 0.75 and the lightness value of 968615 is 0.34.

The process color (four color CMYK) of #968615 color hex is 0.00, 0.11, 0.86, 0.41. Web safe color of #968615 is #999900. Color #968615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000110 00010101
Octal 226 206 25
Decimal 150 134 21
Hex 96 86 15

RGB Percentages of Color #968615

%49.18
%43.93
%6.89

CMYK Percentages of Color #968615

%0
%11
%86
%41

Triadic Colors of #968615

#968615 #159686 #861596

Analogous Colors of #968615

#968615 #669615 #964515

Monochromatic Colors of #968615

#968615

Complementary Color

#968615 #152596

#968615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968615 Color CSS Codes

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

#968615 Text Font Color

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

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


#968615 Background Color

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

This div background color is #968615


#968615 Border Color

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

This div border color is #968615


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,134,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968615; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968615;
  -webkit-box-shadow: 1px 1px 3px 2px #968615;
  box-shadow:         1px 1px 3px 2px #968615; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968615


Comments

No comments written yet.

Please login to write comment.