Color Hex Logo

#949ace Color Hex

#949ACE
(148,154,206)
0 Favorites   0 Comments

Color spaces of #949ace

RGB 148154206
HSL0.650.370.69
HSV234°28°81°
CMYK 0.280.250.00   0.19
XYZ34.908933.863363.0889
Yxy33.86330.26470.2568
Hunter Lab58.19225.2440-23.5446
CIE-Lab64.85399.5628-27.3320

#949ace color RGB value is (148,154,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 11001110
Octal 224 232 316
Decimal 148 154 206
Hex 94 9A CE

RGB Percentages of Color #949ace

%29.13
%30.31
%40.55

CMYK Percentages of Color #949ace

%28
%25
%0
%19

Triadic Colors of #949ace

#949ace #ce949a #9ace94

Analogous Colors of #949ace

#949ace #ab94ce #94b7ce

Monochromatic Colors of #949ace

#949ace

Complementary Color

#949ace #cec894

#949ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#949ace Color CSS Codes

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

#949ace Text Font Color

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

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


#949ace Background Color

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

This div background color is #949ace


#949ace Border Color

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

This div border color is #949ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949ace


Comments

No comments written yet.

Please login to write comment.