Color Hex Logo

#968003 Color Hex

#968003
(150,128,3)
0 Favorites   0 Comments

Color spaces of #968003

RGB 1501283
HSL0.140.960.30
HSV51°98°59°
CMYK 0.000.150.98   0.41
XYZ20.313321.92893.2482
Yxy21.92890.44650.4821
Hunter Lab46.8283-4.519328.6672
CIE-Lab53.9515-2.575058.5776

#968003 color RGB value is (150,128,3).

#968003 hex color red value is 150, green value is 128 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #968003 hue: 0.14 , saturation: 0.96 and the lightness value of 968003 is 0.30.

The process color (four color CMYK) of #968003 color hex is 0.00, 0.15, 0.98, 0.41. Web safe color of #968003 is #999900. Color #968003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000000 00000011
Octal 226 200 3
Decimal 150 128 3
Hex 96 80 3

RGB Percentages of Color #968003

%53.38
%45.55
%1.07

CMYK Percentages of Color #968003

%0
%15
%98
%41

Triadic Colors of #968003

#968003 #039680 #800396

Analogous Colors of #968003

#968003 #639603 #963703

Monochromatic Colors of #968003

#968003

Complementary Color

#968003 #031996

#968003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968003 Color CSS Codes

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

#968003 Text Font Color

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

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


#968003 Background Color

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

This div background color is #968003


#968003 Border Color

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

This div border color is #968003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968003


Comments

No comments written yet.

Please login to write comment.