Color Hex Logo

#949bdc Color Hex

#949BDC
(148,155,220)
0 Favorites   0 Comments

Color spaces of #949bdc

RGB 148155220
HSL0.650.510.72
HSV234°33°86°
CMYK 0.330.300.00   0.14
XYZ36.852434.905972.5053
Yxy34.90590.25550.2420
Hunter Lab59.08127.9487-31.4047
CIE-Lab65.675312.5476-33.8296

#949bdc color RGB value is (148,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011011 11011100
Octal 224 233 334
Decimal 148 155 220
Hex 94 9B DC

RGB Percentages of Color #949bdc

%28.30
%29.64
%42.07

CMYK Percentages of Color #949bdc

%33
%30
%0
%14

Triadic Colors of #949bdc

#949bdc #dc949b #9bdc94

Analogous Colors of #949bdc

#949bdc #b194dc #94bfdc

Monochromatic Colors of #949bdc

#949bdc

Complementary Color

#949bdc #dcd594

#949bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#949bdc Color CSS Codes

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

#949bdc Text Font Color

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

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


#949bdc Background Color

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

This div background color is #949bdc


#949bdc Border Color

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

This div border color is #949bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,155,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 #949bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949bdc


Comments

No comments written yet.

Please login to write comment.