Color Hex Logo

#949abe Color Hex

#949ABE
(148,154,190)
0 Favorites   0 Comments

Color spaces of #949abe

RGB 148154190
HSL0.640.240.66
HSV231°22°75°
CMYK 0.220.190.00   0.25
XYZ33.062633.124853.3663
Yxy33.12480.27660.2771
Hunter Lab57.55411.8215-14.6879
CIE-Lab64.26185.6875-19.3057

#949abe color RGB value is (148,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 10111110
Octal 224 232 276
Decimal 148 154 190
Hex 94 9A BE

RGB Percentages of Color #949abe

%30.08
%31.30
%38.62

CMYK Percentages of Color #949abe

%22
%19
%0
%25

Triadic Colors of #949abe

#949abe #be949a #9abe94

Analogous Colors of #949abe

#949abe #a394be #94afbe

Monochromatic Colors of #949abe

#949abe

Complementary Color

#949abe #beb894

#949abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#949abe Color CSS Codes

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

#949abe Text Font Color

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

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


#949abe Background Color

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

This div background color is #949abe


#949abe Border Color

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

This div border color is #949abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949abe


Comments

No comments written yet.

Please login to write comment.