Color Hex Logo

#949daa Color Hex

#949DAA
(148,157,170)
0 Favorites   0 Comments

Color spaces of #949daa

RGB 148157170
HSL0.600.110.62
HSV215°13°67°
CMYK 0.130.080.00   0.33
XYZ31.525433.312142.7985
Yxy33.31210.29290.3095
Hunter Lab57.7166-3.5056-3.5635
CIE-Lab64.4128-0.4997-7.8623

#949daa color RGB value is (148,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011101 10101010
Octal 224 235 252
Decimal 148 157 170
Hex 94 9D AA

RGB Percentages of Color #949daa

%31.16
%33.05
%35.79

CMYK Percentages of Color #949daa

%13
%8
%0
%33

Triadic Colors of #949daa

#949daa #aa949d #9daa94

Analogous Colors of #949daa

#949daa #9694aa #94a8aa

Monochromatic Colors of #949daa

#949daa

Complementary Color

#949daa #aaa194

#949daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#949daa Color CSS Codes

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

#949daa Text Font Color

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

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


#949daa Background Color

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

This div background color is #949daa


#949daa Border Color

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

This div border color is #949daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949daa


Comments

No comments written yet.

Please login to write comment.