Color Hex Logo

#949cbd Color Hex

#949CBD
(148,156,189)
0 Favorites   0 Comments

Color spaces of #949cbd

RGB 148156189
HSL0.630.240.66
HSV228°22°74°
CMYK 0.220.170.00   0.26
XYZ33.286533.747052.9035
Yxy33.74700.27750.2814
Hunter Lab58.09220.6182-13.3298
CIE-Lab64.76134.3269-17.9874

#949cbd color RGB value is (148,156,189).

#949cbd hex color red value is 148, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #949cbd hue: 0.63 , saturation: 0.24 and the lightness value of 949cbd is 0.66.

The process color (four color CMYK) of #949cbd color hex is 0.22, 0.17, 0.00, 0.26. Web safe color of #949cbd is #9999cc. Color #949cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011100 10111101
Octal 224 234 275
Decimal 148 156 189
Hex 94 9C BD

RGB Percentages of Color #949cbd

%30.02
%31.64
%38.34

CMYK Percentages of Color #949cbd

%22
%17
%0
%26

Triadic Colors of #949cbd

#949cbd #bd949c #9cbd94

Analogous Colors of #949cbd

#949cbd #a194bd #94b1bd

Monochromatic Colors of #949cbd

#949cbd

Complementary Color

#949cbd #bdb594

#949cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#949cbd Color CSS Codes

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

#949cbd Text Font Color

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

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


#949cbd Background Color

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

This div background color is #949cbd


#949cbd Border Color

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

This div border color is #949cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949cbd


Comments

No comments written yet.

Please login to write comment.