SlideShare a Scribd company logo
1 of 44
Presentation by:
ADMEC MULTIMEDIA INSTITUTE
Typography and Colors for
GUI Designers
www.admecindia.co.in
Typography and Colors for GUI
Designers
Typography and Colors are most important
elements to be considered if you are looking for a
successful design for you website or application.
So this is just a
reference for my
workshop on the
following topic.
It’s no great mystery that truly great user interfaces
are the ones that are engineered to stay out of the
way.
‘Staying out of the way’ means not distracting your
users. Rather, good UIs let your users complete
goals. The result? A reduction in training and
support costs, and happier, satisfied and highly
engaged users.
1. Know your user
When getting started on a new interface, make
sure to remember these fundamentals:
Your user’s goals are your goals, so learn them.
Restate them, repeat them. Then, learn about your
user’s skills and experience, and what they need.
Find out what interfaces they like and sit down and
watch how they use them.
2. Pay attention to patterns
Users spend the majority of their time on interfaces
other than your own (Facebook, MySpace, Blogger,
Banking Websites, school/university, news
websites, etc). There is no need to reinvent the
wheel. Those interfaces may solve some of the
same problems that users perceive within the one
you are creating. By using familiar UI patterns, you
will help your users feel at home.
3. Stay consistent
Your users need consistency. They need to know
that once they learn to do something, they will be
able to do it again. Language, layout, and design
are just a few interface elements that need
consistency. A consistent interface enables your
users to have a better understanding of how things
will work, increasing their efficiency.
4. Use visual hierarchy
Design your interface in a way that allows the user
to focus on what is most important. The size, color,
and placement of each element work together,
creating a clear path to understanding your
interface.
A clear hierarchy will go great lengths in reducing
the appearance of complexity.
5. Provide feedback
Your interface should at all times speak to your
user, when his/her actions are both right and
wrong or misunderstood. Always inform your users
of actions, changes in state and errors, or
exceptions that occur. Visual cues or simple
messaging can show the user whether his or her
actions have led to the expected result.
6. Be forgiving
No matter how clear your design is, people will make
mistakes. Your UI should allow for and tolerate user error.
Design ways for users to undo actions, and be forgiving
with varied inputs (no one likes to start over because
he/she put in the wrong birth date format).
Also, if the user does cause an error, use your messaging
as a teachable situation by showing what action was
wrong, and ensure that she/he knows how to prevent the
error from occurring again.
7. Empower your user
Once a user has become experienced with your interface,
reward him/her and take off the training wheels. The
breakdown of complex tasks into simple steps will become
cumbersome and distracting. Providing more abstract
ways, like keyboard shortcuts, to accomplish tasks will
allow your design to get out of the way.
8. Speak their language
All interfaces require some level of copywriting. Keep
things conversational, not sensational. Provide clear and
concise labels for actions and keep your messaging
simple. Your users will appreciate it, because they won’t
hear you – they will hear themselves and/or their peers.
“If you think every pixel, every icon,
every typeface matters, then you also
need to believe every letter matters. ”
9. Keep it simple
The best interface designs are invisible. They do not
contain UI-bling or unnecessary elements. Instead, the
necessary elements are succinct and make sense.
Whenever you are thinking about adding a new feature or
element to your interface, ask the question, “Does the user
really need this?”. Are you adding things because you like
or want them?
“A modern paradox is that it’s simpler
to create complex interfaces because
it’s so complex to simplify them.”
10. Keep moving forward
The design that you created is not the world's
best design you must always accept it. So
always keep moving forward to get
something new every second.
6 Ways to
Improve Your Web
Typography
1. Understand the Basics of
Typography
The Basics of Typography are important for all designers,
whether or not they are designing for the web.
Typographic Scale
To create an effective typographic scale, the best method I
have found is to use the unit of size measurement "em,"
as it sets the size relative to the base of a given document.
In the example below, the base font-size is 12 pixels, which
would set the standard font-size for paragraphs at 15
pixels.
body {
font-size: 12px;
}
h1 {
font-size: 5.0em;
}
h2 {
font-size: 4.0em;
}
h3 {
font-size: 3.0em;
}
h4 {
font-size: 2.0em;
}
blockquote {
font-size: 1.5em;
}
p {
font-size: 1.25em;
}
input {
font-size: 1.0em;
}
small {
font-size: 0.75em;
}
Vertical Rhythm
The vertical rhythm of line spacing that provides the
optimal spacing for the eye to follow. To create this rhythm
it is best to follow a baseline grid. From my experience,
online vertical rhythm is best set at or near 1.5em. For
example, use a vertical rhythm of 1.6em, which equates to
roughly to a 17.6px line-height (based on a 11px font-size).
Below is a standard vertical rhythm that I use on many of
my websites built on the 960 grid system. To achieve
vertical rhythm appropriately, every paragraph should have
a margin or padding below equivalent to the standard
baseline grid line-height.
body {
font-size: 12px;
line-height: 15px;
}
p { margin-bottom: 15px; }
2. Design in the Browser
As most designers and developers know, websites render
differently in different browsers. This is especially true with
rendering fonts. Below is a comparison of how five popular
browsers render the same text differently:
3. Use CSS3's @font-face Rule for
Web Font Embedding
One of the most exciting features of CSS3 is the @font-face
rule.
Make the @font-face Declaration(s)
@font-face {
font-family: "Anivers";
src: url("Anivers.eot");
}
@font-face {
font-family: "Anivers";
src: url("Anivers.otf");
}
Use the Font
body {
font-family: Anivers, "Helvetica Neue",
Helvetica, Arial, sans-serif;
}
4. Find Inspiration and Never Stop
Learning
Typography on the web is in its infancy when compared to
typography in print, broadcast, and film. Watch other
forms of media for inventive typography usage. The next
time you are at the movie theater, check out all of the
movie posters and pay close attention to the typography
used in previews and trailers. Take a look at the
typography both inside and on the cover of books at your
local bookstore. Examine your DVD collection or your
favorite magazines for inspiration.
20 Colour Tips for
Web Pros
1. Contrast
Background colour should be a single wash and have
plenty of contrast with the text. Black - or dark grey – text
against a white background remains the most sensible
option.
2. Avoid patterns behind text
This is the main problem with many of those user-
customised MySpace profiles.
3. Links
I firmly believe that links should be coloured blue, largely
because the web’s most popular websites typically use
blue (Google, Yahoo, BBC, New York Times, eBay, etc).
Why reinvent the wheel?
4. Clicked links
The vast majority of websites change the colour of a visited
link to help users navigate. So should you. Maroon is a
common choice for clicked links. Avoid applying these
settings to your primary navigation.
5. Limit your colour choices
The consensus opinion with regards to colour and web
design seems to be one of ‘the fewer the better’. Use
colour sparingly if you want it to grab the eye. Colour can
be persuasive, but not if it is lost among a rainbow.
6. Shades
Many websites use a blend of neutral colours and a range
of shades of their main colour choice/s. This is easier on
the eye than trying to work with multiple primary colours.
I’m currently a big fan of grey. Note that some people
struggle to pick out differing shades of blue.
7. Add 30% more white space
By spacing out content units and blocks of colour you’ll
help guide the eye to key areas. I’d wager that lightly-
coloured landing pages with one brightly coloured ‘buy
now’ button will convert better than a page featuring a
mess of colour. Make that button stand out! Go on, try it…
8. Be ‘web safe’
Macs and PCs both render colours differently, as do
browsers. You should use ‘web smart’ colours to minimise
issues.
9. Clashing colours
Nobody wants to read green text on a bright red
background. Avoid bad colour combinations.
10. Branding
Make sure you consider brand guidelines and use
matching or complementary colours throughout your
website.
Few more:
11. Take extra care when using light text
on dark backgrounds
12. Use gradients and shadows.
13. Consider some colour coding
14. Try a little opacity.
15. Use richer colours for prominent items.
16. Avoid fluorescent craziness.
17. Remember the role of images.
18. Going global?
19. Demographics.
20. Does it fit?
Few Examples
Few Examples
ADMEC Multimedia Institute
www.admecindia.co.in
Call us: +91-9811-8181-22, +91-9911-7823-50

