Color Hex Logo

#968500 Color Hex

#968500
(150,133,0)
0 Favorites   0 Comments

Color spaces of #968500

RGB 1501330
HSL0.151.000.29
HSV53°100°59°
CMYK 0.000.111.00   0.41
XYZ20.965223.25913.3845
Yxy23.25910.44040.4885
Hunter Lab48.2277-6.802229.5986
CIE-Lab55.3382-5.388160.1127

#968500 color RGB value is (150,133,0).

#968500 hex color red value is 150, green value is 133 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #968500 hue: 0.15 , saturation: 1.00 and the lightness value of 968500 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000101 00000000
Octal 226 205 0
Decimal 150 133 0
Hex 96 85 0

RGB Percentages of Color #968500

%53.00
%47.00
%0.00

CMYK Percentages of Color #968500

%0
%11
%100
%41

Triadic Colors of #968500

#968500 #009685 #850096

Analogous Colors of #968500

#968500 #5c9600 #963a00

Monochromatic Colors of #968500

#968500

Complementary Color

#968500 #001196

#968500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968500 Color CSS Codes

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

#968500 Text Font Color

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

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


#968500 Background Color

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

This div background color is #968500


#968500 Border Color

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

This div border color is #968500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968500


Comments

No comments written yet.

Please login to write comment.