Color Hex Logo

#948268 Color Hex

#948268
(148,130,104)
0 Favorites   0 Comments

Color spaces of #948268

RGB 148130104
HSL0.100.170.49
HSV35°30°58°
CMYK 0.000.120.30   0.42
XYZ22.694123.260616.3903
Yxy23.26060.36400.3731
Hunter Lab48.2292-0.408613.6113
CIE-Lab55.33982.691316.6084

#948268 color RGB value is (148,130,104).

#948268 hex color red value is 148, green value is 130 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #948268 hue: 0.10 , saturation: 0.17 and the lightness value of 948268 is 0.49.

The process color (four color CMYK) of #948268 color hex is 0.00, 0.12, 0.30, 0.42. Web safe color of #948268 is #999966. Color #948268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10000010 01101000
Octal 224 202 150
Decimal 148 130 104
Hex 94 82 68

RGB Percentages of Color #948268

%38.74
%34.03
%27.23

CMYK Percentages of Color #948268

%0
%12
%30
%42

Triadic Colors of #948268

#948268 #689482 #826894

Analogous Colors of #948268

#948268 #909468 #946c68

Monochromatic Colors of #948268

#948268

Complementary Color

#948268 #687a94

#948268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948268 Color CSS Codes

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

#948268 Text Font Color

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

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


#948268 Background Color

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

This div background color is #948268


#948268 Border Color

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

This div border color is #948268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948268


Comments

No comments written yet.

Please login to write comment.