Color Hex Logo

#949bac Color Hex

#949BAC
(148,155,172)
0 Favorites   0 Comments

Color spaces of #949bac

RGB 148155172
HSL0.620.130.63
HSV223°14°67°
CMYK 0.140.100.00   0.33
XYZ31.380532.717143.6908
Yxy32.71710.29110.3035
Hunter Lab57.1989-2.1692-5.2489
CIE-Lab63.93121.0452-9.7039

#949bac color RGB value is (148,155,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011011 10101100
Octal 224 233 254
Decimal 148 155 172
Hex 94 9B AC

RGB Percentages of Color #949bac

%31.16
%32.63
%36.21

CMYK Percentages of Color #949bac

%14
%10
%0
%33

Triadic Colors of #949bac

#949bac #ac949b #9bac94

Analogous Colors of #949bac

#949bac #9994ac #94a7ac

Monochromatic Colors of #949bac

#949bac

Complementary Color

#949bac #aca594

#949bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#949bac Color CSS Codes

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

#949bac Text Font Color

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

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


#949bac Background Color

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

This div background color is #949bac


#949bac Border Color

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

This div border color is #949bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949bac


Comments

No comments written yet.

Please login to write comment.