More Related Content

What's hot

User Interface that works | Sergiu Puscas | CodeWeek 2015
User Interface that works | Sergiu Puscas | CodeWeek 2015User Interface that works | Sergiu Puscas | CodeWeek 2015
User Interface that works | Sergiu Puscas | CodeWeek 2015YOPESO
 
Lesson 5 advanced presentation skills
Lesson 5 advanced presentation skillsLesson 5 advanced presentation skills
Lesson 5 advanced presentation skillsEmmanuelaSernicul
 
3 Ways to Go Mobile First with Responsive Design
3 Ways to Go Mobile First with Responsive Design3 Ways to Go Mobile First with Responsive Design
3 Ways to Go Mobile First with Responsive DesignZURB
 
Week 14 tips - creating online presentations
Week 14   tips - creating online presentationsWeek 14   tips - creating online presentations
Week 14 tips - creating online presentationsidefeo
 
Top graphic design trends for website designing
Top graphic design trends for website designingTop graphic design trends for website designing
Top graphic design trends for website designingArtista KW
 
Reduce web clutter with flat design in 2014
Reduce web clutter with flat design in 2014Reduce web clutter with flat design in 2014
Reduce web clutter with flat design in 2014Christopher Dill
 
Tips for making effective power point presentations
Tips for making effective power point presentationsTips for making effective power point presentations
Tips for making effective power point presentationszulfi799
 
How to make presentations appealing to audiences
How to make presentations appealing to audiencesHow to make presentations appealing to audiences
How to make presentations appealing to audiencesAashish Singh
 
Logo Design Process by Nirvan
Logo Design Process by NirvanLogo Design Process by Nirvan
Logo Design Process by Nirvanishwon
 
