Color Hex Logo

#949cee Color Hex

#949CEE
(148,156,238)
0 Favorites   0 Comments

Color spaces of #949cee

RGB 148156238
HSL0.650.730.76
HSV235°38°93°
CMYK 0.380.340.00   0.07
XYZ39.533836.245985.8014
Yxy36.24590.24470.2243
Hunter Lab60.204611.8554-42.3548
CIE-Lab66.707416.7357-42.1328

#949cee color RGB value is (148,156,238).

#949cee hex color red value is 148, green value is 156 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #949cee hue: 0.65 , saturation: 0.73 and the lightness value of 949cee is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011100 11101110
Octal 224 234 356
Decimal 148 156 238
Hex 94 9C EE

RGB Percentages of Color #949cee

%27.31
%28.78
%43.91

CMYK Percentages of Color #949cee

%38
%34
%0
%7

Triadic Colors of #949cee

#949cee #ee949c #9cee94

Analogous Colors of #949cee

#949cee #b994ee #94c9ee

Monochromatic Colors of #949cee

#949cee

Complementary Color

#949cee #eee694

#949cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#949cee Color CSS Codes

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

#949cee Text Font Color

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

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


#949cee Background Color

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

This div background color is #949cee


#949cee Border Color

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

This div border color is #949cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949cee


Comments

No comments written yet.

Please login to write comment.