Color Hex Logo

#949eac Color Hex

#949EAC
(148,158,172)
0 Favorites   0 Comments

Color spaces of #949eac

RGB 148158172
HSL0.600.130.63
HSV215°14°67°
CMYK 0.140.080.00   0.33
XYZ31.886033.728243.8593
Yxy33.72820.29130.3081
Hunter Lab58.0760-3.6295-4.1229
CIE-Lab64.7463-0.6223-8.4880

#949eac color RGB value is (148,158,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011110 10101100
Octal 224 236 254
Decimal 148 158 172
Hex 94 9E AC

RGB Percentages of Color #949eac

%30.96
%33.05
%35.98

CMYK Percentages of Color #949eac

%14
%8
%0
%33

Triadic Colors of #949eac

#949eac #ac949e #9eac94

Analogous Colors of #949eac

#949eac #9694ac #94aaac

Monochromatic Colors of #949eac

#949eac

Complementary Color

#949eac #aca294

#949eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#949eac Color CSS Codes

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

#949eac Text Font Color

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

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


#949eac Background Color

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

This div background color is #949eac


#949eac Border Color

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

This div border color is #949eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949eac


Comments

No comments written yet.

Please login to write comment.