Color Hex Logo

#949caa Color Hex

#949CAA
(148,156,170)
0 Favorites   0 Comments

Color spaces of #949caa

RGB 148156170
HSL0.610.110.62
HSV218°13°67°
CMYK 0.130.080.00   0.33
XYZ31.356932.975142.7424
Yxy32.97510.29290.3080
Hunter Lab57.4239-3.0203-3.9346
CIE-Lab64.14070.0553-8.2674

#949caa color RGB value is (148,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011100 10101010
Octal 224 234 252
Decimal 148 156 170
Hex 94 9C AA

RGB Percentages of Color #949caa

%31.22
%32.91
%35.86

CMYK Percentages of Color #949caa

%13
%8
%0
%33

Triadic Colors of #949caa

#949caa #aa949c #9caa94

Analogous Colors of #949caa

#949caa #9794aa #94a7aa

Monochromatic Colors of #949caa

#949caa

Complementary Color

#949caa #aaa294

#949caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#949caa Color CSS Codes

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

#949caa Text Font Color

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

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


#949caa Background Color

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

This div background color is #949caa


#949caa Border Color

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

This div border color is #949caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949caa


Comments

No comments written yet.

Please login to write comment.