Color Hex Logo

#949fac Color Hex

#949FAC
(148,159,172)
0 Favorites   0 Comments

Color spaces of #949fac

RGB 148159172
HSL0.590.130.63
HSV213°14°67°
CMYK 0.140.080.00   0.33
XYZ32.057334.070743.9164
Yxy34.07070.29130.3096
Hunter Lab58.3701-4.1142-3.7494
CIE-Lab65.0187-1.1754-8.0824

#949fac color RGB value is (148,159,172).

#949fac hex color red value is 148, green value is 159 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #949fac hue: 0.59 , saturation: 0.13 and the lightness value of 949fac is 0.63.

The process color (four color CMYK) of #949fac color hex is 0.14, 0.08, 0.00, 0.33. Web safe color of #949fac is #999999. Color #949fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011111 10101100
Octal 224 237 254
Decimal 148 159 172
Hex 94 9F AC

RGB Percentages of Color #949fac

%30.90
%33.19
%35.91

CMYK Percentages of Color #949fac

%14
%8
%0
%33

Triadic Colors of #949fac

#949fac #ac949f #9fac94

Analogous Colors of #949fac

#949fac #9594ac #94abac

Monochromatic Colors of #949fac

#949fac

Complementary Color

#949fac #aca194

#949fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#949fac Color CSS Codes

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

#949fac Text Font Color

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

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


#949fac Background Color

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

This div background color is #949fac


#949fac Border Color

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

This div border color is #949fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949fac


Comments

No comments written yet.

Please login to write comment.