10 PowerPoint Templates That Don't Suck
10 PowerPoint Templates That Don't Suck10 PowerPoint Templates That Don't Suck
10 PowerPoint Templates That Don't SuckPresentation Panda
 
Wowing Your Audience with Prezi
Wowing Your Audience with PreziWowing Your Audience with Prezi
Wowing Your Audience with PreziMichael Opsteegh
 
Graphic design
Graphic designGraphic design
Graphic designnikitap997
 
LESSON 5 ADVANCE PRESENTATION SKILLS
LESSON 5 ADVANCE PRESENTATION SKILLSLESSON 5 ADVANCE PRESENTATION SKILLS
LESSON 5 ADVANCE PRESENTATION SKILLSbonzy_30
 
Advanced presentation skills
Advanced presentation skillsAdvanced presentation skills
Advanced presentation skillsCalu Roque
 
Advertising layout ppt
Advertising layout pptAdvertising layout ppt
Advertising layout pptSUNNY18572
 
TIPS TO ACHIEVE EXCELLENCY IN GRAPHIC DESIGNING
TIPS TO ACHIEVE EXCELLENCY IN GRAPHIC DESIGNINGTIPS TO ACHIEVE EXCELLENCY IN GRAPHIC DESIGNING
TIPS TO ACHIEVE EXCELLENCY IN GRAPHIC DESIGNINGAnimation Kolkata
 

What's hot (20)

User Interface that works | Sergiu Puscas | CodeWeek 2015
User Interface that works | Sergiu Puscas | CodeWeek 2015User Interface that works | Sergiu Puscas | CodeWeek 2015
User Interface that works | Sergiu Puscas | CodeWeek 2015
 
Typography - A Key Element in Graphic Design
Typography - A Key Element in Graphic DesignTypography - A Key Element in Graphic Design
Typography - A Key Element in Graphic Design
 
Lesson 5 advanced presentation skills
Lesson 5 advanced presentation skillsLesson 5 advanced presentation skills
Lesson 5 advanced presentation skills
 
3 Ways to Go Mobile First with Responsive Design
3 Ways to Go Mobile First with Responsive Design3 Ways to Go Mobile First with Responsive Design
3 Ways to Go Mobile First with Responsive Design
 
Week 14 tips - creating online presentations
Week 14   tips - creating online presentationsWeek 14   tips - creating online presentations
Week 14 tips - creating online presentations
 
Top graphic design trends for website designing
Top graphic design trends for website designingTop graphic design trends for website designing
Top graphic design trends for website designing
 
Reduce web clutter with flat design in 2014
Reduce web clutter with flat design in 2014Reduce web clutter with flat design in 2014
Reduce web clutter with flat design in 2014
 
Tips for making effective power point presentations
Tips for making effective power point presentationsTips for making effective power point presentations
Tips for making effective power point presentations
 
Design Workshop HWI
Design Workshop HWIDesign Workshop HWI
Design Workshop HWI
 
How to make presentations appealing to audiences
How to make presentations appealing to audiencesHow to make presentations appealing to audiences
How to make presentations appealing to audiences
 
Logo Design Process by Nirvan
Logo Design Process by NirvanLogo Design Process by Nirvan
Logo Design Process by Nirvan
 
10 PowerPoint Templates That Don't Suck
10 PowerPoint Templates That Don't Suck10 PowerPoint Templates That Don't Suck
10 PowerPoint Templates That Don't Suck
 
Wowing Your Audience with Prezi
Wowing Your Audience with PreziWowing Your Audience with Prezi
Wowing Your Audience with Prezi
 
Graphic design
Graphic designGraphic design
Graphic design
 
Career Opportunities of Graphic Designer
Career Opportunities of Graphic DesignerCareer Opportunities of Graphic Designer
Career Opportunities of Graphic Designer
 
LESSON 5 ADVANCE PRESENTATION SKILLS
LESSON 5 ADVANCE PRESENTATION SKILLSLESSON 5 ADVANCE PRESENTATION SKILLS
LESSON 5 ADVANCE PRESENTATION SKILLS
 
Advanced presentation skills
Advanced presentation skillsAdvanced presentation skills
Advanced presentation skills
 
Being a designer
Being a designerBeing a designer
Being a designer
 
Advertising layout ppt
Advertising layout pptAdvertising layout ppt
Advertising layout ppt
 
TIPS TO ACHIEVE EXCELLENCY IN GRAPHIC DESIGNING
TIPS TO ACHIEVE EXCELLENCY IN GRAPHIC DESIGNINGTIPS TO ACHIEVE EXCELLENCY IN GRAPHIC DESIGNING
TIPS TO ACHIEVE EXCELLENCY IN GRAPHIC DESIGNING
 

Viewers also liked

Typography Anatomy By ADMEC Multimedia Institute
Typography Anatomy By ADMEC Multimedia InstituteTypography Anatomy By ADMEC Multimedia Institute
Typography Anatomy By ADMEC Multimedia InstituteRavi Bhadauria
 
