About Me

Friday, July 23, 2010

Week 2: Pantone Colors & Chapter 1

Pantone Colors
List 3 pantone colors and their RGB equivalent. I will be using these colors in the layout:

  • #FFFFFF (white):
    - R: 255
    - G: 255
    - B: 255
  • Pantone Black 7 C (dark gray):
    - #333333
    - R: 55
    - G: 53
    - B: 52
  • Pantone 7545 C (blue):
    - #51626f
    - R: 81
    - G: 98
    - B: 111
  • Pantone 2985 C (light blue):
    - #55c5e9
    - R: 85
    - G: 197
    - B: 233

Chapter 1: Flexible Text Using Ems
Link: http://slei89.aisites.com/introweb/week1/ch1.html

Sizing text using em units. The em is a sliding measure. One em is a distance equal to the type size. In 6 point type, an em is 6 points; in 12 point type an em is 12 points and in 60 point type an em is 60 points. Thus a one em space is proportionately the same in any size.
IE/Win will not allow readers to resize text that has been sized in pixels. Using ems however, allows all browsers to resize text and also provides pixel-level precision and so they tend to be my unit of choice.

Here are the Ems -> Pixels:
  • 1em = 10px
  • 1.2em = 12px
  • .9em = 9px
  • 1.8em = 18px
  • 2em = 24px


Book: Bulletproof Web Design
http://clagnut.com/blog/348

No comments:

Post a Comment