Color Hex Logo

#948915 Color Hex

#948915
(148,137,21)
0 Favorites   0 Comments

Color spaces of #948915

RGB 14813721
HSL0.150.750.33
HSV55°86°58°
CMYK 0.000.070.86   0.42
XYZ21.293824.24144.2662
Yxy24.24140.42760.4868
Hunter Lab49.2356-8.963129.3275
CIE-Lab56.3287-8.087156.7753

#948915 color RGB value is (148,137,21).

#948915 hex color red value is 148, green value is 137 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #948915 hue: 0.15 , saturation: 0.75 and the lightness value of 948915 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001001 00010101
Octal 224 211 25
Decimal 148 137 21
Hex 94 89 15

RGB Percentages of Color #948915

%48.37
%44.77
%6.86

CMYK Percentages of Color #948915

%0
%7
%86
%42

Triadic Colors of #948915

#948915 #159489 #891594

Analogous Colors of #948915

#948915 #609415 #944915

Monochromatic Colors of #948915

#948915

Complementary Color

#948915 #152094

#948915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948915 Color CSS Codes

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

#948915 Text Font Color

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

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


#948915 Background Color

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

This div background color is #948915


#948915 Border Color

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

This div border color is #948915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948915


Comments

No comments written yet.

Please login to write comment.