Color Hex Logo

#949add Color Hex

#949ADD
(148,154,221)
0 Favorites   0 Comments

Color spaces of #949add

RGB 148154221
HSL0.650.520.72
HSV235°33°87°
CMYK 0.330.300.00   0.13
XYZ36.819534.627673.1498
Yxy34.62760.25460.2395
Hunter Lab58.84528.7085-32.5110
CIE-Lab65.457713.3772-34.7208

#949add color RGB value is (148,154,221).

#949add hex color red value is 148, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #949add hue: 0.65 , saturation: 0.52 and the lightness value of 949add is 0.72.

The process color (four color CMYK) of #949add color hex is 0.33, 0.30, 0.00, 0.13. Web safe color of #949add is #9999cc. Color #949add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 11011101
Octal 224 232 335
Decimal 148 154 221
Hex 94 9A DD

RGB Percentages of Color #949add

%28.30
%29.45
%42.26

CMYK Percentages of Color #949add

%33
%30
%0
%13

Triadic Colors of #949add

#949add #dd949a #9add94

Analogous Colors of #949add

#949add #b394dd #94bfdd

Monochromatic Colors of #949add

#949add

Complementary Color

#949add #ddd794

#949add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949add Color Preview on White Background

Lorem ipsum dolor sit amet.

#949add Color CSS Codes

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

#949add Text Font Color

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

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


#949add Background Color

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

This div background color is #949add


#949add Border Color

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

This div border color is #949add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949add


Comments

No comments written yet.

Please login to write comment.