Tips and Tricks how to use Typography
Tips and Tricks how to use TypographyTips and Tricks how to use Typography
Tips and Tricks how to use TypographyRavi Bhadauria
 
Types of Layouts by ADMEC Multimedia Institute
Types of Layouts by ADMEC Multimedia InstituteTypes of Layouts by ADMEC Multimedia Institute
Types of Layouts by ADMEC Multimedia InstituteRavi Bhadauria
 
Learn more About Typography Art Technique
Learn more About Typography Art TechniqueLearn more About Typography Art Technique
Learn more About Typography Art TechniqueRavi Bhadauria
 
Differentiate illustrator n coreldraw
Differentiate illustrator n coreldrawDifferentiate illustrator n coreldraw
Differentiate illustrator n coreldrawRavi Bhadauria
 
Introduction to User Experience Design
Introduction to User Experience DesignIntroduction to User Experience Design
Introduction to User Experience DesignRavi Bhadauria
 
Antolog%c3%ada[1]..
Antolog%c3%ada[1]..Antolog%c3%ada[1]..
Antolog%c3%ada[1]..raul-yago
 
Top 10 graphic design interview questions and answers
Top 10 graphic design interview questions and answersTop 10 graphic design interview questions and answers
Top 10 graphic design interview questions and answersMichaelJackson999
 
Hirschmann: Automotive SPICE Requirements for development process and tools
Hirschmann: Automotive SPICE Requirements for development process and tools Hirschmann: Automotive SPICE Requirements for development process and tools
Hirschmann: Automotive SPICE Requirements for development process and tools Intland Software GmbH
 
An Insight on Designs, Designers, and Design Industry
An Insight on Designs, Designers, and Design IndustryAn Insight on Designs, Designers, and Design Industry
An Insight on Designs, Designers, and Design IndustryRavi Bhadauria
 
Predictive Analytics: Why (I)IoT Is Different
Predictive Analytics: Why (I)IoT Is DifferentPredictive Analytics: Why (I)IoT Is Different
Predictive Analytics: Why (I)IoT Is DifferentAltoros
 

Viewers also liked (12)

Typography Anatomy By ADMEC Multimedia Institute
Typography Anatomy By ADMEC Multimedia InstituteTypography Anatomy By ADMEC Multimedia Institute
Typography Anatomy By ADMEC Multimedia Institute
 
Tips and Tricks how to use Typography
Tips and Tricks how to use TypographyTips and Tricks how to use Typography
Tips and Tricks how to use Typography
 
Types of Layouts by ADMEC Multimedia Institute
Types of Layouts by ADMEC Multimedia InstituteTypes of Layouts by ADMEC Multimedia Institute
Types of Layouts by ADMEC Multimedia Institute
 
Learn more About Typography Art Technique
Learn more About Typography Art TechniqueLearn more About Typography Art Technique
Learn more About Typography Art Technique
 
Differentiate illustrator n coreldraw
Differentiate illustrator n coreldrawDifferentiate illustrator n coreldraw
Differentiate illustrator n coreldraw
 
Introduction to User Experience Design
Introduction to User Experience DesignIntroduction to User Experience Design
Introduction to User Experience Design
 
Antolog%c3%ada[1]..
Antolog%c3%ada[1]..Antolog%c3%ada[1]..
Antolog%c3%ada[1]..
 
Automotive SPICE Introduction
Automotive SPICE IntroductionAutomotive SPICE Introduction
Automotive SPICE Introduction
 
Top 10 graphic design interview questions and answers
Top 10 graphic design interview questions and answersTop 10 graphic design interview questions and answers
Top 10 graphic design interview questions and answers
 
Hirschmann: Automotive SPICE Requirements for development process and tools
Hirschmann: Automotive SPICE Requirements for development process and tools Hirschmann: Automotive SPICE Requirements for development process and tools
Hirschmann: Automotive SPICE Requirements for development process and tools
 
An Insight on Designs, Designers, and Design Industry
An Insight on Designs, Designers, and Design IndustryAn Insight on Designs, Designers, and Design Industry
An Insight on Designs, Designers, and Design Industry
 
Predictive Analytics: Why (I)IoT Is Different
Predictive Analytics: Why (I)IoT Is DifferentPredictive Analytics: Why (I)IoT Is Different
Predictive Analytics: Why (I)IoT Is Different
 

Similar to Typography and Colors for GUI Designers

User Interface Design
User Interface DesignUser Interface Design
User Interface DesignJason Hando
 
Mobile ui trends present future – meaningful mobile typography
Mobile ui trends present future  – meaningful mobile typographyMobile ui trends present future  – meaningful mobile typography
Mobile ui trends present future – meaningful mobile typographyHalil Eren Çelik
 
Creating an Effective Presentation Grade 12 (Applied Economics)
Creating an Effective Presentation Grade 12 (Applied Economics)Creating an Effective Presentation Grade 12 (Applied Economics)
Creating an Effective Presentation Grade 12 (Applied Economics)KeiferLayaog
 
