Color Hex Logo

#948611 Color Hex

#948611
(148,134,17)
0 Favorites   0 Comments

Color spaces of #948611

RGB 14813417
HSL0.150.790.32
HSV54°89°58°
CMYK 0.000.090.89   0.42
XYZ20.839023.38663.9460
Yxy23.38660.43260.4855
Hunter Lab48.3597-7.710829.0139
CIE-Lab55.4683-6.556357.0359

#948611 color RGB value is (148,134,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000110 00010001
Octal 224 206 21
Decimal 148 134 17
Hex 94 86 11

RGB Percentages of Color #948611

%49.50
%44.82
%5.69

CMYK Percentages of Color #948611

%0
%9
%89
%42

Triadic Colors of #948611

#948611 #119486 #861194

Analogous Colors of #948611

#948611 #609411 #944511

Monochromatic Colors of #948611

#948611

Complementary Color

#948611 #111f94

#948611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948611 Color CSS Codes

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

#948611 Text Font Color

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

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


#948611 Background Color

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

This div background color is #948611


#948611 Border Color

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

This div border color is #948611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948611


Comments

No comments written yet.

Please login to write comment.