Color Hex Logo

#949aeb Color Hex

#949AEB
(148,154,235)
0 Favorites   0 Comments

Color spaces of #949aeb

RGB 148154235
HSL0.660.690.75
HSV236°37°92°
CMYK 0.370.340.00   0.08
XYZ38.763735.405383.3881
Yxy35.40530.24600.2247
Hunter Lab59.502412.1574-41.4389
CIE-Lab66.063017.0738-41.4953

#949aeb color RGB value is (148,154,235).

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

The process color (four color CMYK) of #949aeb color hex is 0.37, 0.34, 0.00, 0.08. Web safe color of #949aeb is #9999ff. Color #949aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 11101011
Octal 224 232 353
Decimal 148 154 235
Hex 94 9A EB

RGB Percentages of Color #949aeb

%27.56
%28.68
%43.76

CMYK Percentages of Color #949aeb

%37
%34
%0
%8

Triadic Colors of #949aeb

#949aeb #eb949a #9aeb94

Analogous Colors of #949aeb

#949aeb #ba94eb #94c6eb

Monochromatic Colors of #949aeb

#949aeb

Complementary Color

#949aeb #ebe594

#949aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#949aeb Color CSS Codes

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

#949aeb Text Font Color

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

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


#949aeb Background Color

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

This div background color is #949aeb


#949aeb Border Color

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

This div border color is #949aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949aeb


Comments

No comments written yet.

Please login to write comment.