Design for Accessibility
Design for AccessibilityDesign for Accessibility
Design for Accessibilityqixingz
 
Design.doc
Design.docDesign.doc
Design.docbutest
 
15 guidelines to effective presentations
15 guidelines to effective presentations15 guidelines to effective presentations
15 guidelines to effective presentationsApurupa Devi Valluru
 
The good, the bad, the ugly - Best Practices for Design in SharePoint
The good, the bad, the ugly - Best Practices for Design in SharePointThe good, the bad, the ugly - Best Practices for Design in SharePoint
The good, the bad, the ugly - Best Practices for Design in SharePointD'arce Hess
 
Website usability ideas for business growth
Website usability ideas for business growthWebsite usability ideas for business growth
Website usability ideas for business growthJames Smith
 
Effective use of power point as a presentation tool
Effective use of power point as a presentation toolEffective use of power point as a presentation tool
Effective use of power point as a presentation toolJM Malgapo
 
Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014Shah Muhammad Baig
 
essentials-of-ui-design.pdf
essentials-of-ui-design.pdfessentials-of-ui-design.pdf
essentials-of-ui-design.pdfSandeshGyawali2
 

Similar to Typography and Colors for GUI Designers (20)

Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
User Interface Design
User Interface DesignUser Interface Design
User Interface Design
 
Mobile ui trends present future – meaningful mobile typography
Mobile ui trends present future  – meaningful mobile typographyMobile ui trends present future  – meaningful mobile typography
Mobile ui trends present future – meaningful mobile typography
 
Creating an Effective Presentation Grade 12 (Applied Economics)
Creating an Effective Presentation Grade 12 (Applied Economics)Creating an Effective Presentation Grade 12 (Applied Economics)
Creating an Effective Presentation Grade 12 (Applied Economics)
 
Jajaja
JajajaJajaja
Jajaja
 
Design for Accessibility
Design for AccessibilityDesign for Accessibility
Design for Accessibility
 
Design.doc
Design.docDesign.doc
Design.doc
 
18 Vital Tips for UI Designers
18 Vital Tips for UI Designers18 Vital Tips for UI Designers
18 Vital Tips for UI Designers
 
15 guidelines to effective presentations
15 guidelines to effective presentations15 guidelines to effective presentations
15 guidelines to effective presentations
 
The good, the bad, the ugly - Best Practices for Design in SharePoint
The good, the bad, the ugly - Best Practices for Design in SharePointThe good, the bad, the ugly - Best Practices for Design in SharePoint
The good, the bad, the ugly - Best Practices for Design in SharePoint
 
Website usability ideas for business growth
Website usability ideas for business growthWebsite usability ideas for business growth
Website usability ideas for business growth
 
Rational Website Design
Rational Website DesignRational Website Design
Rational Website Design
 
UX Tools, Tips, and Tricks
UX Tools, Tips, and TricksUX Tools, Tips, and Tricks
UX Tools, Tips, and Tricks
 
New york web design
New york web designNew york web design
New york web design
 
UI Design Trends
UI Design TrendsUI Design Trends
UI Design Trends
 
Effective use of power point as a presentation tool
Effective use of power point as a presentation toolEffective use of power point as a presentation tool
Effective use of power point as a presentation tool
 
Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014Bank Chris - Web UI Design Patterns - 2014
Bank Chris - Web UI Design Patterns - 2014
 
Effective presentation
Effective presentationEffective presentation
Effective presentation
 
Usability thinking
Usability thinkingUsability thinking
Usability thinking
 
essentials-of-ui-design.pdf
essentials-of-ui-design.pdfessentials-of-ui-design.pdf
essentials-of-ui-design.pdf
 

More from Ravi Bhadauria

3 Important Terms of Post Production
3 Important Terms of Post Production3 Important Terms of Post Production
3 Important Terms of Post ProductionRavi Bhadauria
 
Basics of Video Editing | Types of Video Editing | Video Production Process
Basics of Video Editing | Types of Video Editing | Video Production ProcessBasics of Video Editing | Types of Video Editing | Video Production Process
Basics of Video Editing | Types of Video Editing | Video Production ProcessRavi Bhadauria
 
Basics of Media | Types of Media | Units in Media | Software in Media | Color...
Basics of Media | Types of Media | Units in Media | Software in Media | Color...Basics of Media | Types of Media | Units in Media | Software in Media | Color...
Basics of Media | Types of Media | Units in Media | Software in Media | Color...Ravi Bhadauria
 
History of Visual Communication | Guide to Visual Communication by ADMEC Mult...
History of Visual Communication | Guide to Visual Communication by ADMEC Mult...History of Visual Communication | Guide to Visual Communication by ADMEC Mult...
History of Visual Communication | Guide to Visual Communication by ADMEC Mult...Ravi Bhadauria
 
Elements and Principles of Design (Updated)
Elements and Principles of Design (Updated)Elements and Principles of Design (Updated)
Elements and Principles of Design (Updated)Ravi Bhadauria
 
