Color Hex Logo

#948603 Color Hex

#948603
(148,134,3)
0 Favorites   0 Comments

Color spaces of #948603

RGB 1481343
HSL0.150.960.30
HSV54°98°58°
CMYK 0.000.090.98   0.42
XYZ20.754323.35273.4998
Yxy23.35270.43600.4905
Hunter Lab48.3246-7.906529.5333
CIE-Lab55.4338-6.816459.5714

#948603 color RGB value is (148,134,3).

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

The process color (four color CMYK) of #948603 color hex is 0.00, 0.09, 0.98, 0.42. Web safe color of #948603 is #999900. Color #948603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000110 00000011
Octal 224 206 3
Decimal 148 134 3
Hex 94 86 3

RGB Percentages of Color #948603

%51.93
%47.02
%1.05

CMYK Percentages of Color #948603

%0
%9
%98
%42

Triadic Colors of #948603

#948603 #039486 #860394

Analogous Colors of #948603

#948603 #5a9403 #943d03

Monochromatic Colors of #948603

#948603

Complementary Color

#948603 #031194

#948603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948603 Color CSS Codes

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

#948603 Text Font Color

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

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


#948603 Background Color

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

This div background color is #948603


#948603 Border Color

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

This div border color is #948603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948603


Comments

No comments written yet.

Please login to write comment.