Color Hex Logo

#949fbe Color Hex

#949FBE
(148,159,190)
0 Favorites   0 Comments

Color spaces of #949fbe

RGB 148159190
HSL0.620.240.66
HSV224°22°75°
CMYK 0.220.160.00   0.25
XYZ33.905134.809953.6472
Yxy34.80990.27710.2845
Hunter Lab58.9999-0.6724-12.6110
CIE-Lab65.60042.8797-17.2740

#949fbe color RGB value is (148,159,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011111 10111110
Octal 224 237 276
Decimal 148 159 190
Hex 94 9F BE

RGB Percentages of Color #949fbe

%29.78
%31.99
%38.23

CMYK Percentages of Color #949fbe

%22
%16
%0
%25

Triadic Colors of #949fbe

#949fbe #be949f #9fbe94

Analogous Colors of #949fbe

#949fbe #9e94be #94b4be

Monochromatic Colors of #949fbe

#949fbe

Complementary Color

#949fbe #beb394

#949fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#949fbe Color CSS Codes

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

#949fbe Text Font Color

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

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


#949fbe Background Color

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

This div background color is #949fbe


#949fbe Border Color

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

This div border color is #949fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949fbe


Comments

No comments written yet.

Please login to write comment.