Top Graphic Designing Hacks to Make You a Designing Pro Today
Top Graphic Designing Hacks to Make You a Designing Pro Today Top Graphic Designing Hacks to Make You a Designing Pro Today
Top Graphic Designing Hacks to Make You a Designing Pro Today Ravi Bhadauria
 
12 Famous Typographers to Inspire You
12 Famous Typographers to Inspire You12 Famous Typographers to Inspire You
12 Famous Typographers to Inspire YouRavi Bhadauria
 
Use of Shapes in Graphic Design | Psychology of Shapes by ADMEC (Updated)
Use of Shapes in Graphic Design | Psychology of Shapes by ADMEC (Updated)Use of Shapes in Graphic Design | Psychology of Shapes by ADMEC (Updated)
Use of Shapes in Graphic Design | Psychology of Shapes by ADMEC (Updated)Ravi Bhadauria
 
UX Design Essential Theories
UX Design Essential TheoriesUX Design Essential Theories
UX Design Essential TheoriesRavi Bhadauria
 
Workshop on resume, portfolio, interview
Workshop on resume, portfolio, interviewWorkshop on resume, portfolio, interview
Workshop on resume, portfolio, interviewRavi Bhadauria
 
Top 10 Architecture Design Colleges in India
Top 10 Architecture Design Colleges in IndiaTop 10 Architecture Design Colleges in India
Top 10 Architecture Design Colleges in IndiaRavi Bhadauria
 
User interface and user experience ui ux design basics
User interface  and user experience ui ux design basicsUser interface  and user experience ui ux design basics
User interface and user experience ui ux design basicsRavi Bhadauria
 
How to create Frost Neon Effect in Photoshop?
How to create Frost Neon Effect in Photoshop?How to create Frost Neon Effect in Photoshop?
How to create Frost Neon Effect in Photoshop?Ravi Bhadauria
 
Top 10 design colleges and institutes of india
Top 10 design colleges and institutes of indiaTop 10 design colleges and institutes of india
Top 10 design colleges and institutes of indiaRavi Bhadauria
 
Best Hollywood poster designers
Best Hollywood poster designersBest Hollywood poster designers
Best Hollywood poster designersRavi Bhadauria
 
Design Principles for All the Designers
Design Principles for All the DesignersDesign Principles for All the Designers
Design Principles for All the DesignersRavi Bhadauria
 
Content Writing Tips for SEO
Content Writing Tips for SEOContent Writing Tips for SEO
Content Writing Tips for SEORavi Bhadauria
 
6 Great Steps to Know to Create Successful Web GUI
6 Great Steps to Know to Create Successful Web GUI6 Great Steps to Know to Create Successful Web GUI
6 Great Steps to Know to Create Successful Web GUIRavi Bhadauria
 

More from Ravi Bhadauria (20)

3 Important Terms of Post Production
3 Important Terms of Post Production3 Important Terms of Post Production
3 Important Terms of Post Production
 
Basics of Video Editing | Types of Video Editing | Video Production Process
Basics of Video Editing | Types of Video Editing | Video Production ProcessBasics of Video Editing | Types of Video Editing | Video Production Process
Basics of Video Editing | Types of Video Editing | Video Production Process
 
Basics of Media | Types of Media | Units in Media | Software in Media | Color...
Basics of Media | Types of Media | Units in Media | Software in Media | Color...Basics of Media | Types of Media | Units in Media | Software in Media | Color...
Basics of Media | Types of Media | Units in Media | Software in Media | Color...
 
History of Visual Communication | Guide to Visual Communication by ADMEC Mult...
History of Visual Communication | Guide to Visual Communication by ADMEC Mult...History of Visual Communication | Guide to Visual Communication by ADMEC Mult...
History of Visual Communication | Guide to Visual Communication by ADMEC Mult...
 
Elements and Principles of Design (Updated)
Elements and Principles of Design (Updated)Elements and Principles of Design (Updated)
Elements and Principles of Design (Updated)
 
Top Graphic Designing Hacks to Make You a Designing Pro Today
Top Graphic Designing Hacks to Make You a Designing Pro Today Top Graphic Designing Hacks to Make You a Designing Pro Today
Top Graphic Designing Hacks to Make You a Designing Pro Today
 
12 Famous Typographers to Inspire You
12 Famous Typographers to Inspire You12 Famous Typographers to Inspire You
12 Famous Typographers to Inspire You
 
Sargam UI Design
Sargam UI DesignSargam UI Design
Sargam UI Design
 
Use of Shapes in Graphic Design | Psychology of Shapes by ADMEC (Updated)
Use of Shapes in Graphic Design | Psychology of Shapes by ADMEC (Updated)Use of Shapes in Graphic Design | Psychology of Shapes by ADMEC (Updated)
Use of Shapes in Graphic Design | Psychology of Shapes by ADMEC (Updated)
 
UX Design Essential Theories
UX Design Essential TheoriesUX Design Essential Theories
UX Design Essential Theories
 
