Color Hex Logo

#949dad Color Hex

#949DAD
(148,157,173)
0 Favorites   0 Comments

Color spaces of #949dad

RGB 148157173
HSL0.610.130.63
HSV218°14°68°
CMYK 0.140.090.00   0.32
XYZ31.812533.427044.3105
Yxy33.42700.29040.3051
Hunter Lab57.8161-2.9610-4.9689
CIE-Lab64.50520.1497-9.4084

#949dad color RGB value is (148,157,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011101 10101101
Octal 224 235 255
Decimal 148 157 173
Hex 94 9D AD

RGB Percentages of Color #949dad

%30.96
%32.85
%36.19

CMYK Percentages of Color #949dad

%14
%9
%0
%32

Triadic Colors of #949dad

#949dad #ad949d #9dad94

Analogous Colors of #949dad

#949dad #9894ad #94aaad

Monochromatic Colors of #949dad

#949dad

Complementary Color

#949dad #ada494

#949dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#949dad Color CSS Codes

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

#949dad Text Font Color

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

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


#949dad Background Color

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

This div background color is #949dad


#949dad Border Color

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

This div border color is #949dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949dad


Comments

No comments written yet.

Please login to write comment.