Color Hex Logo

#949bbd Color Hex

#949BBD
(148,155,189)
0 Favorites   0 Comments

Color spaces of #949bbd

RGB 148155189
HSL0.640.240.66
HSV230°22°74°
CMYK 0.220.180.00   0.26
XYZ33.119433.412752.8478
Yxy33.41270.27740.2799
Hunter Lab57.80371.1174-13.7440
CIE-Lab64.49374.8894-18.3935

#949bbd color RGB value is (148,155,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011011 10111101
Octal 224 233 275
Decimal 148 155 189
Hex 94 9B BD

RGB Percentages of Color #949bbd

%30.08
%31.50
%38.41

CMYK Percentages of Color #949bbd

%22
%18
%0
%26

Triadic Colors of #949bbd

#949bbd #bd949b #9bbd94

Analogous Colors of #949bbd

#949bbd #a294bd #94b0bd

Monochromatic Colors of #949bbd

#949bbd

Complementary Color

#949bbd #bdb694

#949bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#949bbd Color CSS Codes

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

#949bbd Text Font Color

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

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


#949bbd Background Color

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

This div background color is #949bbd


#949bbd Border Color

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

This div border color is #949bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949bbd


Comments

No comments written yet.

Please login to write comment.