Top 10 Ad Gurus
Top 10 Ad GurusTop 10 Ad Gurus
Top 10 Ad Gurus
 
Workshop on resume, portfolio, interview
Workshop on resume, portfolio, interviewWorkshop on resume, portfolio, interview
Workshop on resume, portfolio, interview
 
Top 10 Architecture Design Colleges in India
Top 10 Architecture Design Colleges in IndiaTop 10 Architecture Design Colleges in India
Top 10 Architecture Design Colleges in India
 
User interface and user experience ui ux design basics
User interface  and user experience ui ux design basicsUser interface  and user experience ui ux design basics
User interface and user experience ui ux design basics
 
How to create Frost Neon Effect in Photoshop?
How to create Frost Neon Effect in Photoshop?How to create Frost Neon Effect in Photoshop?
How to create Frost Neon Effect in Photoshop?
 
Top 10 design colleges and institutes of india
Top 10 design colleges and institutes of indiaTop 10 design colleges and institutes of india
Top 10 design colleges and institutes of india
 
Best Hollywood poster designers
Best Hollywood poster designersBest Hollywood poster designers
Best Hollywood poster designers
 
Design Principles for All the Designers
Design Principles for All the DesignersDesign Principles for All the Designers
Design Principles for All the Designers
 
Content Writing Tips for SEO
Content Writing Tips for SEOContent Writing Tips for SEO
Content Writing Tips for SEO
 
6 Great Steps to Know to Create Successful Web GUI
6 Great Steps to Know to Create Successful Web GUI6 Great Steps to Know to Create Successful Web GUI
6 Great Steps to Know to Create Successful Web GUI
 

Recently uploaded

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 

Recently uploaded (20)

SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 

