Color Hex Logo

#958404 Color Hex

#958404
(149,132,4)
0 Favorites   0 Comments

Color spaces of #958404

RGB 1491324
HSL0.150.950.30
HSV53°97°58°
CMYK 0.000.110.97   0.42
XYZ20.667622.90093.4459
Yxy22.90090.43960.4871
Hunter Lab47.8549-6.655329.2291
CIE-Lab54.9701-5.237759.1001

#958404 color RGB value is (149,132,4).

#958404 hex color red value is 149, green value is 132 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #958404 hue: 0.15 , saturation: 0.95 and the lightness value of 958404 is 0.30.

The process color (four color CMYK) of #958404 color hex is 0.00, 0.11, 0.97, 0.42. Web safe color of #958404 is #999900. Color #958404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10000100 00000100
Octal 225 204 4
Decimal 149 132 4
Hex 95 84 4

RGB Percentages of Color #958404

%52.28
%46.32
%1.40

CMYK Percentages of Color #958404

%0
%11
%97
%42

Triadic Colors of #958404

#958404 #049584 #840495

Analogous Colors of #958404

#958404 #5e9504 #953b04

Monochromatic Colors of #958404

#958404

Complementary Color

#958404 #041595

#958404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#958404 Color CSS Codes

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

#958404 Text Font Color

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

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


#958404 Background Color

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

This div background color is #958404


#958404 Border Color

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

This div border color is #958404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958404


Comments

No comments written yet.

Please login to write comment.