diccionario css

Upload: siul126ab

Post on 03-Apr-2018

238 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/29/2019 Diccionario CSS

    1/17

    Browser support: NN: Netscape, IE: Internet Explorer, W3C: Web Standard

    Background

    Border

    Classification

    Dimension

    Font

    Generated Content

    List and Marker

    Margin

    Outlines

    Padding

    Positioning

    Table

    Text

    Background

    On-line examples

    Property Description Values NN IE W3C

    background A shorthand property for setting

    all background properties in onedeclaration

    background-color

    background-imagebackground-repeat

    background-attachmentbackground-position

    6.0 4.0 CSS1

    background-attachment Sets whether a background imageis fixed or scrolls with the rest of

    the page

    scrollfixed

    6.0 4.0 CSS1

    background-color Sets the background color of an

    element

    color-rgb

    color-hexcolor-name

    transparent

    4.0 4.0 CSS1

    background-image Sets an image as the background url

    none

    4.0 4.0 CSS1

    background-position Sets the starting position of a

    background image

    top left

    top centertop right

    center left

    center centercenter rightbottom left

    bottom centerbottom right

    x-% y-%x-pos y-pos

    6.0 4.0 CSS1

    background-repeat Sets if/how a background imagewill be repeated

    repeatrepeat-x

    repeat-yno-repeat

    4.0 4.0 CSS1

    Border

    On-line examples

    Property Description Values NN IE W3C

    border A shorthand property for setting

    all of the properties for the fourborders in one declaration

    border-width

    border-styleborder-color

    4.0 4.0 CSS1

    border-bottom A shorthand property for settingall of the properties for the

    bottom border in one declaration

    border-bottom-widthborder-style

    border-color

    6.0 4.0 CSS1

    border-bottom-color Sets the color of the bottom

    border

    border-color 6.0 4.0 CSS2

    border-bottom-style Sets the style of the bottom

    border

    border-style 6.0 4.0 CSS2

    border-bottom-width Sets the width of the bottom

    border

    thin

    medium

    4.0 4.0 CSS1

    http://www.w3schools.com/css/#backgroundhttp://www.w3schools.com/css/#borderhttp://www.w3schools.com/css/#classificationhttp://www.w3schools.com/css/#dimensionhttp://www.w3schools.com/css/#fonthttp://www.w3schools.com/css/#generatedcontenthttp://www.w3schools.com/css/#listhttp://www.w3schools.com/css/#marginhttp://www.w3schools.com/css/#outlineshttp://www.w3schools.com/css/#paddinghttp://www.w3schools.com/css/#positioninghttp://www.w3schools.com/css/#tablehttp://www.w3schools.com/css/#texthttp://www.w3schools.com/css/css_background.asphttp://www.w3schools.com/css/pr_background.asphttp://www.w3schools.com/css/pr_background-attachment.asphttp://www.w3schools.com/css/pr_background-color.asphttp://www.w3schools.com/css/pr_background-image.asphttp://www.w3schools.com/css/pr_background-position.asphttp://www.w3schools.com/css/pr_background-repeat.asphttp://www.w3schools.com/css/css_border.asphttp://www.w3schools.com/css/pr_border.asphttp://www.w3schools.com/css/pr_border-bottom.asphttp://www.w3schools.com/css/pr_border-bottom_color.asphttp://www.w3schools.com/css/pr_border-bottom_style.asphttp://www.w3schools.com/css/pr_border-bottom_style.asphttp://www.w3schools.com/css/pr_border-bottom_width.asphttp://www.w3schools.com/css/#backgroundhttp://www.w3schools.com/css/#borderhttp://www.w3schools.com/css/#classificationhttp://www.w3schools.com/css/#dimensionhttp://www.w3schools.com/css/#fonthttp://www.w3schools.com/css/#generatedcontenthttp://www.w3schools.com/css/#listhttp://www.w3schools.com/css/#marginhttp://www.w3schools.com/css/#outlineshttp://www.w3schools.com/css/#paddinghttp://www.w3schools.com/css/#positioninghttp://www.w3schools.com/css/#tablehttp://www.w3schools.com/css/#texthttp://www.w3schools.com/css/css_background.asphttp://www.w3schools.com/css/pr_background.asphttp://www.w3schools.com/css/pr_background-attachment.asphttp://www.w3schools.com/css/pr_background-color.asphttp://www.w3schools.com/css/pr_background-image.asphttp://www.w3schools.com/css/pr_background-position.asphttp://www.w3schools.com/css/pr_background-repeat.asphttp://www.w3schools.com/css/css_border.asphttp://www.w3schools.com/css/pr_border.asphttp://www.w3schools.com/css/pr_border-bottom.asphttp://www.w3schools.com/css/pr_border-bottom_color.asphttp://www.w3schools.com/css/pr_border-bottom_style.asphttp://www.w3schools.com/css/pr_border-bottom_width.asp
  • 7/29/2019 Diccionario CSS

    2/17

    thick

    length

    border-color Sets the color of the four borders,

    can have from one to four colors

    color 6.0 4.0 CSS1

    border-left A shorthand property for setting

    all of the properties for the left

    border in one declaration

    border-left-width

    border-style

    border-color

    6.0 4.0 CSS1

    border-left-color Sets the color of the left border border-color 6.0 4.0 CSS2

    border-left-style Sets the style of the left border border-style 6.0 4.0 CSS2

    border-left-width Sets the width of the left border thinmedium

    thicklength

    4.0 4.0 CSS1

    border-right A shorthand property for settingall of the properties for the right

    border in one declaration

    border-right-widthborder-style

    border-color

    6.0 4.0 CSS1

    border-right-color Sets the color of the right border border-color 6.0 4.0 CSS2

    border-right-style Sets the style of the right border border-style 6.0 4.0 CSS2

    border-right-width Sets the width of the right border thin

    mediumthick

    length

    4.0 4.0 CSS1

    border-style Sets the style of the four borders,

    can have from one to four styles

    none

    hiddendotted

    dashedsoliddoublegroove

    ridgeinset

    outset

    6.0 4.0 CSS1

    border-top A shorthand property for setting

    all of the properties for the topborder in one declaration

    border-top-width

    border-styleborder-color

    6.0 4.0 CSS1

    border-top-color Sets the color of the top border border-color 6.0 4.0 CSS2

    border-top-style Sets the style of the top border border-style 6.0 4.0 CSS2

    border-top-width Sets the width of the top border thinmedium

    thicklength

    4.0 4.0 CSS1

    border-width A shorthand property for settingthe width of the four borders in

    one declaration, can have fromone to four values

    thinmedium

    thicklength

    4.0 4.0 CSS1

    Classification

    On-line examples

    Property Description Values NN IE W3C

    clear Sets the sides of an element

    where other floating elements arenot allowed

    left

    rightboth

    none

    4.0 4.0 CSS1

    cursor Specifies the type of cursor to be

    displayed

    url

    autocrosshair

    default

    pointermovee-resize

    6.0 4.0 CSS2

    http://www.w3schools.com/css/pr_border-color.asphttp://www.w3schools.com/css/pr_border-left.asphttp://www.w3schools.com/css/pr_border-left_color.asphttp://www.w3schools.com/css/pr_border-left_style.asphttp://www.w3schools.com/css/pr_border-left_width.asphttp://www.w3schools.com/css/pr_border-right.asphttp://www.w3schools.com/css/pr_border-right_color.asphttp://www.w3schools.com/css/pr_border-right_color.asphttp://www.w3schools.com/css/pr_border-right_style.asphttp://www.w3schools.com/css/pr_border-right_width.asphttp://www.w3schools.com/css/pr_border-style.asphttp://www.w3schools.com/css/pr_border-top.asphttp://www.w3schools.com/css/pr_border-top_color.asphttp://www.w3schools.com/css/pr_border-top_style.asphttp://www.w3schools.com/css/pr_border-top_width.asphttp://www.w3schools.com/css/pr_border-width.asphttp://www.w3schools.com/css/css_classification.asphttp://www.w3schools.com/css/pr_class_clear.asphttp://www.w3schools.com/css/pr_class_cursor.asphttp://www.w3schools.com/css/pr_border-color.asphttp://www.w3schools.com/css/pr_border-left.asphttp://www.w3schools.com/css/pr_border-left_color.asphttp://www.w3schools.com/css/pr_border-left_style.asphttp://www.w3schools.com/css/pr_border-left_width.asphttp://www.w3schools.com/css/pr_border-right.asphttp://www.w3schools.com/css/pr_border-right_color.asphttp://www.w3schools.com/css/pr_border-right_style.asphttp://www.w3schools.com/css/pr_border-right_width.asphttp://www.w3schools.com/css/pr_border-style.asphttp://www.w3schools.com/css/pr_border-top.asphttp://www.w3schools.com/css/pr_border-top_color.asphttp://www.w3schools.com/css/pr_border-top_style.asphttp://www.w3schools.com/css/pr_border-top_width.asphttp://www.w3schools.com/css/pr_border-width.asphttp://www.w3schools.com/css/css_classification.asphttp://www.w3schools.com/css/pr_class_clear.asphttp://www.w3schools.com/css/pr_class_cursor.asp
  • 7/29/2019 Diccionario CSS

    3/17

    ne-resize

    nw-resizen-resize

    se-resizesw-resizes-resizew-resize

    textwait

    help

    display Sets how/if an element is

    displayed

    none

    inlineblock

    list-itemrun-in

    compactmarker

    tableinline-tabletable-row-group

    table-header-group

    table-footer-grouptable-row

    table-column-grouptable-column

    table-celltable-caption

    4.0 4.0 CSS1

    float Sets where an image or a text willappear in another element

    leftright

    none

    4.0 4.0 CSS1

    position Places an element in a static,

    relative, absolute or fixed position

    static

    relativeabsolute

    fixed

    4.0 4.0 CSS2

    visibility Sets if an element should bevisible or invisible visiblehiddencollapse

    6.0 4.0 CSS2

    Dimension

    On-line examples

    Property Description Values NN IE W3C

    height Sets the height of an element autolength%

    6.0 4.0 CSS1

    line-height Sets the distance between lines normal

    numberlength%

    4.0 4.0 CSS1

    max-height Sets the maximum height of anelement

    nonelength%

    6.0 CSS2

    max-width Sets the maximum width of an

    element

    none

    length%

    6.0 CSS2

    min-height Sets the minimum height of anelement

    length%

    6.0 CSS2

    min-width Sets the minimum width of anelement

    length%

    6.0 CSS2

    width Sets the width of an element auto%

    length

    4.0 4.0 CSS1

    http://www.w3schools.com/css/pr_class_display.asphttp://www.w3schools.com/css/pr_class_float.asphttp://www.w3schools.com/css/pr_class_position.asphttp://www.w3schools.com/css/pr_class_visibility.asphttp://www.w3schools.com/css/css_dimension.asphttp://www.w3schools.com/css/pr_dim_height.asphttp://www.w3schools.com/css/pr_dim_line-height.asphttp://www.w3schools.com/css/pr_dim_max-height.asphttp://www.w3schools.com/css/pr_dim_max-width.asphttp://www.w3schools.com/css/pr_dim_min-height.asphttp://www.w3schools.com/css/pr_dim_min-width.asphttp://www.w3schools.com/css/pr_dim_width.asphttp://www.w3schools.com/css/pr_class_display.asphttp://www.w3schools.com/css/pr_class_float.asphttp://www.w3schools.com/css/pr_class_position.asphttp://www.w3schools.com/css/pr_class_visibility.asphttp://www.w3schools.com/css/css_dimension.asphttp://www.w3schools.com/css/pr_dim_height.asphttp://www.w3schools.com/css/pr_dim_line-height.asphttp://www.w3schools.com/css/pr_dim_max-height.asphttp://www.w3schools.com/css/pr_dim_max-width.asphttp://www.w3schools.com/css/pr_dim_min-height.asphttp://www.w3schools.com/css/pr_dim_min-width.asphttp://www.w3schools.com/css/pr_dim_width.asp
  • 7/29/2019 Diccionario CSS

    4/17

    Font

    On-line examples

    Property Description Values NN IE W3C

    font A shorthand property for settingall of the properties for a font in

    one declaration

    font-stylefont-variant

    font-weightfont-size/line-height

    font-familycaption

    iconmenu

    message-boxsmall-caption

    status-bar

    4.0 4.0 CSS1

    font-family A prioritized list of font family

    names and/or generic familynames for an element

    family-name

    generic-family

    4.0 3.0 CSS1

    font-size Sets the size of a font xx-smallx-small

    smallmedium

    largex-large

    xx-largesmallerlarger

    length%

    4.0 3.0 CSS1

    font-size-adjust Specifies an aspect value for an

    element that will preserve the x-height of the first-choice font

    none

    number

    CSS2

    font-stretch Condenses or expands the currentfont-family normalwidernarrower

    ultra-condensedextra-condensedcondensed

    semi-condensedsemi-expanded

    expandedextra-expanded

    ultra-expanded

    CSS2

    font-style Sets the style of the font normal

    italicoblique

    4.0 4.0 CSS1

    font-variant Displays text in a small-caps fontor a normal font

    normalsmall-caps

    6.0 4.0 CSS1

    font-weight Sets the weight of a font normalbold

    bolderlighter

    100200

    300400

    500600700800

    900

    4.0 4.0 CSS1

    Generated Content

    http://www.w3schools.com/css/css_font.asphttp://www.w3schools.com/css/pr_font_font.asphttp://www.w3schools.com/css/pr_font_font-family.asphttp://www.w3schools.com/css/pr_font_font-size.asphttp://www.w3schools.com/css/pr_font_font-size-adjust.asphttp://www.w3schools.com/css/pr_font_font-stretch.asphttp://www.w3schools.com/css/pr_font_font-style.asphttp://www.w3schools.com/css/pr_font_font-variant.asphttp://www.w3schools.com/css/pr_font_weight.asphttp://www.w3schools.com/css/css_font.asphttp://www.w3schools.com/css/pr_font_font.asphttp://www.w3schools.com/css/pr_font_font-family.asphttp://www.w3schools.com/css/pr_font_font-size.asphttp://www.w3schools.com/css/pr_font_font-size-adjust.asphttp://www.w3schools.com/css/pr_font_font-stretch.asphttp://www.w3schools.com/css/pr_font_font-style.asphttp://www.w3schools.com/css/pr_font_font-variant.asphttp://www.w3schools.com/css/pr_font_weight.asp
  • 7/29/2019 Diccionario CSS

    5/17

    Property Description Values NN IE W3C

    content Generates content in a document.Used with the :before and :after

    pseudo-elements

    stringurl

    counter(name)counter(name, list-style-

    type)counters(name, string)

    counters(name, string, list-style-type)

    attr(X)open-quote

    close-quoteno-open-quote

    no-close-quote

    6.0 CSS2

    counter-increment Sets how much the counterincrements on each occurrence ofa selector

    noneidentifier number

    CSS2

    counter-reset Sets the value the counter is setto on each occurrence of a

    selector

    noneidentifier number

    CSS2

    quotes Sets the type of quotation marks nonestring string

    6.0 CSS2

    List and Marker

    On-line examples

    Property Description Values NN IE W3C

    list-style A shorthand property for settingall of the properties for a list in

    one declaration

    list-style-typelist-style-position

    list-style-image

    6.0 4.0 CSS1

    list-style-image Sets an image as the list-item

    marker

    none

    url

    6.0 4.0 CSS1

    list-style-position Sets where the list-item marker isplaced in the list

    insideoutside

    6.0 4.0 CSS1

    list-style-type Sets the type of the list-item

    marker

    none

    disccircle

    squaredecimal

    decimal-leading-zerolower-roman

    upper-romanlower-alpha

    upper-alphalower-greeklower-latin

    upper-latinhebrewarmenian

    georgiancjk-ideographic

    hiraganakatakana

    hiragana-irohakatakana-iroha

    4.0 4.0 CSS1

    marker-offset autolength

    7.0 CSS2

    Margin

    On-line examples

    http://www.w3schools.com/css/pr_gen_content.asphttp://www.w3schools.com/css/pr_gen_counter-increment.asphttp://www.w3schools.com/css/pr_gen_counter-reset.asphttp://www.w3schools.com/css/pr_gen_quotes.asphttp://www.w3schools.com/css/css_list.asphttp://www.w3schools.com/css/pr_list-style.asphttp://www.w3schools.com/css/pr_list-style-image.asphttp://www.w3schools.com/css/pr_list-style-position.asphttp://www.w3schools.com/css/pr_list-style-type.asphttp://www.w3schools.com/css/css_margin.asphttp://www.w3schools.com/css/pr_gen_content.asphttp://www.w3schools.com/css/pr_gen_counter-increment.asphttp://www.w3schools.com/css/pr_gen_counter-reset.asphttp://www.w3schools.com/css/pr_gen_quotes.asphttp://www.w3schools.com/css/css_list.asphttp://www.w3schools.com/css/pr_list-style.asphttp://www.w3schools.com/css/pr_list-style-image.asphttp://www.w3schools.com/css/pr_list-style-position.asphttp://www.w3schools.com/css/pr_list-style-type.asphttp://www.w3schools.com/css/css_margin.asp
  • 7/29/2019 Diccionario CSS

    6/17

    Property Description Values NN IE W3C

    margin A shorthand property for settingthe margin properties in one

    declaration

    margin-topmargin-right

    margin-bottommargin-left

    4.0 4.0 CSS1

    margin-bottom Sets the bottom margin of an

    element

    auto

    length%

    4.0 4.0 CSS1

    margin-left Sets the left margin of an element autolength%

    4.0 3.0 CSS1

    margin-right Sets the right margin of anelement

    autolength

    %

    4.0 3.0 CSS1

    margin-top Sets the top margin of an elementautolength

    %

    4.0 3.0 CSS1

    Outlines

    Property Description Values NN IE W3Coutline A shorthand property for setting

    all the outline properties in one

    declaration

    outline-coloroutline-style

    outline-width

    CSS2

    outline-color Sets the color of the outlinearound an element

    colorinvert

    CSS2

    outline-style Sets the style of the outline

    around an element

    none

    dotteddashed

    soliddouble

    grooveridge

    inset

    outset

    CSS2

    outline-width Sets the width of the outlinearound an element

    thinmedium

    thicklength

    CSS2

    Padding

    On-line examples

    Property Description Values NN IE W3C

    padding A shorthand property for setting

    all of the padding properties in

    one declaration

    padding-top

    padding-right

    padding-bottompadding-left

    4.0 4.0 CSS1

    padding-bottom Sets the bottom padding of an

    element

    length

    %

    4.0 4.0 CSS1

    padding-left Sets the left padding of an

    element

    length

    %

    4.0 4.0 CSS1

    padding-right Sets the right padding of an

    element

    length

    %

    4.0 4.0 CSS1

    padding-top Sets the top padding of an

    element

    length

    %

    4.0 4.0 CSS1

    Positioning

    On-line examples

    http://www.w3schools.com/css/pr_margin.asphttp://www.w3schools.com/css/pr_margin-bottom.asphttp://www.w3schools.com/css/pr_margin-bottom.asphttp://www.w3schools.com/css/pr_margin-left.asphttp://www.w3schools.com/css/pr_margin-left.asphttp://www.w3schools.com/css/pr_margin-right.asphttp://www.w3schools.com/css/pr_margin-top.asphttp://www.w3schools.com/css/pr_margin-top.asphttp://www.w3schools.com/css/pr_outline.asphttp://www.w3schools.com/css/pr_outline-color.asphttp://www.w3schools.com/css/pr_outline-color.asphttp://www.w3schools.com/css/pr_outline-style.asphttp://www.w3schools.com/css/pr_outline-width.asphttp://www.w3schools.com/css/css_padding.asphttp://www.w3schools.com/css/pr_padding.asphttp://www.w3schools.com/css/pr_padding-bottom.asphttp://www.w3schools.com/css/pr_padding-left.asphttp://www.w3schools.com/css/pr_padding-right.asphttp://www.w3schools.com/css/pr_padding-top.asphttp://www.w3schools.com/css/css_positioning.asphttp://www.w3schools.com/css/pr_margin.asphttp://www.w3schools.com/css/pr_margin-bottom.asphttp://www.w3schools.com/css/pr_margin-left.asphttp://www.w3schools.com/css/pr_margin-right.asphttp://www.w3schools.com/css/pr_margin-top.asphttp://www.w3schools.com/css/pr_outline.asphttp://www.w3schools.com/css/pr_outline-color.asphttp://www.w3schools.com/css/pr_outline-style.asphttp://www.w3schools.com/css/pr_outline-width.asphttp://www.w3schools.com/css/css_padding.asphttp://www.w3schools.com/css/pr_padding.asphttp://www.w3schools.com/css/pr_padding-bottom.asphttp://www.w3schools.com/css/pr_padding-left.asphttp://www.w3schools.com/css/pr_padding-right.asphttp://www.w3schools.com/css/pr_padding-top.asphttp://www.w3schools.com/css/css_positioning.asp
  • 7/29/2019 Diccionario CSS

    7/17

    Property Description Values NN IE W3C

    bottom Sets how far the bottom edge ofan element is above/below the

    bottom edge of the parentelement

    auto%

    length

    6.0 5.0 CSS2

    clip Sets the shape of an element. The

    element is clipped into this shape,and displayed

    shape

    auto

    6.0 4.0 CSS2

    left Sets how far the left edge of anelement is to the right/left of theleft edge of the parent element

    auto%length

    4.0 4.0 CSS2

    overflow Sets what happens if the contentof an element overflow its area

    visiblehidden

    scrollauto

    6.0 4.0 CSS2

    right Sets how far the right edge of an

    element is to the left/right of theright edge of the parent element

    auto

    %length

    6.0 5.5 CSS2

    top Sets how far the top edge of an

    element is above/below the topedge of the parent element

    auto

    %length

    4.0 4.0 CSS2

    vertical-align Sets the vertical alignment of anelement

    baselinesubsuper

    toptext-topmiddle

    bottomtext-bottom

    length%

    4.0 4.0 CSS1

    z-index Sets the stack order of an elementautonumber

    6.0 4.0 CSS2

    Table

    Property Description Values NN IE W3C

    border-collapse Sets the border model of a table collapseseparate

    7.0 5.5 CSS2

    border-spacing Sets the distance between theborders of adjacent cells (only for

    the "separated borders" model)

    length length 6.0 CSS2

    caption-side Sets the position of the caption

    according to the table

    top

    bottomleft

    right

    6.0 CSS2

    empty-cells Sets whether cells with no visible

    content should have borders ornot (only for the "separated

    borders" model)

    show

    hide

    6.0 CSS2

    table-layout Sets the algorithm used to lay out

    the table

    auto

    fixed

    6.0 5.5 CSS2

    Text

    On-line examples

    Property Description Possible Values NN IE W3C

    color Sets the color of a text color 4.0 3.0 CSS1

    direction Sets the text direction ltr

    rtl

    CSS2

    letter-spacing Increase or decrease the space normal 6.0 4.0 CSS1

    http://www.w3schools.com/css/pr_pos_bottom.asphttp://www.w3schools.com/css/pr_pos_clip.asphttp://www.w3schools.com/css/pr_pos_left.asphttp://www.w3schools.com/css/pr_pos_overflow.asphttp://www.w3schools.com/css/pr_pos_right.asphttp://www.w3schools.com/css/pr_pos_top.asphttp://www.w3schools.com/css/pr_pos_vertical-align.asphttp://www.w3schools.com/css/pr_pos_z-index.asphttp://www.w3schools.com/css/pr_tab_border-collapse.asphttp://www.w3schools.com/css/css_text.asphttp://www.w3schools.com/css/pr_text_color.asphttp://www.w3schools.com/css/pr_text_direction.asphttp://www.w3schools.com/css/pr_text_letter-spacing.asphttp://www.w3schools.com/css/pr_pos_bottom.asphttp://www.w3schools.com/css/pr_pos_clip.asphttp://www.w3schools.com/css/pr_pos_left.asphttp://www.w3schools.com/css/pr_pos_overflow.asphttp://www.w3schools.com/css/pr_pos_right.asphttp://www.w3schools.com/css/pr_pos_top.asphttp://www.w3schools.com/css/pr_pos_vertical-align.asphttp://www.w3schools.com/css/pr_pos_z-index.asphttp://www.w3schools.com/css/pr_tab_border-collapse.asphttp://www.w3schools.com/css/css_text.asphttp://www.w3schools.com/css/pr_text_color.asphttp://www.w3schools.com/css/pr_text_direction.asphttp://www.w3schools.com/css/pr_text_letter-spacing.asp
  • 7/29/2019 Diccionario CSS

    8/17

    between characters length

    text-align Aligns the text in an element leftright

    centerjustify

    4.0 4.0 CSS1

    text-decoration Adds decoration to text none

    underlineoverlineline-through

    blink

    4.0 4.0 CSS1

    text-indent Indents the first line of text in an

    element

    length

    %

    4.0 4.0 CSS1

    text-shadow none

    colorlength

    text-transform Controls the letters in an element none

    capitalizeuppercaselowercase

    4.0 4.0 CSS1

    unicode-bidi normalembed

    bidi-override

    5.0 CSS2

    white-space Sets how white space inside anelement is handled

    normalpre

    nowrap

    4.0 5.5 CSS1

    word-spacing Increase or decrease the spacebetween words

    normallength

    6.0 6.0 CSS1

    Property Description Values NN IE W3C

    orphans Sets the minimum number of lines

    for a paragraph that must be leftat the bottom of a page

    number CSS2

    marks Sets what sort of marks should berendered outside the page box

    nonecrop

    cross

    page Sets a page type to use whendisplaying an element

    autoidentifier

    CSS2

    page-break-after Sets the page-breaking behaviorafter an element

    autoalways

    avoidleftright

    4.0 CSS2

    page-break-before Sets the page-breaking behavior

    before an element

    auto

    alwaysavoid

    leftright

    4.0 CSS2

    page-break-inside Sets the page-breaking behaviorinside an element

    autoavoid

    CSS2

    size Sets the orientation and size of apage

    autoportrait

    landscape

    widows Sets the minimum number of lines

    for a paragraph that must be leftat the top of a page

    number CSS2

    CSS2 Aural Reference

    http://www.w3schools.com/css/pr_text_text-align.asphttp://www.w3schools.com/css/pr_text_text-decoration.asphttp://www.w3schools.com/css/pr_text_text-indent.asphttp://www.w3schools.com/css/pr_text_text-transform.asphttp://www.w3schools.com/css/pr_text_white-space.asphttp://www.w3schools.com/css/pr_text_word-spacing.asphttp://www.w3schools.com/css/pr_print_pageba.asphttp://www.w3schools.com/css/pr_print_pagebb.asphttp://www.w3schools.com/css/pr_print_pagebi.asphttp://www.w3schools.com/css/pr_text_text-align.asphttp://www.w3schools.com/css/pr_text_text-decoration.asphttp://www.w3schools.com/css/pr_text_text-indent.asphttp://www.w3schools.com/css/pr_text_text-transform.asphttp://www.w3schools.com/css/pr_text_white-space.asphttp://www.w3schools.com/css/pr_text_word-spacing.asphttp://www.w3schools.com/css/pr_print_pageba.asphttp://www.w3schools.com/css/pr_print_pagebb.asphttp://www.w3schools.com/css/pr_print_pagebi.asp
  • 7/29/2019 Diccionario CSS

    9/17

    The links in the "Property" column point to more useful information about the specific property.

    Browser support: NN: Netscape, IE: Internet Explorer, W3C: Web Standard

    Property Description Values NN IE W3C

    azimuth Sets where the sound/voices

    should come from (horizontally)

    angle

    left-sidefar-leftleft

    center-leftcenter

    center-rightright

    far-rightright-side

    behindleftwards

    rightwards

    CSS2

    cue A shorthand property for settingthe cue-before and cue-after

    properties in one declaration

    cue-beforecue-after

    CSS2

    cue-after Specifies a sound to be playedafter speaking an element's

    content to delimit it from other

    noneurl

    CSS2

    cue-before Specifies a sound to be played

    before speaking an element'scontent to delimit it from other

    none

    url

    CSS2

    elevation Sets where the sound/voicesshould come from (vertically)

    anglebelow

    levelabove

    higherlower

    CSS2

    pause A shorthand property for settingthe pause-before and pause-after

    properties in one declaration

    pause-beforepause-after

    CSS2

    pause-after Specifies a pause after speaking

    an element's content

    time

    %

    CSS2

    pause-before Specifies a pause before speaking

    an element's content

    time

    %

    CSS2

    pitch Specifies the speaking voice frequencyx-lowlow

    mediumhigh

    x-high

    CSS2

    pitch-range Specifies the variation in the

    speaking voice. (Monotone voiceor animated voice?)

    number CSS2

    play-during Specifies a sound to be playedwhile speaking an element's

    content

    autonone

    urlmix

    repeat

    CSS2

    richness Specifies the richness in the

    speaking voice. (Rich voice or thinvoice?)

    number CSS2

    speak Specifies whether content willrender aurally

    normalnone

    spell-out

    CSS2

    speak-header Specifies how to handle tableheaders. Should the headers be

    alwaysonce

    CSS2

  • 7/29/2019 Diccionario CSS

    10/17

    spoken before every cell, or only

    before a cell with a differentheader than the previous cell

    speak-numeral Specifies how to speak numbers digitscontinuous

    CSS2

    speak-punctuation Specifies how to speak

    punctuation characters

    none

    code

    CSS2

    speech-rate Specifies the speed of the

    speaking

    number

    x-slowslowmedium

    fastx-fast

    fasterslower

    CSS2

    stress Specifies the "stress" in thespeaking voice

    number CSS2

    voice-family A prioritized list of voice familynames that contain specific voices

    specific-voicegeneric-voice

    CSS2

    volume Specifies the volume of thespeaking

    number%

    silentx-soft

    softmedium

    loudx-loud

    CSS2

    Measurements

    Unit Description

    % a percentage of somethingin inch

    cm centimeter

    mm millimeter

    em one em is equal to the font size of the current element

    ex one ex is the x-height of a font, the x-height is usually about half the font-size

    pt point (1 pt is the same as 1/72 inch)

    pc pica (1 pc is the same as 12 points)

    px pixels (a dot on the computer screen)

    Colors

    Unit Description

    color_name A color name (red)

    rgb(x,x,x) A rgb value (rgb(255,0,0))

    rgb(y%, y%, y%) A rgb percentage value (rgb(100%,0%,0%))

    #rrggbb A hex number (#ff0000).

    Color Values

    CSS colors are defined using a hexadecimal notation for the combination of Red, Green, and Blue color values

    (RGB). The lowest value that can be given to one light source is 0 (hex #00). The highest value is 255 (hex #FF).

    This table shows the result of combining Red, Green, and Blue light sources:.

  • 7/29/2019 Diccionario CSS

    11/17

    Color Color HEX Color RGB

    #000000 rgb(0,0,0)

    #FF0000 rgb(255,0,0)

    #00FF00 rgb(0,255,0)

    #0000FF rgb(0,0,255)

    #FFFF00 rgb(255,255,0)

    #00FFFF rgb(0,255,255)

    #FF00FF rgb(255,0,255)

    #C0C0C0 rgb(192,192,192)

    #FFFFFF rgb(255,255,255)

    Color Names

    A collection of color names is supported by most browsers.

    Note: Only 16 color names are supported by the W3C CSS standard (aqua, black, blue, fuchsia, gray, green,

    lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow). For all other colors you should use the

    Color HEX value.

    Color Color HEX Color Name

    #F0F8FF AliceBlue

    #FAEBD7 AntiqueWhite

    #7FFFD4 Aquamarine

    #000000 Black

    #0000FF Blue

    #8A2BE2 BlueViolet

    #A52A2A Brown

    Web Safe Colors

    A few years ago, when most computers supported only 256 different colors, a list of 216 Web Safe Colors wassuggested as a Web standard. The reason for this was that the Microsoft and Mac operating system used 40

    different "reserved" fixed system colors (about 20 each).

    We are not sure how important this is now, since more and more computers are equipped with the ability to

    display millions of different colors, but the choice is left to you.

    216 Cross Platform Colors

    This 216 cross platform web safe color palette was originally created to ensure that all computers would display allcolors correctly when running a 256 color palette.

    000000 000033 000066 000099 0000CC 0000FF

    003300 003333 003366 003399 0033CC 0033FF

    006600 006633 006666 006699 0066CC 0066FF

    009900 009933 009966 009999 0099CC 0099FF

    00CC00 00CC33 00CC66 00CC99 00CCCC 00CCFF

    00FF00 00FF33 00FF66 00FF99 00FFCC 00FFFF

    330000 330033 330066 330099 3300CC 3300FF

    333300 333333 333366 333399 3333CC 3333FF

    336600 336633 336666 336699 3366CC 3366FF

    339900 339933 339966 339999 3399CC 3399FF

    33CC00 33CC33 33CC66 33CC99 33CCCC 33CCFF

  • 7/29/2019 Diccionario CSS

    12/17

    33FF00 33FF33 33FF66 33FF99 33FFCC 33FFFF

    660000 660033 660066 660099 6600CC 6600FF

    663300 663333 663366 663399 6633CC 6633FF

    666600 666633 666666 666699 6666CC 6666FF

    669900 669933 669966 669999 6699CC 6699FF

    66CC00 66CC33 66CC66 66CC99 66CCCC 66CCFF

    66FF00 66FF33 66FF66 66FF99 66FFCC 66FFFF

    990000 990033 990066 990099 9900CC 9900FF

    993300 993333 993366 993399 9933CC 9933FF

    996600 996633 996666 996699 9966CC 9966FF

    999900 999933 999966 999999 9999CC 9999FF

    99CC00 99CC33 99CC66 99CC99 99CCCC 99CCFF

    99FF00 99FF33 99FF66 99FF99 99FFCC 99FFFF

    CC0000 CC0033 CC0066 CC0099 CC00CC CC00FF

    CC3300 CC3333 CC3366 CC3399 CC33CC CC33FF

    CC6600 CC6633 CC6666 CC6699 CC66CC CC66FFCC9900 CC9933 CC9966 CC9999 CC99CC CC99FF

    CCCC00 CCCC33 CCCC66 CCCC99 CCCCCC CCCCFF

    CCFF00 CCFF33 CCFF66 CCFF99 CCFFCC CCFFFF

    FF0000 FF0033 FF0066 FF0099 FF00CC FF00FF

    FF3300 FF3333 FF3366 FF3399 FF33CC FF33FF

    FF6600 FF6633 FF6666 FF6699 FF66CC FF66FF

    FF9900 FF9933 FF9966 FF9999 FF99CC FF99FF

    FFCC00 FFCC33 FFCC66 FFCC99 FFCCCC FFCCFF

    FFFF00 FFFF33 FFFF66 FFFF99 FFFFCC FFFFFF

    Color Values

    CSS colors are defined using a hexadecimal notation for the combination of Red, Green, and Blue color values

    (RGB). The lowest value that can be given to one light source is 0 (hex #00). The highest value is 255 (hex #FF).

    16384 Different Colors

    Most modern monitors are capable of displaying at least 16384 different colors.

    If you look at the color table below, you will see the result of varying the red light from 0 to 255, while keeping the

    green and blue light at zero.

    To see a full list of 16384 different colors based on red light varying from 0 to 255, click on one of the hexadecimal

    or rgb values below.

    #000000 rgb(0,0,0)

    #080000 rgb(8,0,0)

    #100000 rgb(16,0,0)

    #180000 rgb(24,0,0)

    #200000 rgb(32,0,0)

    #280000 rgb(40,0,0)

    #300000 rgb(48,0,0)

    #380000 rgb(56,0,0)#400000 rgb(64,0,0)

    http://www.w3schools.com/html/html_colorsmore.asp?color=0http://www.w3schools.com/html/html_colorsmore.asp?color=0http://www.w3schools.com/html/html_colorsmore.asp?color=0http://www.w3schools.com/html/html_colorsmore.asp?color=8http://www.w3schools.com/html/html_colorsmore.asp?color=8http://www.w3schools.com/html/html_colorsmore.asp?color=8http://www.w3schools.com/html/html_colorsmore.asp?color=16http://www.w3schools.com/html/html_colorsmore.asp?color=16http://www.w3schools.com/html/html_colorsmore.asp?color=16http://www.w3schools.com/html/html_colorsmore.asp?color=24http://www.w3schools.com/html/html_colorsmore.asp?color=24http://www.w3schools.com/html/html_colorsmore.asp?color=24http://www.w3schools.com/html/html_colorsmore.asp?color=32http://www.w3schools.com/html/html_colorsmore.asp?color=32http://www.w3schools.com/html/html_colorsmore.asp?color=32http://www.w3schools.com/html/html_colorsmore.asp?color=40http://www.w3schools.com/html/html_colorsmore.asp?color=40http://www.w3schools.com/html/html_colorsmore.asp?color=40http://www.w3schools.com/html/html_colorsmore.asp?color=48http://www.w3schools.com/html/html_colorsmore.asp?color=48http://www.w3schools.com/html/html_colorsmore.asp?color=48http://www.w3schools.com/html/html_colorsmore.asp?color=56http://www.w3schools.com/html/html_colorsmore.asp?color=56http://www.w3schools.com/html/html_colorsmore.asp?color=56http://www.w3schools.com/html/html_colorsmore.asp?color=64http://www.w3schools.com/html/html_colorsmore.asp?color=64http://www.w3schools.com/html/html_colorsmore.asp?color=64http://www.w3schools.com/html/html_colorsmore.asp?color=0http://www.w3schools.com/html/html_colorsmore.asp?color=0http://www.w3schools.com/html/html_colorsmore.asp?color=8http://www.w3schools.com/html/html_colorsmore.asp?color=8http://www.w3schools.com/html/html_colorsmore.asp?color=16http://www.w3schools.com/html/html_colorsmore.asp?color=16http://www.w3schools.com/html/html_colorsmore.asp?color=24http://www.w3schools.com/html/html_colorsmore.asp?color=24http://www.w3schools.com/html/html_colorsmore.asp?color=32http://www.w3schools.com/html/html_colorsmore.asp?color=32http://www.w3schools.com/html/html_colorsmore.asp?color=40http://www.w3schools.com/html/html_colorsmore.asp?color=40http://www.w3schools.com/html/html_colorsmore.asp?color=48http://www.w3schools.com/html/html_colorsmore.asp?color=48http://www.w3schools.com/html/html_colorsmore.asp?color=56http://www.w3schools.com/html/html_colorsmore.asp?color=56http://www.w3schools.com/html/html_colorsmore.asp?color=64http://www.w3schools.com/html/html_colorsmore.asp?color=64
  • 7/29/2019 Diccionario CSS

    13/17

    #480000 rgb(72,0,0)

    #500000 rgb(80,0,0)

    #580000 rgb(88,0,0)

    #600000 rgb(96,0,0)

    #680000 rgb(104,0,0)

    #700000 rgb(112,0,0)

    #780000 rgb(120,0,0)

    #800000 rgb(128,0,0)

    #880000 rgb(136,0,0)

    #900000 rgb(144,0,0)

    #980000 rgb(152,0,0)

    #A00000 rgb(160,0,0)

    #A80000 rgb(168,0,0)

    #B00000 rgb(176,0,0)

    #B80000 rgb(184,0,0)

    #C00000 rgb(192,0,0)

    #C80000 rgb(200,0,0)

    #D00000 rgb(208,0,0)

    #D80000 rgb(216,0,0)

    #E00000 rgb(224,0,0)

    #E80000 rgb(232,0,0)

    #F00000 rgb(240,0,0)

    #F80000 rgb(248,0,0)

    #FF0000 rgb(255,0,0)

    Shades of Gray

    Gray colors are displayed using an equal amount of power to all of the light sources. To make it easier for you to

    select the right gray color we have compiled a table of gray shades for you:

    RGB(0,0,0) #000000

    RGB(8,8,8) #080808

    RGB(16,16,16) #101010

    RGB(24,24,24) #181818

    RGB(32,32,32) #202020

    RGB(40,40,40) #282828

    RGB(48,48,48) #303030

    RGB(56,56,56) #383838

    RGB(64,64,64) #404040

    RGB(72,72,72) #484848

    RGB(80,80,80) #505050

    RGB(88,88,88) #585858

    RGB(96,96,96) #606060

    RGB(104,104,104) #686868

    RGB(112,112,112) #707070

    RGB(120,120,120) #787878

    RGB(128,128,128) #808080

    RGB(136,136,136) #888888

    RGB(144,144,144) #909090

    RGB(152,152,152) #989898

    RGB(160,160,160) #A0A0A0

    RGB(168,168,168) #A8A8A8RGB(176,176,176) #B0B0B0

    http://www.w3schools.com/html/html_colorsmore.asp?color=72http://www.w3schools.com/html/html_colorsmore.asp?color=72http://www.w3schools.com/html/html_colorsmore.asp?color=72http://www.w3schools.com/html/html_colorsmore.asp?color=80http://www.w3schools.com/html/html_colorsmore.asp?color=80http://www.w3schools.com/html/html_colorsmore.asp?color=80http://www.w3schools.com/html/html_colorsmore.asp?color=88http://www.w3schools.com/html/html_colorsmore.asp?color=88http://www.w3schools.com/html/html_colorsmore.asp?color=88http://www.w3schools.com/html/html_colorsmore.asp?color=96http://www.w3schools.com/html/html_colorsmore.asp?color=96http://www.w3schools.com/html/html_colorsmore.asp?color=96http://www.w3schools.com/html/html_colorsmore.asp?color=104http://www.w3schools.com/html/html_colorsmore.asp?color=104http://www.w3schools.com/html/html_colorsmore.asp?color=104http://www.w3schools.com/html/html_colorsmore.asp?color=104http://www.w3schools.com/html/html_colorsmore.asp?color=112http://www.w3schools.com/html/html_colorsmore.asp?color=112http://www.w3schools.com/html/html_colorsmore.asp?color=112http://www.w3schools.com/html/html_colorsmore.asp?color=112http://www.w3schools.com/html/html_colorsmore.asp?color=120http://www.w3schools.com/html/html_colorsmore.asp?color=120http://www.w3schools.com/html/html_colorsmore.asp?color=120http://www.w3schools.com/html/html_colorsmore.asp?color=120http://www.w3schools.com/html/html_colorsmore.asp?color=128http://www.w3schools.com/html/html_colorsmore.asp?color=128http://www.w3schools.com/html/html_colorsmore.asp?color=128http://www.w3schools.com/html/html_colorsmore.asp?color=128http://www.w3schools.com/html/html_colorsmore.asp?color=136http://www.w3schools.com/html/html_colorsmore.asp?color=136http://www.w3schools.com/html/html_colorsmore.asp?color=136http://www.w3schools.com/html/html_colorsmore.asp?color=136http://www.w3schools.com/html/html_colorsmore.asp?color=144http://www.w3schools.com/html/html_colorsmore.asp?color=144http://www.w3schools.com/html/html_colorsmore.asp?color=144http://www.w3schools.com/html/html_colorsmore.asp?color=144http://www.w3schools.com/html/html_colorsmore.asp?color=152http://www.w3schools.com/html/html_colorsmore.asp?color=152http://www.w3schools.com/html/html_colorsmore.asp?color=152http://www.w3schools.com/html/html_colorsmore.asp?color=152http://www.w3schools.com/html/html_colorsmore.asp?color=160http://www.w3schools.com/html/html_colorsmore.asp?color=160http://www.w3schools.com/html/html_colorsmore.asp?color=160http://www.w3schools.com/html/html_colorsmore.asp?color=168http://www.w3schools.com/html/html_colorsmore.asp?color=168http://www.w3schools.com/html/html_colorsmore.asp?color=168http://www.w3schools.com/html/html_colorsmore.asp?color=176http://www.w3schools.com/html/html_colorsmore.asp?color=176http://www.w3schools.com/html/html_colorsmore.asp?color=176http://www.w3schools.com/html/html_colorsmore.asp?color=184http://www.w3schools.com/html/html_colorsmore.asp?color=184http://www.w3schools.com/html/html_colorsmore.asp?color=184http://www.w3schools.com/html/html_colorsmore.asp?color=192http://www.w3schools.com/html/html_colorsmore.asp?color=192http://www.w3schools.com/html/html_colorsmore.asp?color=192http://www.w3schools.com/html/html_colorsmore.asp?color=200http://www.w3schools.com/html/html_colorsmore.asp?color=200http://www.w3schools.com/html/html_colorsmore.asp?color=200http://www.w3schools.com/html/html_colorsmore.asp?color=208http://www.w3schools.com/html/html_colorsmore.asp?color=208http://www.w3schools.com/html/html_colorsmore.asp?color=208http://www.w3schools.com/html/html_colorsmore.asp?color=216http://www.w3schools.com/html/html_colorsmore.asp?color=216http://www.w3schools.com/html/html_colorsmore.asp?color=216http://www.w3schools.com/html/html_colorsmore.asp?color=224http://www.w3schools.com/html/html_colorsmore.asp?color=224http://www.w3schools.com/html/html_colorsmore.asp?color=224http://www.w3schools.com/html/html_colorsmore.asp?color=224http://www.w3schools.com/html/html_colorsmore.asp?color=232http://www.w3schools.com/html/html_colorsmore.asp?color=232http://www.w3schools.com/html/html_colorsmore.asp?color=232http://www.w3schools.com/html/html_colorsmore.asp?color=232http://www.w3schools.com/html/html_colorsmore.asp?color=240http://www.w3schools.com/html/html_colorsmore.asp?color=240http://www.w3schools.com/html/html_colorsmore.asp?color=240http://www.w3schools.com/html/html_colorsmore.asp?color=248http://www.w3schools.com/html/html_colorsmore.asp?color=248http://www.w3schools.com/html/html_colorsmore.asp?color=248http://www.w3schools.com/html/html_colorsmore.asp?color=255http://www.w3schools.com/html/html_colorsmore.asp?color=255http://www.w3schools.com/html/html_colorsmore.asp?color=255http://www.w3schools.com/html/html_colorsmore.asp?color=255http://www.w3schools.com/html/html_colorsmore.asp?color=72http://www.w3schools.com/html/html_colorsmore.asp?color=72http://www.w3schools.com/html/html_colorsmore.asp?color=80http://www.w3schools.com/html/html_colorsmore.asp?color=80http://www.w3schools.com/html/html_colorsmore.asp?color=88http://www.w3schools.com/html/html_colorsmore.asp?color=88http://www.w3schools.com/html/html_colorsmore.asp?color=96http://www.w3schools.com/html/html_colorsmore.asp?color=96http://www.w3schools.com/html/html_colorsmore.asp?color=104http://www.w3schools.com/html/html_colorsmore.asp?color=104http://www.w3schools.com/html/html_colorsmore.asp?color=112http://www.w3schools.com/html/html_colorsmore.asp?color=112http://www.w3schools.com/html/html_colorsmore.asp?color=120http://www.w3schools.com/html/html_colorsmore.asp?color=120http://www.w3schools.com/html/html_colorsmore.asp?color=128http://www.w3schools.com/html/html_colorsmore.asp?color=128http://www.w3schools.com/html/html_colorsmore.asp?color=136http://www.w3schools.com/html/html_colorsmore.asp?color=136http://www.w3schools.com/html/html_colorsmore.asp?color=144http://www.w3schools.com/html/html_colorsmore.asp?color=144http://www.w3schools.com/html/html_colorsmore.asp?color=152http://www.w3schools.com/html/html_colorsmore.asp?color=152http://www.w3schools.com/html/html_colorsmore.asp?color=160http://www.w3schools.com/html/html_colorsmore.asp?color=160http://www.w3schools.com/html/html_colorsmore.asp?color=168http://www.w3schools.com/html/html_colorsmore.asp?color=168http://www.w3schools.com/html/html_colorsmore.asp?color=176http://www.w3schools.com/html/html_colorsmore.asp?color=176http://www.w3schools.com/html/html_colorsmore.asp?color=184http://www.w3schools.com/html/html_colorsmore.asp?color=184http://www.w3schools.com/html/html_colorsmore.asp?color=192http://www.w3schools.com/html/html_colorsmore.asp?color=192http://www.w3schools.com/html/html_colorsmore.asp?color=200http://www.w3schools.com/html/html_colorsmore.asp?color=200http://www.w3schools.com/html/html_colorsmore.asp?color=208http://www.w3schools.com/html/html_colorsmore.asp?color=208http://www.w3schools.com/html/html_colorsmore.asp?color=216http://www.w3schools.com/html/html_colorsmore.asp?color=216http://www.w3schools.com/html/html_colorsmore.asp?color=224http://www.w3schools.com/html/html_colorsmore.asp?color=224http://www.w3schools.com/html/html_colorsmore.asp?color=232http://www.w3schools.com/html/html_colorsmore.asp?color=232http://www.w3schools.com/html/html_colorsmore.asp?color=240http://www.w3schools.com/html/html_colorsmore.asp?color=240http://www.w3schools.com/html/html_colorsmore.asp?color=248http://www.w3schools.com/html/html_colorsmore.asp?color=248http://www.w3schools.com/html/html_colorsmore.asp?color=255http://www.w3schools.com/html/html_colorsmore.asp?color=255
  • 7/29/2019 Diccionario CSS

    14/17

    RGB(184,184,184) #B8B8B8

    RGB(192,192,192) #C0C0C0

    RGB(200,200,200) #C8C8C8

    RGB(208,208,208) #D0D0D0

    RGB(216,216,216) #D8D8D8

    RGB(224,224,224) #E0E0E0

    RGB(232,232,232) #E8E8E8

    RGB(240,240,240) #F0F0F0

    RGB(248,248,248) #F8F8F8

    RGB(255,255,255) #FFFFFF

    On this page you will find a table of color names that are supported by most browsers.

    Note: Only 16 color names are supported by the W3C CSS standard (aqua, black, blue, fuchsia, gray, green,lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow). For all other colors you should use the

    Color HEX value.

    Click on a color name, or a hex value, to see the color as the background color along with different text colors.

    Color Name Color HEX Color

    AliceBlue #F0F8FF

    AntiqueWhite #FAEBD7

    Aqua #00FFFF

    Aquamarine #7FFFD4

    Azure #F0FFFF

    Beige #F5F5DC

    Bisque #FFE4C4

    Black #000000

    BlanchedAlmond #FFEBCD

    Blue #0000FF

    BlueViolet #8A2BE2

    Brown #A52A2A

    BurlyWood #DEB887

    CadetBlue #5F9EA0

    Chartreuse #7FFF00

    Chocolate #D2691E

    Coral #FF7F50

    CornflowerBlue #6495ED

    Cornsilk #FFF8DC Crimson #DC143C

    Cyan #00FFFF

    DarkBlue #00008B

    DarkCyan #008B8B

    DarkGoldenRod #B8860B

    DarkGray #A9A9A9

    DarkGreen #006400

    DarkKhaki #BDB76B

    DarkMagenta #8B008B

    DarkOliveGreen #556B2F

    Darkorange #FF8C00

    DarkOrchid #9932CC

    DarkRed #8B0000

    http://www.w3schools.com/html/ref_color_tryit.asp?color=AliceBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F0F8FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=AntiqueWhitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FAEBD7http://www.w3schools.com/html/ref_color_tryit.asp?color=Aquahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Aquamarinehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=7FFFD4http://www.w3schools.com/html/ref_color_tryit.asp?color=Azurehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F0FFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Beigehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F5F5DChttp://www.w3schools.com/html/ref_color_tryit.asp?color=Bisquehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFE4C4http://www.w3schools.com/html/ref_color_tryit.asp?color=Blackhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Blackhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=000000http://www.w3schools.com/html/ref_color_tryit.asp?color=BlanchedAlmondhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFEBCDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Bluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=0000FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=BlueViolethttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8A2BE2http://www.w3schools.com/html/ref_color_tryit.asp?color=Brownhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=A52A2Ahttp://www.w3schools.com/html/ref_color_tryit.asp?color=BurlyWoodhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DEB887http://www.w3schools.com/html/ref_color_tryit.asp?color=CadetBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=5F9EA0http://www.w3schools.com/html/ref_color_tryit.asp?color=Chartreusehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=7FFF00http://www.w3schools.com/html/ref_color_tryit.asp?color=Chocolatehttp://www.w3schools.com/html/ref_color_tryit.asp?color=Chocolatehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D2691Ehttp://www.w3schools.com/html/ref_color_tryit.asp?color=Coralhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF7F50http://www.w3schools.com/html/ref_color_tryit.asp?color=CornflowerBluehttp://www.w3schools.com/html/ref_color_tryit.asp?color=CornflowerBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=6495EDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Cornsilkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFF8DChttp://www.w3schools.com/html/ref_color_tryit.asp?color=Crimsonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DC143Chttp://www.w3schools.com/html/ref_color_tryit.asp?color=Cyanhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkBluehttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00008Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkCyanhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkCyanhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=008B8Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkGoldenRodhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=B8860Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=A9A9A9http://www.w3schools.com/html/ref_color_tryit.asp?color=DarkGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=006400http://www.w3schools.com/html/ref_color_tryit.asp?color=DarkKhakihttp://www.w3schools.com/html/ref_color_tryit.asp?hex=BDB76Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkMagentahttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkMagentahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8B008Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkOliveGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=556B2Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Darkorangehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF8C00http://www.w3schools.com/html/ref_color_tryit.asp?color=DarkOrchidhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=9932CChttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8B0000http://www.w3schools.com/html/ref_color_tryit.asp?color=AliceBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F0F8FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=AntiqueWhitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FAEBD7http://www.w3schools.com/html/ref_color_tryit.asp?color=Aquahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Aquamarinehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=7FFFD4http://www.w3schools.com/html/ref_color_tryit.asp?color=Azurehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F0FFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Beigehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F5F5DChttp://www.w3schools.com/html/ref_color_tryit.asp?color=Bisquehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFE4C4http://www.w3schools.com/html/ref_color_tryit.asp?color=Blackhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=000000http://www.w3schools.com/html/ref_color_tryit.asp?color=BlanchedAlmondhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFEBCDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Bluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=0000FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=BlueViolethttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8A2BE2http://www.w3schools.com/html/ref_color_tryit.asp?color=Brownhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=A52A2Ahttp://www.w3schools.com/html/ref_color_tryit.asp?color=BurlyWoodhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DEB887http://www.w3schools.com/html/ref_color_tryit.asp?color=CadetBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=5F9EA0http://www.w3schools.com/html/ref_color_tryit.asp?color=Chartreusehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=7FFF00http://www.w3schools.com/html/ref_color_tryit.asp?color=Chocolatehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D2691Ehttp://www.w3schools.com/html/ref_color_tryit.asp?color=Coralhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF7F50http://www.w3schools.com/html/ref_color_tryit.asp?color=CornflowerBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=6495EDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Cornsilkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFF8DChttp://www.w3schools.com/html/ref_color_tryit.asp?color=Crimsonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DC143Chttp://www.w3schools.com/html/ref_color_tryit.asp?color=Cyanhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00008Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkCyanhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=008B8Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkGoldenRodhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=B8860Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=A9A9A9http://www.w3schools.com/html/ref_color_tryit.asp?color=DarkGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=006400http://www.w3schools.com/html/ref_color_tryit.asp?color=DarkKhakihttp://www.w3schools.com/html/ref_color_tryit.asp?hex=BDB76Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkMagentahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8B008Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkOliveGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=556B2Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Darkorangehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF8C00http://www.w3schools.com/html/ref_color_tryit.asp?color=DarkOrchidhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=9932CChttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8B0000
  • 7/29/2019 Diccionario CSS

    15/17

    DarkSalmon #E9967A

    DarkSeaGreen #8FBC8F

    DarkSlateBlue #483D8B

    DarkSlateGray #2F4F4F

    DarkTurquoise #00CED1

    DarkViolet #9400D3

    DeepPink #FF1493

    DeepSkyBlue #00BFFF

    DimGray #696969

    DodgerBlue #1E90FF

    Feldspar #D19275

    FireBrick #B22222

    FloralWhite #FFFAF0

    ForestGreen #228B22

    Fuchsia #FF00FF

    Gainsboro #DCDCDC

    GhostWhite #F8F8FF

    Gold #FFD700

    GoldenRod #DAA520

    Gray #808080

    Green #008000

    GreenYellow #ADFF2F

    HoneyDew #F0FFF0

    HotPink #FF69B4

    IndianRed #CD5C5C

    Indigo #4B0082

    Ivory #FFFFF0

    Khaki #F0E68C

    Lavender #E6E6FA LavenderBlush #FFF0F5

    LawnGreen #7CFC00

    LemonChiffon #FFFACD

    LightBlue #ADD8E6

    LightCoral #F08080

    LightCyan #E0FFFF

    LightGoldenRodYellow #FAFAD2

    LightGrey #D3D3D3

    LightGreen #90EE90

    LightPink #FFB6C1

    LightSalmon #FFA07A

    LightSeaGreen #20B2AA

    LightSkyBlue #87CEFA

    LightSlateBlue #8470FF

    LightSlateGray #778899

    LightSteelBlue #B0C4DE

    LightYellow #FFFFE0

    Lime #00FF00

    LimeGreen #32CD32

    Linen #FAF0E6

    Magenta #FF00FF

    Maroon #800000

    MediumAquaMarine #66CDAA MediumBlue #0000CD

    http://www.w3schools.com/html/ref_color_tryit.asp?color=DarkSalmonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=E9967Ahttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkSeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8FBC8Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkSlateBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=483D8Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkSlateGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=2F4F4Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkTurquoisehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00CED1http://www.w3schools.com/html/ref_color_tryit.asp?color=DarkViolethttp://www.w3schools.com/html/ref_color_tryit.asp?hex=9400D3http://www.w3schools.com/html/ref_color_tryit.asp?color=DeepPinkhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DeepPinkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF1493http://www.w3schools.com/html/ref_color_tryit.asp?color=DeepSkyBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00BFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DimGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=696969http://www.w3schools.com/html/ref_color_tryit.asp?color=DodgerBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=1E90FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Feldsparhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D19275http://www.w3schools.com/html/ref_color_tryit.asp?color=FireBrickhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=B22222http://www.w3schools.com/html/ref_color_tryit.asp?color=FloralWhitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFAF0http://www.w3schools.com/html/ref_color_tryit.asp?color=ForestGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=228B22http://www.w3schools.com/html/ref_color_tryit.asp?color=Fuchsiahttp://www.w3schools.com/html/ref_color_tryit.asp?color=Fuchsiahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF00FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Gainsborohttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DCDCDChttp://www.w3schools.com/html/ref_color_tryit.asp?color=GhostWhitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F8F8FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Goldhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFD700http://www.w3schools.com/html/ref_color_tryit.asp?color=GoldenRodhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DAA520http://www.w3schools.com/html/ref_color_tryit.asp?color=Grayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=808080http://www.w3schools.com/html/ref_color_tryit.asp?color=Greenhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Greenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=008000http://www.w3schools.com/html/ref_color_tryit.asp?color=GreenYellowhttp://www.w3schools.com/html/ref_color_tryit.asp?color=GreenYellowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=ADFF2Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=HoneyDewhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F0FFF0http://www.w3schools.com/html/ref_color_tryit.asp?color=HotPinkhttp://www.w3schools.com/html/ref_color_tryit.asp?color=HotPinkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF69B4http://www.w3schools.com/html/ref_color_tryit.asp?color=IndianRed%20http://www.w3schools.com/html/ref_color_tryit.asp?hex=CD5C5Chttp://www.w3schools.com/html/ref_color_tryit.asp?color=Indigo%20%20http://www.w3schools.com/html/ref_color_tryit.asp?hex=4B0082http://www.w3schools.com/html/ref_color_tryit.asp?color=Ivoryhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFFF0http://www.w3schools.com/html/ref_color_tryit.asp?color=Khakihttp://www.w3schools.com/html/ref_color_tryit.asp?color=Khakihttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F0E68Chttp://www.w3schools.com/html/ref_color_tryit.asp?color=Lavenderhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=E6E6FAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LavenderBlushhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFF0F5http://www.w3schools.com/html/ref_color_tryit.asp?color=LawnGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LawnGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=7CFC00http://www.w3schools.com/html/ref_color_tryit.asp?color=LemonChiffonhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LemonChiffonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFACDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=ADD8E6http://www.w3schools.com/html/ref_color_tryit.asp?color=LightCoralhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F08080http://www.w3schools.com/html/ref_color_tryit.asp?color=LightCyanhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=E0FFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightGoldenRodYellowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FAFAD2http://www.w3schools.com/html/ref_color_tryit.asp?color=LightGreyhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D3D3D3http://www.w3schools.com/html/ref_color_tryit.asp?color=LightGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=90EE90http://www.w3schools.com/html/ref_color_tryit.asp?color=LightPinkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFB6C1http://www.w3schools.com/html/ref_color_tryit.asp?color=LightSalmonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFA07Ahttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightSeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightSeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=20B2AAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightSkyBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=87CEFAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightSlateBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8470FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightSlateGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=778899http://www.w3schools.com/html/ref_color_tryit.asp?color=LightSteelBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=B0C4DEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightYellowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFFE0http://www.w3schools.com/html/ref_color_tryit.asp?color=Limehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FF00http://www.w3schools.com/html/ref_color_tryit.asp?color=LimeGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=32CD32http://www.w3schools.com/html/ref_color_tryit.asp?color=Linenhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Linenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FAF0E6http://www.w3schools.com/html/ref_color_tryit.asp?color=Magentahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF00FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Maroonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=800000http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumAquaMarinehttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumAquaMarinehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=66CDAAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=0000CDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkSalmonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=E9967Ahttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkSeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8FBC8Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkSlateBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=483D8Bhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkSlateGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=2F4F4Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DarkTurquoisehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00CED1http://www.w3schools.com/html/ref_color_tryit.asp?color=DarkViolethttp://www.w3schools.com/html/ref_color_tryit.asp?hex=9400D3http://www.w3schools.com/html/ref_color_tryit.asp?color=DeepPinkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF1493http://www.w3schools.com/html/ref_color_tryit.asp?color=DeepSkyBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00BFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=DimGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=696969http://www.w3schools.com/html/ref_color_tryit.asp?color=DodgerBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=1E90FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Feldsparhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D19275http://www.w3schools.com/html/ref_color_tryit.asp?color=FireBrickhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=B22222http://www.w3schools.com/html/ref_color_tryit.asp?color=FloralWhitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFAF0http://www.w3schools.com/html/ref_color_tryit.asp?color=ForestGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=228B22http://www.w3schools.com/html/ref_color_tryit.asp?color=Fuchsiahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF00FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Gainsborohttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DCDCDChttp://www.w3schools.com/html/ref_color_tryit.asp?color=GhostWhitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F8F8FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Goldhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFD700http://www.w3schools.com/html/ref_color_tryit.asp?color=GoldenRodhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DAA520http://www.w3schools.com/html/ref_color_tryit.asp?color=Grayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=808080http://www.w3schools.com/html/ref_color_tryit.asp?color=Greenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=008000http://www.w3schools.com/html/ref_color_tryit.asp?color=GreenYellowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=ADFF2Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=HoneyDewhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F0FFF0http://www.w3schools.com/html/ref_color_tryit.asp?color=HotPinkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF69B4http://www.w3schools.com/html/ref_color_tryit.asp?color=IndianRed%20http://www.w3schools.com/html/ref_color_tryit.asp?hex=CD5C5Chttp://www.w3schools.com/html/ref_color_tryit.asp?color=Indigo%20%20http://www.w3schools.com/html/ref_color_tryit.asp?hex=4B0082http://www.w3schools.com/html/ref_color_tryit.asp?color=Ivoryhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFFF0http://www.w3schools.com/html/ref_color_tryit.asp?color=Khakihttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F0E68Chttp://www.w3schools.com/html/ref_color_tryit.asp?color=Lavenderhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=E6E6FAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LavenderBlushhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFF0F5http://www.w3schools.com/html/ref_color_tryit.asp?color=LawnGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=7CFC00http://www.w3schools.com/html/ref_color_tryit.asp?color=LemonChiffonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFACDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=ADD8E6http://www.w3schools.com/html/ref_color_tryit.asp?color=LightCoralhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F08080http://www.w3schools.com/html/ref_color_tryit.asp?color=LightCyanhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=E0FFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightGoldenRodYellowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FAFAD2http://www.w3schools.com/html/ref_color_tryit.asp?color=LightGreyhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D3D3D3http://www.w3schools.com/html/ref_color_tryit.asp?color=LightGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=90EE90http://www.w3schools.com/html/ref_color_tryit.asp?color=LightPinkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFB6C1http://www.w3schools.com/html/ref_color_tryit.asp?color=LightSalmonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFA07Ahttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightSeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=20B2AAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightSkyBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=87CEFAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightSlateBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8470FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightSlateGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=778899http://www.w3schools.com/html/ref_color_tryit.asp?color=LightSteelBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=B0C4DEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=LightYellowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFFE0http://www.w3schools.com/html/ref_color_tryit.asp?color=Limehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FF00http://www.w3schools.com/html/ref_color_tryit.asp?color=LimeGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=32CD32http://www.w3schools.com/html/ref_color_tryit.asp?color=Linenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FAF0E6http://www.w3schools.com/html/ref_color_tryit.asp?color=Magentahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF00FFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Maroonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=800000http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumAquaMarinehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=66CDAAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=0000CD
  • 7/29/2019 Diccionario CSS

    16/17

    MediumOrchid #BA55D3

    MediumPurple #9370D8

    MediumSeaGreen #3CB371

    MediumSlateBlue #7B68EE

    MediumSpringGreen #00FA9A

    MediumTurquoise #48D1CC

    MediumVioletRed #C71585

    MidnightBlue #191970

    MintCream #F5FFFA

    MistyRose #FFE4E1

    Moccasin #FFE4B5

    NavajoWhite #FFDEAD

    Navy #000080

    OldLace #FDF5E6

    Olive #808000

    OliveDrab #6B8E23

    Orange #FFA500

    OrangeRed #FF4500

    Orchid #DA70D6

    PaleGoldenRod #EEE8AA

    PaleGreen #98FB98

    PaleTurquoise #AFEEEE

    PaleVioletRed #D87093

    PapayaWhip #FFEFD5

    PeachPuff #FFDAB9

    Peru #CD853F

    Pink #FFC0CB

    Plum #DDA0DD

    PowderBlue #B0E0E6 Purple #800080

    Red #FF0000

    RosyBrown #BC8F8F

    RoyalBlue #4169E1

    SaddleBrown #8B4513

    Salmon #FA8072

    SandyBrown #F4A460

    SeaGreen #2E8B57

    SeaShell #FFF5EE

    Sienna #A0522D

    Silver #C0C0C0

    SkyBlue #87CEEB

    SlateBlue #6A5ACD

    SlateGray #708090

    Snow #FFFAFA

    SpringGreen #00FF7F

    SteelBlue #4682B4

    Tan #D2B48C

    Teal #008080

    Thistle #D8BFD8

    Tomato #FF6347

    Turquoise #40E0D0

    Violet #EE82EE VioletRed #D02090

    http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumOrchidhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=BA55D3http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumPurplehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=9370D8http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumSeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=3CB371http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumSlateBluehttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumSlateBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=7B68EEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumSpringGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FA9Ahttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumTurquoisehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=48D1CChttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumVioletRedhttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumVioletRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=C71585http://www.w3schools.com/html/ref_color_tryit.asp?color=MidnightBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=191970http://www.w3schools.com/html/ref_color_tryit.asp?color=MintCreamhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F5FFFAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=MistyRosehttp://www.w3schools.com/html/ref_color_tryit.asp?color=MistyRosehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFE4E1http://www.w3schools.com/html/ref_color_tryit.asp?color=Moccasinhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFE4B5http://www.w3schools.com/html/ref_color_tryit.asp?color=NavajoWhitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFDEADhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Navyhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=000080http://www.w3schools.com/html/ref_color_tryit.asp?color=OldLacehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FDF5E6http://www.w3schools.com/html/ref_color_tryit.asp?color=Olivehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=808000http://www.w3schools.com/html/ref_color_tryit.asp?color=OliveDrabhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=6B8E23http://www.w3schools.com/html/ref_color_tryit.asp?color=Orangehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFA500http://www.w3schools.com/html/ref_color_tryit.asp?color=OrangeRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF4500http://www.w3schools.com/html/ref_color_tryit.asp?color=Orchidhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Orchidhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DA70D6http://www.w3schools.com/html/ref_color_tryit.asp?color=PaleGoldenRodhttp://www.w3schools.com/html/ref_color_tryit.asp?color=PaleGoldenRodhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=EEE8AAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=PaleGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=98FB98http://www.w3schools.com/html/ref_color_tryit.asp?color=PaleTurquoisehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=AFEEEEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=PaleVioletRedhttp://www.w3schools.com/html/ref_color_tryit.asp?color=PaleVioletRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D87093http://www.w3schools.com/html/ref_color_tryit.asp?color=PapayaWhiphttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFEFD5http://www.w3schools.com/html/ref_color_tryit.asp?color=PeachPuffhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFDAB9http://www.w3schools.com/html/ref_color_tryit.asp?color=Peruhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=CD853Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Pinkhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Pinkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFC0CBhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Plumhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DDA0DDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=PowderBluehttp://www.w3schools.com/html/ref_color_tryit.asp?color=PowderBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=B0E0E6http://www.w3schools.com/html/ref_color_tryit.asp?color=Purplehttp://www.w3schools.com/html/ref_color_tryit.asp?color=Purplehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=800080http://www.w3schools.com/html/ref_color_tryit.asp?color=Redhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF0000http://www.w3schools.com/html/ref_color_tryit.asp?color=RosyBrownhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=BC8F8Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=RoyalBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=4169E1http://www.w3schools.com/html/ref_color_tryit.asp?color=SaddleBrownhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SaddleBrownhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8B4513http://www.w3schools.com/html/ref_color_tryit.asp?color=Salmonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FA8072http://www.w3schools.com/html/ref_color_tryit.asp?color=SandyBrownhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F4A460http://www.w3schools.com/html/ref_color_tryit.asp?color=SeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=2E8B57http://www.w3schools.com/html/ref_color_tryit.asp?color=SeaShellhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SeaShellhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFF5EEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Siennahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=A0522Dhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Silverhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=C0C0C0http://www.w3schools.com/html/ref_color_tryit.asp?color=SkyBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=87CEEBhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SlateBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=6A5ACDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SlateGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=708090http://www.w3schools.com/html/ref_color_tryit.asp?color=Snowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFAFAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SpringGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FF7Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SteelBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=4682B4http://www.w3schools.com/html/ref_color_tryit.asp?color=Tanhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Tanhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D2B48Chttp://www.w3schools.com/html/ref_color_tryit.asp?color=Tealhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Tealhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=008080http://www.w3schools.com/html/ref_color_tryit.asp?color=Thistlehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D8BFD8http://www.w3schools.com/html/ref_color_tryit.asp?color=Tomatohttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF6347http://www.w3schools.com/html/ref_color_tryit.asp?color=Turquoisehttp://www.w3schools.com/html/ref_color_tryit.asp?color=Turquoisehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=40E0D0http://www.w3schools.com/html/ref_color_tryit.asp?color=Violethttp://www.w3schools.com/html/ref_color_tryit.asp?hex=EE82EEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=VioletRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D02090http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumOrchidhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=BA55D3http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumPurplehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=9370D8http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumSeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=3CB371http://www.w3schools.com/html/ref_color_tryit.asp?color=MediumSlateBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=7B68EEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumSpringGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FA9Ahttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumTurquoisehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=48D1CChttp://www.w3schools.com/html/ref_color_tryit.asp?color=MediumVioletRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=C71585http://www.w3schools.com/html/ref_color_tryit.asp?color=MidnightBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=191970http://www.w3schools.com/html/ref_color_tryit.asp?color=MintCreamhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F5FFFAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=MistyRosehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFE4E1http://www.w3schools.com/html/ref_color_tryit.asp?color=Moccasinhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFE4B5http://www.w3schools.com/html/ref_color_tryit.asp?color=NavajoWhitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFDEADhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Navyhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=000080http://www.w3schools.com/html/ref_color_tryit.asp?color=OldLacehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FDF5E6http://www.w3schools.com/html/ref_color_tryit.asp?color=Olivehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=808000http://www.w3schools.com/html/ref_color_tryit.asp?color=OliveDrabhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=6B8E23http://www.w3schools.com/html/ref_color_tryit.asp?color=Orangehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFA500http://www.w3schools.com/html/ref_color_tryit.asp?color=OrangeRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF4500http://www.w3schools.com/html/ref_color_tryit.asp?color=Orchidhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DA70D6http://www.w3schools.com/html/ref_color_tryit.asp?color=PaleGoldenRodhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=EEE8AAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=PaleGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=98FB98http://www.w3schools.com/html/ref_color_tryit.asp?color=PaleTurquoisehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=AFEEEEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=PaleVioletRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D87093http://www.w3schools.com/html/ref_color_tryit.asp?color=PapayaWhiphttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFEFD5http://www.w3schools.com/html/ref_color_tryit.asp?color=PeachPuffhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFDAB9http://www.w3schools.com/html/ref_color_tryit.asp?color=Peruhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=CD853Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Pinkhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFC0CBhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Plumhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=DDA0DDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=PowderBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=B0E0E6http://www.w3schools.com/html/ref_color_tryit.asp?color=Purplehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=800080http://www.w3schools.com/html/ref_color_tryit.asp?color=Redhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF0000http://www.w3schools.com/html/ref_color_tryit.asp?color=RosyBrownhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=BC8F8Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=RoyalBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=4169E1http://www.w3schools.com/html/ref_color_tryit.asp?color=SaddleBrownhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=8B4513http://www.w3schools.com/html/ref_color_tryit.asp?color=Salmonhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FA8072http://www.w3schools.com/html/ref_color_tryit.asp?color=SandyBrownhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F4A460http://www.w3schools.com/html/ref_color_tryit.asp?color=SeaGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=2E8B57http://www.w3schools.com/html/ref_color_tryit.asp?color=SeaShellhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFF5EEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Siennahttp://www.w3schools.com/html/ref_color_tryit.asp?hex=A0522Dhttp://www.w3schools.com/html/ref_color_tryit.asp?color=Silverhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=C0C0C0http://www.w3schools.com/html/ref_color_tryit.asp?color=SkyBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=87CEEBhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SlateBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=6A5ACDhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SlateGrayhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=708090http://www.w3schools.com/html/ref_color_tryit.asp?color=Snowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFAFAhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SpringGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=00FF7Fhttp://www.w3schools.com/html/ref_color_tryit.asp?color=SteelBluehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=4682B4http://www.w3schools.com/html/ref_color_tryit.asp?color=Tanhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D2B48Chttp://www.w3schools.com/html/ref_color_tryit.asp?color=Tealhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=008080http://www.w3schools.com/html/ref_color_tryit.asp?color=Thistlehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D8BFD8http://www.w3schools.com/html/ref_color_tryit.asp?color=Tomatohttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FF6347http://www.w3schools.com/html/ref_color_tryit.asp?color=Turquoisehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=40E0D0http://www.w3schools.com/html/ref_color_tryit.asp?color=Violethttp://www.w3schools.com/html/ref_color_tryit.asp?hex=EE82EEhttp://www.w3schools.com/html/ref_color_tryit.asp?color=VioletRedhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=D02090
  • 7/29/2019 Diccionario CSS

    17/17

    Wheat #F5DEB3

    White #FFFFFF

    WhiteSmoke #F5F5F5

    Yellow #FFFF00

    YellowGreen #9ACD32

    http://www.w3schools.com/html/ref_color_tryit.asp?color=Wheathttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F5DEB3http://www.w3schools.com/html/ref_color_tryit.asp?color=Whitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=WhiteSmokehttp://www.w3schools.com/html/ref_color_tryit.asp?color=WhiteSmokehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F5F5F5http://www.w3schools.com/html/ref_color_tryit.asp?color=Yellowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFF00http://www.w3schools.com/html/ref_color_tryit.asp?color=YellowGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?color=YellowGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=9ACD32http://www.w3schools.com/html/ref_color_tryit.asp?color=Wheathttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F5DEB3http://www.w3schools.com/html/ref_color_tryit.asp?color=Whitehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFFFFhttp://www.w3schools.com/html/ref_color_tryit.asp?color=WhiteSmokehttp://www.w3schools.com/html/ref_color_tryit.asp?hex=F5F5F5http://www.w3schools.com/html/ref_color_tryit.asp?color=Yellowhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=FFFF00http://www.w3schools.com/html/ref_color_tryit.asp?color=YellowGreenhttp://www.w3schools.com/html/ref_color_tryit.asp?hex=9ACD32