Color Hex Logo

#939aad Color Hex

#939AAD
(147,154,173)
0 Favorites   0 Comments

Color spaces of #939aad

RGB 147154173
HSL0.620.140.63
HSV224°15°68°
CMYK 0.150.110.00   0.32
XYZ31.131032.331444.1350
Yxy32.33140.28930.3005
Hunter Lab56.8607-1.7782-6.2181
CIE-Lab63.61581.4862-10.7458

#939aad color RGB value is (147,154,173).

#939aad hex color red value is 147, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #939aad hue: 0.62 , saturation: 0.14 and the lightness value of 939aad is 0.63.

The process color (four color CMYK) of #939aad color hex is 0.15, 0.11, 0.00, 0.32. Web safe color of #939aad is #999999. Color #939aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011010 10101101
Octal 223 232 255
Decimal 147 154 173
Hex 93 9A AD

RGB Percentages of Color #939aad

%31.01
%32.49
%36.50

CMYK Percentages of Color #939aad

%15
%11
%0
%32

Triadic Colors of #939aad

#939aad #ad939a #9aad93

Analogous Colors of #939aad

#939aad #9993ad #93a7ad

Monochromatic Colors of #939aad

#939aad

Complementary Color

#939aad #ada693

#939aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#939aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#939aad Color CSS Codes

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

#939aad Text Font Color

<p style="color:#939aad">Text here</p>

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


#939aad Background Color

<div style="background-color:#939aad">
Div content here</div>

This div background color is #939aad


#939aad Border Color

<div style="border:3px solid #939aad">
Div here</div>

This div border color is #939aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,154,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #939aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #939aad;
  -webkit-box-shadow: 1px 1px 3px 2px #939aad;
  box-shadow:         1px 1px 3px 2px #939aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,154,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 #939aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #939aad


Comments

No comments written yet.

Please login to write comment.