[Pro] The Perfect Drop Shadow?

I’m trying to figure out the best settings in Photoshop and/or Illustrator that to yield a perfect drop shadow for isolated images. I know this varies depending on the photo and background, but here are the settings I typically use:

Blend Mode: Multiply
Color: Black
Opacity 35%
Angle: 135 degrees
Distance: 5 px
Spread: 0%
Size: 5 px
Noise: 0%
Contour: First selection
Anti-aliased: Off

Is there anything I can adjust here to net, better, more realistic looking drop shadows?


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

For print or web? If web then why not use CSS (for modern browsers)?

Todd
http://xiiro.com


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oh, Kelly…

Effects like shadows either improves or cheapens the visual experience.
Start by asking yourself if your whatever even needs it, or why. Then try
to determine how much “effect” is needed - how much shadow. Then, what kind
of shadow. If you want it to be realistic, shadows are uneven, distort with
perspective, have multiple light sources. All very hard to do with
cookie-cutter drop-shadow filters. And what if you do create the perfect
shadow? Will it obscure your whatever, so that people remember the shadow
but not the thing you made it for?

In the commercial design world, I favor whatever gets the job done with the
least amount of muckity-muck. Think of it as make-up for your design. So,
if you concede your design is a little haggard, then my advice is minimal
effects.

Also, Todd makes a good point. If it is print, then RGB black is BAD. If
it’s web, then CMYK black is ALSO BAD.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No, I’m talking about web images using RGB. As far as drop shadows, I either use them or I don’t, but whenever possible I try not to mix things. I totally understand the use of shadows from a design perspective and I subscribe to the less is more theory on design.

I didn’t think of using CSS. That would be much easier. Good idea.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You were searching for the “perfect drop-shadow”… hence, my down-to-earth
lecture-ette. :slight_smile:


Ernie Simpson

On Thu, Nov 7, 2013 at 12:35 PM, RavenManiac email@hidden wrote:

No, I’m talking about web images using RGB. As far as drop shadows, I
either use them or I don’t, but whenever possible I try not to mix things.
I totally understand the use of shadows from a design perspective and I
subscribe to the less is more theory on design.

I didn’t think of using CSS. That would be much easier. Good idea.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No worries. I need and probably deserve a good lecturing every now and again. :slight_smile:


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Don’t forget that CSS allows for inner (inset) shadows as well as box shadows. Fun-fun!

Todd
http://xiiro.com


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 7 Nov 2013, 4:03 pm, Todd wrote:

For print or web? If web then why not use CSS (for modern browsers)?

Todd
http://xiiro.com

I just tried this tonight and I can’t get it to work. Instead of getting a drop shadow around my PNG image only, I’m getting a square drop shadow. Here’s the code I’m using, which I now know is wrong, especially after I dissect it:

margin: 20px 0px 10px 0px
padding: 10 px
background-color: #ffffff
box-shadow: 0 0 12px #666

What is the proper code?


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Kelly, the box-shadow property applies to the image container, not the
visible image. You would have to apply the drop shadow to the image as an
image, in Photoshop or something like that.

I just tried this tonight and I can’t get it to work. Instead of getting
a drop shadow around my PNG image only, I’m getting a square drop shadow.
Here’s the code I’m using, which I now know is wrong, especially after I
dissect it:


Ernie Simpson


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

That’s what I thought. Thanks Ernie.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options