Typography and Colors for GUI Designers

  • 1. Presentation by: ADMEC MULTIMEDIA INSTITUTE Typography and Colors for GUI Designers www.admecindia.co.in
  • 2. Typography and Colors for GUI Designers Typography and Colors are most important elements to be considered if you are looking for a successful design for you website or application. So this is just a reference for my workshop on the following topic.
  • 3. It’s no great mystery that truly great user interfaces are the ones that are engineered to stay out of the way. ‘Staying out of the way’ means not distracting your users. Rather, good UIs let your users complete goals. The result? A reduction in training and support costs, and happier, satisfied and highly engaged users.
  • 4. 1. Know your user When getting started on a new interface, make sure to remember these fundamentals: Your user’s goals are your goals, so learn them. Restate them, repeat them. Then, learn about your user’s skills and experience, and what they need. Find out what interfaces they like and sit down and watch how they use them.
  • 5. 2. Pay attention to patterns Users spend the majority of their time on interfaces other than your own (Facebook, MySpace, Blogger, Banking Websites, school/university, news websites, etc). There is no need to reinvent the wheel. Those interfaces may solve some of the same problems that users perceive within the one you are creating. By using familiar UI patterns, you will help your users feel at home.
  • 6. 3. Stay consistent Your users need consistency. They need to know that once they learn to do something, they will be able to do it again. Language, layout, and design are just a few interface elements that need consistency. A consistent interface enables your users to have a better understanding of how things will work, increasing their efficiency.
  • 7. 4. Use visual hierarchy Design your interface in a way that allows the user to focus on what is most important. The size, color, and placement of each element work together, creating a clear path to understanding your interface. A clear hierarchy will go great lengths in reducing the appearance of complexity.
  • 8. 5. Provide feedback Your interface should at all times speak to your user, when his/her actions are both right and wrong or misunderstood. Always inform your users of actions, changes in state and errors, or exceptions that occur. Visual cues or simple messaging can show the user whether his or her actions have led to the expected result.
  • 9. 6. Be forgiving No matter how clear your design is, people will make mistakes. Your UI should allow for and tolerate user error. Design ways for users to undo actions, and be forgiving with varied inputs (no one likes to start over because he/she put in the wrong birth date format). Also, if the user does cause an error, use your messaging as a teachable situation by showing what action was wrong, and ensure that she/he knows how to prevent the error from occurring again.
  • 10. 7. Empower your user Once a user has become experienced with your interface, reward him/her and take off the training wheels. The breakdown of complex tasks into simple steps will become cumbersome and distracting. Providing more abstract ways, like keyboard shortcuts, to accomplish tasks will allow your design to get out of the way.
  • 11. 8. Speak their language All interfaces require some level of copywriting. Keep things conversational, not sensational. Provide clear and concise labels for actions and keep your messaging simple. Your users will appreciate it, because they won’t hear you – they will hear themselves and/or their peers. “If you think every pixel, every icon, every typeface matters, then you also need to believe every letter matters. ”
  • 12. 9. Keep it simple The best interface designs are invisible. They do not contain UI-bling or unnecessary elements. Instead, the necessary elements are succinct and make sense. Whenever you are thinking about adding a new feature or element to your interface, ask the question, “Does the user really need this?”. Are you adding things because you like or want them? “A modern paradox is that it’s simpler to create complex interfaces because it’s so complex to simplify them.”
  • 13. 10. Keep moving forward The design that you created is not the world's best design you must always accept it. So always keep moving forward to get something new every second.
  • 14. 6 Ways to Improve Your Web Typography
  • 15. 1. Understand the Basics of Typography The Basics of Typography are important for all designers, whether or not they are designing for the web.
  • 16. Typographic Scale To create an effective typographic scale, the best method I have found is to use the unit of size measurement "em," as it sets the size relative to the base of a given document. In the example below, the base font-size is 12 pixels, which would set the standard font-size for paragraphs at 15 pixels. body { font-size: 12px; } h1 { font-size: 5.0em; } h2 { font-size: 4.0em; } h3 { font-size: 3.0em; } h4 { font-size: 2.0em; } blockquote { font-size: 1.5em; } p { font-size: 1.25em; } input { font-size: 1.0em; } small { font-size: 0.75em; }
  • 17. Vertical Rhythm The vertical rhythm of line spacing that provides the optimal spacing for the eye to follow. To create this rhythm it is best to follow a baseline grid. From my experience, online vertical rhythm is best set at or near 1.5em. For example, use a vertical rhythm of 1.6em, which equates to roughly to a 17.6px line-height (based on a 11px font-size).
  • 18.
  • 19. Below is a standard vertical rhythm that I use on many of my websites built on the 960 grid system. To achieve vertical rhythm appropriately, every paragraph should have a margin or padding below equivalent to the standard baseline grid line-height. body { font-size: 12px; line-height: 15px; } p { margin-bottom: 15px; }
  • 20. 2. Design in the Browser As most designers and developers know, websites render differently in different browsers. This is especially true with rendering fonts. Below is a comparison of how five popular browsers render the same text differently:
  • 21. 3. Use CSS3's @font-face Rule for Web Font Embedding One of the most exciting features of CSS3 is the @font-face rule.
  • 22. Make the @font-face Declaration(s) @font-face { font-family: "Anivers"; src: url("Anivers.eot"); } @font-face { font-family: "Anivers"; src: url("Anivers.otf"); } Use the Font body { font-family: Anivers, "Helvetica Neue", Helvetica, Arial, sans-serif; }
  • 23. 4. Find Inspiration and Never Stop Learning Typography on the web is in its infancy when compared to typography in print, broadcast, and film. Watch other forms of media for inventive typography usage. The next time you are at the movie theater, check out all of the movie posters and pay close attention to the typography used in previews and trailers. Take a look at the typography both inside and on the cover of books at your local bookstore. Examine your DVD collection or your favorite magazines for inspiration.
  • 24. 20 Colour Tips for Web Pros
  • 25. 1. Contrast Background colour should be a single wash and have plenty of contrast with the text. Black - or dark grey – text against a white background remains the most sensible option.
  • 26. 2. Avoid patterns behind text This is the main problem with many of those user- customised MySpace profiles.
  • 27. 3. Links I firmly believe that links should be coloured blue, largely because the web’s most popular websites typically use blue (Google, Yahoo, BBC, New York Times, eBay, etc). Why reinvent the wheel?
  • 28. 4. Clicked links The vast majority of websites change the colour of a visited link to help users navigate. So should you. Maroon is a common choice for clicked links. Avoid applying these settings to your primary navigation.
  • 29. 5. Limit your colour choices The consensus opinion with regards to colour and web design seems to be one of ‘the fewer the better’. Use colour sparingly if you want it to grab the eye. Colour can be persuasive, but not if it is lost among a rainbow.
  • 30. 6. Shades Many websites use a blend of neutral colours and a range of shades of their main colour choice/s. This is easier on the eye than trying to work with multiple primary colours. I’m currently a big fan of grey. Note that some people struggle to pick out differing shades of blue.
  • 31. 7. Add 30% more white space By spacing out content units and blocks of colour you’ll help guide the eye to key areas. I’d wager that lightly- coloured landing pages with one brightly coloured ‘buy now’ button will convert better than a page featuring a mess of colour. Make that button stand out! Go on, try it…
  • 32. 8. Be ‘web safe’ Macs and PCs both render colours differently, as do browsers. You should use ‘web smart’ colours to minimise issues.
  • 33. 9. Clashing colours Nobody wants to read green text on a bright red background. Avoid bad colour combinations.
  • 34. 10. Branding Make sure you consider brand guidelines and use matching or complementary colours throughout your website.
  • 35. Few more: 11. Take extra care when using light text on dark backgrounds 12. Use gradients and shadows. 13. Consider some colour coding 14. Try a little opacity. 15. Use richer colours for prominent items.
  • 36. 16. Avoid fluorescent craziness. 17. Remember the role of images. 18. Going global? 19. Demographics. 20. Does it fit?
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44. ADMEC Multimedia Institute www.admecindia.co.in Call us: +91-9811-8181-22, +91-9911-7823-50