Color Hex Logo

#939cab Color Hex

#939CAB
(147,156,171)
0 Favorites   0 Comments

Color spaces of #939cab

RGB 147156171
HSL0.600.130.62
HSV218°14°67°
CMYK 0.140.090.00   0.33
XYZ31.271832.920343.2341
Yxy32.92030.29110.3064
Hunter Lab57.3762-3.1204-4.5128
CIE-Lab64.0963-0.0661-8.9034

#939cab color RGB value is (147,156,171).

#939cab hex color red value is 147, green value is 156 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #939cab hue: 0.60 , saturation: 0.13 and the lightness value of 939cab is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10011100 10101011
Octal 223 234 253
Decimal 147 156 171
Hex 93 9C AB

RGB Percentages of Color #939cab

%31.01
%32.91
%36.08

CMYK Percentages of Color #939cab

%14
%9
%0
%33

Triadic Colors of #939cab

#939cab #ab939c #9cab93

Analogous Colors of #939cab

#939cab #9693ab #93a8ab

Monochromatic Colors of #939cab

#939cab

Complementary Color

#939cab #aba293

#939cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#939cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#939cab Color CSS Codes

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

#939cab Text Font Color

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

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


#939cab Background Color

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

This div background color is #939cab


#939cab Border Color

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

This div border color is #939cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #939cab


Comments

No comments written yet.

Please login to write comment.