Color Hex Logo

#949ebe Color Hex

#949EBE
(148,158,190)
0 Favorites   0 Comments

Color spaces of #949ebe

RGB 148158190
HSL0.630.240.66
HSV226°22°75°
CMYK 0.220.170.00   0.25
XYZ33.733934.467353.5901
Yxy34.46730.27700.2830
Hunter Lab58.7089-0.1750-13.0244
CIE-Lab65.33183.4396-17.6810

#949ebe color RGB value is (148,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011110 10111110
Octal 224 236 276
Decimal 148 158 190
Hex 94 9E BE

RGB Percentages of Color #949ebe

%29.84
%31.85
%38.31

CMYK Percentages of Color #949ebe

%22
%17
%0
%25

Triadic Colors of #949ebe

#949ebe #be949e #9ebe94

Analogous Colors of #949ebe

#949ebe #9f94be #94b3be

Monochromatic Colors of #949ebe

#949ebe

Complementary Color

#949ebe #beb494

#949ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#949ebe Color CSS Codes

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

#949ebe Text Font Color

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

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


#949ebe Background Color

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

This div background color is #949ebe


#949ebe Border Color

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

This div border color is #949ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949ebe


Comments

No comments written yet.

Please login to write comment.