Color Hex Logo

#948017 Color Hex

#948017
(148,128,23)
0 Favorites   0 Comments

Color spaces of #948017

RGB 14812823
HSL0.140.730.34
HSV50°84°58°
CMYK 0.000.140.84   0.42
XYZ20.086621.79613.9590
Yxy21.79610.43820.4755
Hunter Lab46.6863-4.902127.6526
CIE-Lab53.8100-3.081454.1040

#948017 color RGB value is (148,128,23).

#948017 hex color red value is 148, green value is 128 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #948017 hue: 0.14 , saturation: 0.73 and the lightness value of 948017 is 0.34.

The process color (four color CMYK) of #948017 color hex is 0.00, 0.14, 0.84, 0.42. Web safe color of #948017 is #999900. Color #948017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000000 00010111
Octal 224 200 27
Decimal 148 128 23
Hex 94 80 17

RGB Percentages of Color #948017

%49.50
%42.81
%7.69

CMYK Percentages of Color #948017

%0
%14
%84
%42

Triadic Colors of #948017

#948017 #179480 #801794

Analogous Colors of #948017

#948017 #6a9417 #944117

Monochromatic Colors of #948017

#948017

Complementary Color

#948017 #172b94

#948017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948017 Color CSS Codes

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

#948017 Text Font Color

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

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


#948017 Background Color

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

This div background color is #948017


#948017 Border Color

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

This div border color is #948017


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948017


Comments

No comments written yet.

Please login to write comment.