Responsive Color

Image credit: Dave Gough www.flic.kr/p/oDGsY
Responsive Color
Clarissa Peterson ✦ @clarissa ✦ June 2015
Responsive Color
Responsive Color
Responsive Color
Responsive Color
Credit: flic.kr/p/7E3TZ6
Credit: Steve Snodgrass flic.kr/p/8twyMD
Credit: flic.kr/p/fczzhQ
http://commons.wikimedia.org/wiki/File:IBM_PC_5150.jpg
Credit: flic.kr/p/6AELnT
Credit: flic.kr/p/4Mioyn
Hue - Value - Saturation
Hue
Credit: MaxPower commons.wikimedia.org/wiki/File:HLSColorSpace.png
Value
Responsive Color
Credit: Zoetnet flic.kr/p/8oKkbJ
Credit: Zoetnet flic.kr/p/8oKkbJ
Saturation
Responsive Color
Credit: Pawsitive Candie N flic.kr/p/7Rb4Yp
Responsive Color
Responsive Color
Responsive Color
Color Notation in CSS
Responsive Color
Credit: Pengo commons.wikimedia.org/wiki/File:Pixel_geometry_01_Pengo.jpg
256256 256
RGB Notation
0-2550-255 0-255
color: rgb(200,0,100);
color: rgb(75%,0%,50%);
00-FF00-FF 00-FF
color: #A9C862;
HSL Notation
color: hsl(120, 100%, 50%);
Responsive Color
color: hsl(120, 100%, 50%);
color: hsl(120, 100%, 50%);
color: hsl(120, 100%, 50%);
color: hsl(120, 50%, 50%);
color: hsl(120, 50%, 20%);
color: hsl(120, 50%, 80%);
Opacity
RGBa Notation
color: rgba(150,0,25,1);
color: rgba(0%,50%,40%,0.5);
Responsive Color
div { opacity: 0.2; }
HSLa Notation
color: hsla(120, 100%, 50%, .5);
Color Blindness
Normal Deuteranope
Protanope Tritanope
Responsive Color
Responsive Color
Responsive Color
Credit: thecrazyfilmgirl https://flic.kr/p/5X3ixX
Responsive Color
Responsive Color
Responsive Color
Responsive Color
Perception of Color
Credit: HomeSpot HQ https://flic.kr/p/ePQ8wy
Credit: Scott Feldstein https://flic.kr/p/6kaePP
Credit: JD Hancock https://flic.kr/p/7Hg1aa
What You Think You See
Responsive Color
Screens
Credit: Rusty Clark flic.kr/p/dyy44R
Responsive Color
Responsive Color
Credit: flic.kr/p/gnmwty
Responsive Color
Light
Credit: Quinn Dombrowski flic.kr/p/cqpNFU
Credit: Caroline flic.kr/p/bq1X3o
Credit: ClearFrost flic.kr/p/o9mSXd
@media (light-level: dim) {
/* change the colors */
}
Credit: Jeremy Keith flic.kr/p/o9thWy
Responsive Color
Responsive Color
Responsive Color
Responsive Color
Responsive Color
Credit: Clive Darra https://flic.kr/p/5HjxAN
<link rel=”stylesheet” media=”print”
href=”css/print.css”>
@media print {
/* print styles here */
}
SASS
Color Variables
p { color: #278232; }
$green: #278232;
p { color: $green; }
$green
$green-light
$green-dark
$primary-background-color
$button-border
Lighten & Darken
lighten($purple, 20%)
.box1 { background-color: #b650d9; }
.box2 { background-color: #d9a4eb; }
$purple: #b650d9;
.box1 { background-color: $purple; }
.box2 { background-color:
lighten($purple, 20%); }
Responsive Color
darken($purple, 40%)
Responsive Color
$button: #b650d9;
.button {
background-color: $button;
border:3px solid darken($button, 20%);
box-shadow: 7px 6px 3px -2px
lighten($button, 20%);
}
Responsive Color
Responsive Color
Responsive Color
Responsive Color
Responsive Color
Saturate & Desaturate
saturate($blue, 70%)
Responsive Color
Responsive Color
Grayscale
Responsive Color
Responsive Color
Inverse
Responsive Color
Responsive Color
sassme.arc90.com/
sassme.arc90.com/
sassme.arc90.com/
Blend
.blending {
background-image: url(goat.png);
background-color: purple;
background-blend-mode: multiply;
}
.blending {
background-image: url(goat.png);
background-color: purple;
background-blend-mode: multiply;
}
.blending {
background-image: url(goat.png);
background-color: purple;
background-blend-mode: multiply;
}
Responsive Color
multiply
screen
overlay
darken
lighten
color-dodge
color-burn
hard-light
soft-light
difference
exclusion
hue
saturation
color
luminosity
luminosity
Responsive Color
Credit:Tuncay flic.kr/p/njc9ph
Clarissa Peterson
clarissapeterson.com
@clarissa
1 of 139

Recommended

Responsive color- (clarissa peterson) by
Responsive color- (clarissa peterson)Responsive color- (clarissa peterson)
Responsive color- (clarissa peterson)Future Insights
1.3K views119 slides
Top 10 Slide Tips by
Top 10 Slide TipsTop 10 Slide Tips
Top 10 Slide TipsJouliMikhail
335 views11 slides
Responsive Design Workshop by
Responsive Design WorkshopResponsive Design Workshop
Responsive Design WorkshopClarissa Peterson
8.9K views398 slides
UX & Responsive Design by
UX & Responsive DesignUX & Responsive Design
UX & Responsive DesignClarissa Peterson
3.9K views99 slides
Responsive Design Heaven & Hell by
Responsive Design Heaven & HellResponsive Design Heaven & Hell
Responsive Design Heaven & HellClarissa Peterson
7.1K views46 slides
Responsive Design by
Responsive Design Responsive Design
Responsive Design Clarissa Peterson
12.7K views162 slides

More Related Content

Viewers also liked

Agile requirements: User Stories, Story Points, Hours by
Agile requirements: User Stories, Story Points, HoursAgile requirements: User Stories, Story Points, Hours
Agile requirements: User Stories, Story Points, HoursOleksandr Lutsaievskyi
5.7K views85 slides
Story Points Explained by
Story Points ExplainedStory Points Explained
Story Points ExplainedAl Nikolov
898 views5 slides
User Story Point estimation method at ConFoo 2015 by
User Story Point estimation method at ConFoo 2015User Story Point estimation method at ConFoo 2015
User Story Point estimation method at ConFoo 2015Fred Heath
1.7K views39 slides
Agile effort estimation by
Agile effort estimation Agile effort estimation
Agile effort estimation Elad Sofer
6.4K views22 slides
중간점검 by
중간점검중간점검
중간점검Eun Ju Chang
1.1K views19 slides
Prototype & Test - Design Thinking by
Prototype & Test - Design ThinkingPrototype & Test - Design Thinking
Prototype & Test - Design Thinkingamaneirom
556 views6 slides

Viewers also liked(20)

Story Points Explained by Al Nikolov
Story Points ExplainedStory Points Explained
Story Points Explained
Al Nikolov898 views
User Story Point estimation method at ConFoo 2015 by Fred Heath
User Story Point estimation method at ConFoo 2015User Story Point estimation method at ConFoo 2015
User Story Point estimation method at ConFoo 2015
Fred Heath1.7K views
Agile effort estimation by Elad Sofer
Agile effort estimation Agile effort estimation
Agile effort estimation
Elad Sofer6.4K views
Prototype & Test - Design Thinking by amaneirom
Prototype & Test - Design ThinkingPrototype & Test - Design Thinking
Prototype & Test - Design Thinking
amaneirom556 views
Sns와 관계 by daniellynn
Sns와 관계Sns와 관계
Sns와 관계
daniellynn1.3K views
Color, themes, fonts: The building blocks of good e-commerce and ui design by Josh Levine
Color, themes, fonts: The building blocks of good e-commerce and ui designColor, themes, fonts: The building blocks of good e-commerce and ui design
Color, themes, fonts: The building blocks of good e-commerce and ui design
Josh Levine15.8K views
Industrial Design fundamental in User Experience Design by bouchardr
Industrial Design fundamental in User Experience Design Industrial Design fundamental in User Experience Design
Industrial Design fundamental in User Experience Design
bouchardr712 views
Design Fundamentals for Developers by paultrani
Design Fundamentals for DevelopersDesign Fundamentals for Developers
Design Fundamentals for Developers
paultrani8.5K views
인터랙티브미디어디자인 장소앱 프로토 by eunbin119
인터랙티브미디어디자인 장소앱 프로토인터랙티브미디어디자인 장소앱 프로토
인터랙티브미디어디자인 장소앱 프로토
eunbin119608 views
Interactive Media Design 1 by Yeji Shin
Interactive Media Design 1Interactive Media Design 1
Interactive Media Design 1
Yeji Shin618 views
VDIS10021 Working in Digital Design - Lecture 4 - Digital Colour Management by Virtu Institute
VDIS10021 Working in Digital Design - Lecture 4 - Digital Colour ManagementVDIS10021 Working in Digital Design - Lecture 4 - Digital Colour Management
VDIS10021 Working in Digital Design - Lecture 4 - Digital Colour Management
Virtu Institute1K views
Estimating with story points by Walid Farag
Estimating with story pointsEstimating with story points
Estimating with story points
Walid Farag6.6K views
Optimizing User Experience with Responsive Web Design by Clarissa Peterson
Optimizing User Experience with Responsive Web DesignOptimizing User Experience with Responsive Web Design
Optimizing User Experience with Responsive Web Design
Clarissa Peterson30.2K views
우리나라 방방곡곡 사용자분석 by Eun Ju Chang
우리나라 방방곡곡 사용자분석우리나라 방방곡곡 사용자분석
우리나라 방방곡곡 사용자분석
Eun Ju Chang1K views
Responsive Web Design by Justin Avery
Responsive Web DesignResponsive Web Design
Responsive Web Design
Justin Avery7.5K views
The Latest Color Trends In Digital Design by Uberflip
The Latest Color Trends In Digital DesignThe Latest Color Trends In Digital Design
The Latest Color Trends In Digital Design
Uberflip4.7K views

More from Clarissa Peterson

Alt Text Is Your Superpower by
Alt Text Is Your SuperpowerAlt Text Is Your Superpower
Alt Text Is Your SuperpowerClarissa Peterson
18 views48 slides
Designing for Users: How to Create a Better User Experience by
Designing for Users: How to Create a Better User ExperienceDesigning for Users: How to Create a Better User Experience
Designing for Users: How to Create a Better User ExperienceClarissa Peterson
2.3K views93 slides
Making the Web Easy by
Making the Web EasyMaking the Web Easy
Making the Web EasyClarissa Peterson
23.7K views162 slides
Designing Responsive Websites by
Designing Responsive WebsitesDesigning Responsive Websites
Designing Responsive WebsitesClarissa Peterson
14.3K views103 slides
Responsive Design in the Real World by
Responsive Design in the Real WorldResponsive Design in the Real World
Responsive Design in the Real WorldClarissa Peterson
14.1K views108 slides
Responsive Design Essentials by
Responsive Design EssentialsResponsive Design Essentials
Responsive Design EssentialsClarissa Peterson
17.3K views125 slides

More from Clarissa Peterson(11)

Recently uploaded

JAWARK Inside Company Profile 2024 by
JAWARK Inside Company Profile 2024JAWARK Inside Company Profile 2024
JAWARK Inside Company Profile 2024mostafareda1994
12 views45 slides
500% Sales Growth with Amazon A+ Content by
500% Sales Growth with Amazon A+ Content500% Sales Growth with Amazon A+ Content
500% Sales Growth with Amazon A+ ContentFahima
11 views5 slides
Office furniture by
Office furnitureOffice furniture
Office furnitureCreaticityBrandedint
5 views1 slide
Using Experiential Design to Understand the Future of AI & Immersive Storytel... by
Using Experiential Design to Understand the Future of AI & Immersive Storytel...Using Experiential Design to Understand the Future of AI & Immersive Storytel...
Using Experiential Design to Understand the Future of AI & Immersive Storytel...Kent Bye
20 views114 slides
Legal PPT Presentation.pptx by
Legal PPT Presentation.pptxLegal PPT Presentation.pptx
Legal PPT Presentation.pptx125071063
5 views7 slides
type book PDF to PPT.pptx by
type book PDF to PPT.pptxtype book PDF to PPT.pptx
type book PDF to PPT.pptxsamboggiano
6 views54 slides

Recently uploaded(20)

500% Sales Growth with Amazon A+ Content by Fahima
500% Sales Growth with Amazon A+ Content500% Sales Growth with Amazon A+ Content
500% Sales Growth with Amazon A+ Content
Fahima11 views
Using Experiential Design to Understand the Future of AI & Immersive Storytel... by Kent Bye
Using Experiential Design to Understand the Future of AI & Immersive Storytel...Using Experiential Design to Understand the Future of AI & Immersive Storytel...
Using Experiential Design to Understand the Future of AI & Immersive Storytel...
Kent Bye20 views
Legal PPT Presentation.pptx by 125071063
Legal PPT Presentation.pptxLegal PPT Presentation.pptx
Legal PPT Presentation.pptx
1250710635 views
type book PDF to PPT.pptx by samboggiano
type book PDF to PPT.pptxtype book PDF to PPT.pptx
type book PDF to PPT.pptx
samboggiano6 views
ATPMOUSE_융합2조.pptx by kts120898
ATPMOUSE_융합2조.pptxATPMOUSE_융합2조.pptx
ATPMOUSE_융합2조.pptx
kts12089825 views
Samsung Galaxy Watch 5 Presentation by aryasheel1
Samsung Galaxy Watch 5 PresentationSamsung Galaxy Watch 5 Presentation
Samsung Galaxy Watch 5 Presentation
aryasheel113 views
DR Portfolio.pptx by robertsd2
DR Portfolio.pptxDR Portfolio.pptx
DR Portfolio.pptx
robertsd225 views
Canned Cocktail Flat Labels by nyhapedraza
Canned Cocktail Flat LabelsCanned Cocktail Flat Labels
Canned Cocktail Flat Labels
nyhapedraza38 views
boggiano_project 2.pptx by samboggiano
boggiano_project 2.pptxboggiano_project 2.pptx
boggiano_project 2.pptx
samboggiano24 views
Sudden Deafness Design Document by wyfangherman
Sudden Deafness Design DocumentSudden Deafness Design Document
Sudden Deafness Design Document
wyfangherman54 views
Indian wedding dresses design.pdf by Aur Dikhao
Indian wedding dresses design.pdfIndian wedding dresses design.pdf
Indian wedding dresses design.pdf
Aur Dikhao5 views
Sugar Air Kiss Lipstick by aryasheel1
Sugar Air Kiss LipstickSugar Air Kiss Lipstick
Sugar Air Kiss Lipstick
aryasheel111 views
Business X Design - People, Planet & Product by Cyber-Duck
Business X Design - People, Planet & ProductBusiness X Design - People, Planet & Product
Business X Design - People, Planet & Product
Cyber-Duck28 views
Free International civil aviation day template from best presentation design ... by slideceotemplates
Free International civil aviation day template from best presentation design ...Free International civil aviation day template from best presentation design ...
Free International civil aviation day template from best presentation design ...

Responsive Color