Color Hex Logo

#949cac Color Hex

#949CAC
(148,156,172)
0 Favorites   0 Comments

Color spaces of #949cac

RGB 148156172
HSL0.610.130.63
HSV220°14°67°
CMYK 0.140.090.00   0.33
XYZ31.547633.051443.7465
Yxy33.05140.29120.3051
Hunter Lab57.4903-2.6569-4.8727
CIE-Lab64.20250.4880-9.2988

#949cac color RGB value is (148,156,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011100 10101100
Octal 224 234 254
Decimal 148 156 172
Hex 94 9C AC

RGB Percentages of Color #949cac

%31.09
%32.77
%36.13

CMYK Percentages of Color #949cac

%14
%9
%0
%33

Triadic Colors of #949cac

#949cac #ac949c #9cac94

Analogous Colors of #949cac

#949cac #9894ac #94a8ac

Monochromatic Colors of #949cac

#949cac

Complementary Color

#949cac #aca494

#949cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#949cac Color CSS Codes

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

#949cac Text Font Color

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

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


#949cac Background Color

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

This div background color is #949cac


#949cac Border Color

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

This div border color is #949cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949cac


Comments

No comments written yet.

Please login to write comment.