Color Hex Logo

#978016 Color Hex

#978016
(151,128,22)
0 Favorites   0 Comments

Color spaces of #978016

RGB 15112822
HSL0.140.750.34
HSV49°85°59°
CMYK 0.000.150.85   0.41
XYZ20.626522.07563.9329
Yxy22.07560.44230.4734
Hunter Lab46.9847-3.860827.9263
CIE-Lab54.1071-1.717354.7623

#978016 color RGB value is (151,128,22).

#978016 hex color red value is 151, green value is 128 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #978016 hue: 0.14 , saturation: 0.75 and the lightness value of 978016 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10000000 00010110
Octal 227 200 26
Decimal 151 128 22
Hex 97 80 16

RGB Percentages of Color #978016

%50.17
%42.52
%7.31

CMYK Percentages of Color #978016

%0
%15
%85
%41

Triadic Colors of #978016

#978016 #169780 #801697

Analogous Colors of #978016

#978016 #6e9716 #974016

Monochromatic Colors of #978016

#978016

Complementary Color

#978016 #162d97

#978016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978016 Color CSS Codes

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

#978016 Text Font Color

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

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


#978016 Background Color

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

This div background color is #978016


#978016 Border Color

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

This div border color is #978016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978016


Comments

No comments written yet.

Please login to write comment.