Color Hex Logo

#968301 Color Hex

#968301
(150,131,1)
0 Favorites   0 Comments

Color spaces of #968301

RGB 1501311
HSL0.150.990.30
HSV52°99°59°
CMYK 0.000.130.99   0.41
XYZ20.699522.71883.3229
Yxy22.71880.44290.4861
Hunter Lab47.6642-5.893929.2316
CIE-Lab54.7815-4.270159.5367

#968301 color RGB value is (150,131,1).

#968301 hex color red value is 150, green value is 131 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #968301 hue: 0.15 , saturation: 0.99 and the lightness value of 968301 is 0.30.

The process color (four color CMYK) of #968301 color hex is 0.00, 0.13, 0.99, 0.41. Web safe color of #968301 is #999900. Color #968301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000011 00000001
Octal 226 203 1
Decimal 150 131 1
Hex 96 83 1

RGB Percentages of Color #968301

%53.19
%46.45
%0.35

CMYK Percentages of Color #968301

%0
%13
%99
%41

Triadic Colors of #968301

#968301 #019683 #830196

Analogous Colors of #968301

#968301 #5f9601 #963901

Monochromatic Colors of #968301

#968301

Complementary Color

#968301 #011496

#968301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968301 Color CSS Codes

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

#968301 Text Font Color

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

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


#968301 Background Color

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

This div background color is #968301


#968301 Border Color

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

This div border color is #968301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968301


Comments

No comments written yet.

Please login to write comment.