Color Hex Logo

#978211 Color Hex

#978211
(151,130,17)
0 Favorites   0 Comments

Color spaces of #978211

RGB 15113017
HSL0.140.800.33
HSV51°89°59°
CMYK 0.000.140.89   0.41
XYZ20.846322.58503.7909
Yxy22.58500.44150.4783
Hunter Lab47.5237-4.867328.5371
CIE-Lab54.6423-2.960556.4904

#978211 color RGB value is (151,130,17).

#978211 hex color red value is 151, green value is 130 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #978211 hue: 0.14 , saturation: 0.80 and the lightness value of 978211 is 0.33.

The process color (four color CMYK) of #978211 color hex is 0.00, 0.14, 0.89, 0.41. Web safe color of #978211 is #999900. Color #978211 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000010 00010001
Octal 227 202 21
Decimal 151 130 17
Hex 97 82 11

RGB Percentages of Color #978211

%50.67
%43.62
%5.70

CMYK Percentages of Color #978211

%0
%14
%89
%41

Triadic Colors of #978211

#978211 #119782 #821197

Analogous Colors of #978211

#978211 #699711 #973f11

Monochromatic Colors of #978211

#978211

Complementary Color

#978211 #112697

#978211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978211 Color CSS Codes

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

#978211 Text Font Color

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

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


#978211 Background Color

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

This div background color is #978211


#978211 Border Color

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

This div border color is #978211


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,130,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #978211; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #978211;
  -webkit-box-shadow: 1px 1px 3px 2px #978211;
  box-shadow:         1px 1px 3px 2px #978211; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,130,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978211


Comments

No comments written yet.

Please login to write comment.