Color Hex Logo

#948eac Color Hex

#948EAC
(148,142,172)
0 Favorites   0 Comments

Color spaces of #948eac

RGB 148142172
HSL0.700.150.62
HSV252°17°67°
CMYK 0.140.170.00   0.33
XYZ29.332128.620543.0081
Yxy28.62050.29050.2835
Hunter Lab53.49814.2467-10.2156
CIE-Lab60.44528.3818-14.9418

#948eac color RGB value is (148,142,172).

#948eac hex color red value is 148, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #948eac hue: 0.70 , saturation: 0.15 and the lightness value of 948eac is 0.62.

The process color (four color CMYK) of #948eac color hex is 0.14, 0.17, 0.00, 0.33. Web safe color of #948eac is #999999. Color #948eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001110 10101100
Octal 224 216 254
Decimal 148 142 172
Hex 94 8E AC

RGB Percentages of Color #948eac

%32.03
%30.74
%37.23

CMYK Percentages of Color #948eac

%14
%17
%0
%33

Triadic Colors of #948eac

#948eac #ac948e #8eac94

Analogous Colors of #948eac

#948eac #a38eac #8e97ac

Monochromatic Colors of #948eac

#948eac

Complementary Color

#948eac #a6ac8e

#948eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#948eac Color CSS Codes

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

#948eac Text Font Color

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

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


#948eac Background Color

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

This div background color is #948eac


#948eac Border Color

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

This div border color is #948eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948eac


Comments

No comments written yet.

Please login to write comment.