Color Hex Logo

#949dba Color Hex

#949DBA
(148,157,186)
0 Favorites   0 Comments

Color spaces of #949dba

RGB 148157186
HSL0.630.220.65
HSV226°20°73°
CMYK 0.200.160.00   0.27
XYZ33.132633.955051.2621
Yxy33.95500.28000.2869
Hunter Lab58.2709-0.4798-11.3690
CIE-Lab64.92683.0691-16.0587

#949dba color RGB value is (148,157,186).

#949dba hex color red value is 148, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #949dba hue: 0.63 , saturation: 0.22 and the lightness value of 949dba is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011101 10111010
Octal 224 235 272
Decimal 148 157 186
Hex 94 9D BA

RGB Percentages of Color #949dba

%30.14
%31.98
%37.88

CMYK Percentages of Color #949dba

%20
%16
%0
%27

Triadic Colors of #949dba

#949dba #ba949d #9dba94

Analogous Colors of #949dba

#949dba #9e94ba #94b0ba

Monochromatic Colors of #949dba

#949dba

Complementary Color

#949dba #bab194

#949dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#949dba Color CSS Codes

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

#949dba Text Font Color

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

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


#949dba Background Color

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

This div background color is #949dba


#949dba Border Color

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

This div border color is #949dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949dba


Comments

No comments written yet.

Please login to write comment.