Color Hex Logo

#949cdc Color Hex

#949CDC
(148,156,220)
0 Favorites   0 Comments

Color spaces of #949cdc

RGB 148156220
HSL0.650.510.72
HSV233°33°86°
CMYK 0.330.290.00   0.14
XYZ37.019535.240172.5610
Yxy35.24010.25560.2433
Hunter Lab59.36347.4282-30.9170
CIE-Lab65.935211.9779-33.4264

#949cdc color RGB value is (148,156,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011100 11011100
Octal 224 234 334
Decimal 148 156 220
Hex 94 9C DC

RGB Percentages of Color #949cdc

%28.24
%29.77
%41.98

CMYK Percentages of Color #949cdc

%33
%29
%0
%14

Triadic Colors of #949cdc

#949cdc #dc949c #9cdc94

Analogous Colors of #949cdc

#949cdc #b094dc #94c0dc

Monochromatic Colors of #949cdc

#949cdc

Complementary Color

#949cdc #dcd494

#949cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#949cdc Color CSS Codes

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

#949cdc Text Font Color

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

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


#949cdc Background Color

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

This div background color is #949cdc


#949cdc Border Color

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

This div border color is #949cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949cdc


Comments

No comments written yet.

Please login to write comment.