Color Hex Logo

#949edc Color Hex

#949EDC
(148,158,220)
0 Favorites   0 Comments

Color spaces of #949edc

RGB 148158220
HSL0.640.510.72
HSV232°33°86°
CMYK 0.330.280.00   0.14
XYZ37.357935.916972.6738
Yxy35.91690.25600.2461
Hunter Lab59.93076.3895-29.9454
CIE-Lab66.456410.8405-32.6182

#949edc color RGB value is (148,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011110 11011100
Octal 224 236 334
Decimal 148 158 220
Hex 94 9E DC

RGB Percentages of Color #949edc

%28.14
%30.04
%41.83

CMYK Percentages of Color #949edc

%33
%28
%0
%14

Triadic Colors of #949edc

#949edc #dc949e #9edc94

Analogous Colors of #949edc

#949edc #ae94dc #94c2dc

Monochromatic Colors of #949edc

#949edc

Complementary Color

#949edc #dcd294

#949edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#949edc Color CSS Codes

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

#949edc Text Font Color

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

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


#949edc Background Color

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

This div background color is #949edc


#949edc Border Color

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

This div border color is #949edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949edc


Comments

No comments written yet.

Please login to write comment.