Color Hex Logo

#949acb Color Hex

#949ACB
(148,154,203)
0 Favorites   0 Comments

Color spaces of #949acb

RGB 148154203
HSL0.650.350.69
HSV233°27°80°
CMYK 0.270.240.00   0.20
XYZ34.547833.718961.1874
Yxy33.71890.26690.2605
Hunter Lab58.06804.5804-21.8275
CIE-Lab64.73888.8200-25.8382

#949acb color RGB value is (148,154,203).

#949acb hex color red value is 148, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #949acb hue: 0.65 , saturation: 0.35 and the lightness value of 949acb is 0.69.

The process color (four color CMYK) of #949acb color hex is 0.27, 0.24, 0.00, 0.20. Web safe color of #949acb is #9999cc. Color #949acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 11001011
Octal 224 232 313
Decimal 148 154 203
Hex 94 9A CB

RGB Percentages of Color #949acb

%29.31
%30.50
%40.20

CMYK Percentages of Color #949acb

%27
%24
%0
%20

Triadic Colors of #949acb

#949acb #cb949a #9acb94

Analogous Colors of #949acb

#949acb #aa94cb #94b6cb

Monochromatic Colors of #949acb

#949acb

Complementary Color

#949acb #cbc594

#949acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#949acb Color CSS Codes

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

#949acb Text Font Color

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

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


#949acb Background Color

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

This div background color is #949acb


#949acb Border Color

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

This div border color is #949acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949acb


Comments

No comments written yet.

Please login to write comment.