CSS Outline-Color Property

CSS 1

CSS 2

CSS 3

No Yes Yes

Description

Specifies the color of the outline of the element.

Syntax

outline-color: [value];

Possible values

  • [color]
  • invert
  • inherit

Initial Value

Invert

Applies To

All elements

Inherited

No

Media

Visual, Interactive

Example

p {outline-color: blue;}


View All CSS Properties