Color Hex Logo

#948106 Color Hex

#948106
(148,129,6)
0 Favorites   0 Comments

Color spaces of #948106

RGB 1481296
HSL0.140.920.30
HSV52°96°58°
CMYK 0.000.130.96   0.42
XYZ20.095922.00963.3614
Yxy22.00960.44200.4841
Hunter Lab46.9144-5.639228.5920
CIE-Lab54.0372-4.014758.0130

#948106 color RGB value is (148,129,6).

#948106 hex color red value is 148, green value is 129 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #948106 hue: 0.14 , saturation: 0.92 and the lightness value of 948106 is 0.30.

The process color (four color CMYK) of #948106 color hex is 0.00, 0.13, 0.96, 0.42. Web safe color of #948106 is #999900. Color #948106 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000001 00000110
Octal 224 201 6
Decimal 148 129 6
Hex 94 81 6

RGB Percentages of Color #948106

%52.30
%45.58
%2.12

CMYK Percentages of Color #948106

%0
%13
%96
%42

Triadic Colors of #948106

#948106 #069481 #810694

Analogous Colors of #948106

#948106 #609406 #943a06

Monochromatic Colors of #948106

#948106

Complementary Color

#948106 #061994

#948106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948106 Color CSS Codes

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

#948106 Text Font Color

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

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


#948106 Background Color

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

This div background color is #948106


#948106 Border Color

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

This div border color is #948106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948106


Comments

No comments written yet.

Please login to write comment.