Color Hex Logo

#979801 Color Hex

#979801
(151,152,1)
0 Favorites   0 Comments

Color spaces of #979801

RGB 1511521
HSL0.170.990.30
HSV60°99°60°
CMYK 0.010.000.99   0.40
XYZ23.996229.03804.3689
Yxy29.03800.41800.5059
Hunter Lab53.8869-14.814932.9139
CIE-Lab60.8152-15.087063.9699

#979801 color RGB value is (151,152,1).

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

The process color (four color CMYK) of #979801 color hex is 0.01, 0.00, 0.99, 0.40. Web safe color of #979801 is #999900. Color #979801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011000 00000001
Octal 227 230 1
Decimal 151 152 1
Hex 97 98 1

RGB Percentages of Color #979801

%49.67
%50.00
%0.33

CMYK Percentages of Color #979801

%1
%0
%99
%40

Triadic Colors of #979801

#979801 #019798 #980197

Analogous Colors of #979801

#979801 #4b9801 #984e01

Monochromatic Colors of #979801

#979801

Complementary Color

#979801 #020198

#979801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979801 Color CSS Codes

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

#979801 Text Font Color

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

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


#979801 Background Color

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

This div background color is #979801


#979801 Border Color

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

This div border color is #979801


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,152,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 #979801">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979801

#979801 Color Palettes


Comments

No comments written yet.

Please login to write comment.