Color Hex Logo

#949aab Color Hex

#949AAB
(148,154,171)
0 Favorites   0 Comments

Color spaces of #949aab

RGB 148154171
HSL0.620.120.63
HSV224°13°67°
CMYK 0.130.100.00   0.33
XYZ31.119032.347443.1316
Yxy32.34740.29190.3035
Hunter Lab56.8748-1.8647-5.1509
CIE-Lab63.62901.3853-9.5929

#949aab color RGB value is (148,154,171).

#949aab hex color red value is 148, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #949aab hue: 0.62 , saturation: 0.12 and the lightness value of 949aab is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 10101011
Octal 224 232 253
Decimal 148 154 171
Hex 94 9A AB

RGB Percentages of Color #949aab

%31.29
%32.56
%36.15

CMYK Percentages of Color #949aab

%13
%10
%0
%33

Triadic Colors of #949aab

#949aab #ab949a #9aab94

Analogous Colors of #949aab

#949aab #9a94ab #94a6ab

Monochromatic Colors of #949aab

#949aab

Complementary Color

#949aab #aba594

#949aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#949aab Color CSS Codes

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

#949aab Text Font Color

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

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


#949aab Background Color

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

This div background color is #949aab


#949aab Border Color

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

This div border color is #949aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949aab


Comments

No comments written yet.

Please login to write comment.