Color Hex Logo

#948c14 Color Hex

#948C14
(148,140,20)
0 Favorites   0 Comments

Color spaces of #948c14

RGB 14814020
HSL0.160.760.33
HSV56°86°58°
CMYK 0.000.050.86   0.42
XYZ21.717125.10264.3625
Yxy25.10260.42430.4905
Hunter Lab50.1025-10.307929.9093
CIE-Lab57.1753-9.737157.7276

#948c14 color RGB value is (148,140,20).

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

The process color (four color CMYK) of #948c14 color hex is 0.00, 0.05, 0.86, 0.42. Web safe color of #948c14 is #999900. Color #948c14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001100 00010100
Octal 224 214 24
Decimal 148 140 20
Hex 94 8C 14

RGB Percentages of Color #948c14

%48.05
%45.45
%6.49

CMYK Percentages of Color #948c14

%0
%5
%86
%42

Triadic Colors of #948c14

#948c14 #14948c #8c1494

Analogous Colors of #948c14

#948c14 #5c9414 #944c14

Monochromatic Colors of #948c14

#948c14

Complementary Color

#948c14 #141c94

#948c14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948c14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948c14 Color CSS Codes

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

#948c14 Text Font Color

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

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


#948c14 Background Color

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

This div background color is #948c14


#948c14 Border Color

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

This div border color is #948c14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948c14


Comments

No comments written yet.

Please login to write comment.