Color Hex Logo

#949edf Color Hex

#949EDF
(148,158,223)
0 Favorites   0 Comments

Color spaces of #949edf

RGB 148158223
HSL0.640.540.73
HSV232°34°87°
CMYK 0.340.290.00   0.13
XYZ37.758936.077374.7856
Yxy36.07730.25410.2427
Hunter Lab60.06447.0997-31.7764
CIE-Lab66.578911.6180-34.0837

#949edf color RGB value is (148,158,223).

#949edf hex color red value is 148, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #949edf hue: 0.64 , saturation: 0.54 and the lightness value of 949edf is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011110 11011111
Octal 224 236 337
Decimal 148 158 223
Hex 94 9E DF

RGB Percentages of Color #949edf

%27.98
%29.87
%42.16

CMYK Percentages of Color #949edf

%34
%29
%0
%13

Triadic Colors of #949edf

#949edf #df949e #9edf94

Analogous Colors of #949edf

#949edf #b094df #94c4df

Monochromatic Colors of #949edf

#949edf

Complementary Color

#949edf #dfd594

#949edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#949edf Color CSS Codes

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

#949edf Text Font Color

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

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


#949edf Background Color

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

This div background color is #949edf


#949edf Border Color

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

This div border color is #949edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949edf


Comments

No comments written yet.

Please login to write comment.