Color Hex Logo

#949601 Color Hex

#949601
(148,150,1)
0 Favorites   0 Comments

Color spaces of #949601

RGB 1481501
HSL0.170.990.30
HSV61°99°59°
CMYK 0.010.000.99   0.41
XYZ23.124628.11084.2358
Yxy28.11080.41690.5068
Hunter Lab53.0196-14.931232.3770
CIE-Lab59.9887-15.398163.2475

#949601 color RGB value is (148,150,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10010110 00000001
Octal 224 226 1
Decimal 148 150 1
Hex 94 96 1

RGB Percentages of Color #949601

%49.50
%50.17
%0.33

CMYK Percentages of Color #949601

%1
%0
%99
%41

Triadic Colors of #949601

#949601 #019496 #960194

Analogous Colors of #949601

#949601 #4a9601 #964e01

Monochromatic Colors of #949601

#949601

Complementary Color

#949601 #030196

#949601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#949601 Color CSS Codes

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

#949601 Text Font Color

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

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


#949601 Background Color

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

This div background color is #949601


#949601 Border Color

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

This div border color is #949601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949601


Comments

No comments written yet.

Please login to write comment.