Color Hex Logo

#947d14 Color Hex

#947D14
(148,125,20)
0 Favorites   0 Comments

Color spaces of #947d14

RGB 14812520
HSL0.140.760.33
HSV49°86°58°
CMYK 0.000.160.86   0.42
XYZ19.672621.01363.6810
Yxy21.01360.44340.4736
Hunter Lab45.8406-3.617327.3274
CIE-Lab52.9644-1.496854.2347

#947d14 color RGB value is (148,125,20).

#947d14 hex color red value is 148, green value is 125 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #947d14 hue: 0.14 , saturation: 0.76 and the lightness value of 947d14 is 0.33.

The process color (four color CMYK) of #947d14 color hex is 0.00, 0.16, 0.86, 0.42. Web safe color of #947d14 is #996600. Color #947d14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111101 00010100
Octal 224 175 24
Decimal 148 125 20
Hex 94 7D 14

RGB Percentages of Color #947d14

%50.51
%42.66
%6.83

CMYK Percentages of Color #947d14

%0
%16
%86
%42

Triadic Colors of #947d14

#947d14 #14947d #7d1494

Analogous Colors of #947d14

#947d14 #6b9414 #943d14

Monochromatic Colors of #947d14

#947d14

Complementary Color

#947d14 #142b94

#947d14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947d14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947d14 Color CSS Codes

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

#947d14 Text Font Color

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

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


#947d14 Background Color

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

This div background color is #947d14


#947d14 Border Color

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

This div border color is #947d14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947d14


Comments

No comments written yet.

Please login to write comment.