Color Hex Logo

#948504 Color Hex

#948504
(148,133,4)
0 Favorites   0 Comments

Color spaces of #948504

RGB 1481334
HSL0.150.950.30
HSV54°97°58°
CMYK 0.000.100.97   0.42
XYZ20.622223.07973.4828
Yxy23.07970.43710.4891
Hunter Lab48.0413-7.449529.3307
CIE-Lab55.1543-6.252059.1927

#948504 color RGB value is (148,133,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000101 00000100
Octal 224 205 4
Decimal 148 133 4
Hex 94 85 4

RGB Percentages of Color #948504

%51.93
%46.67
%1.40

CMYK Percentages of Color #948504

%0
%10
%97
%42

Triadic Colors of #948504

#948504 #049485 #850494

Analogous Colors of #948504

#948504 #5b9404 #943d04

Monochromatic Colors of #948504

#948504

Complementary Color

#948504 #041394

#948504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948504 Color CSS Codes

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

#948504 Text Font Color

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

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


#948504 Background Color

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

This div background color is #948504


#948504 Border Color

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

This div border color is #948504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948504


Comments

No comments written yet.

Please login to write comment.