User-Interface Color Keywords : color « Style Basics « HTML / CSS

HTML / CSS
1. Background Attributes
2. Basic Attributes
3. Basic Tags
4. Box Model
5. CSS Attributes and Javascript Style Properties
6. CSS Controls
7. Form Attributes
8. Form Style
9. Form Tags
10. Frame Attributes
11. Frame Tags
12. HTML
13. IE Firefox
14. Images
15. Layout
16. Layout Attributes
17. Link Attributes
18. Link Tags
19. List Attributes
20. List Style
21. List Tags
22. Marquee Attributes
23. Meta Tags
24. Microsoft Attributes
25. Object Attributes
26. Object Tags
27. Reference
28. Style Basics
29. Styles Tags
30. Table Attributes
31. Table Style
32. Table Tags
33. Text
34. Text Attributes
35. Text Tags
36. XML
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
HTML / CSS » Style Basics » color 
User-Interface Color Keywords
 

Color Keyword             Description

ActiveBorder              Border of the active window.

ActiveCaption             Caption of the active window.

AppWorkspace              Background color of multiple document interface.

Background                Desktop background.

ButtonFace                Face color of three-dimensional display elements.

ButtonHighlight           Dark shadow for three-dimensional display elements (for edges facing away from the light source).

ButtonShadow              Shadow color for three-dimensional display elements.

ButtonText                Text on push buttons.

CaptionText               Text in caption, size box, and scrollbar arrow box.

GrayText                  Grayed (disabledtext. This color is set to #000 if the current display driver does not support a solid gray color.

Highlight                 Item(sselected in a control.

HighlightText             Text of item(sselected in a control.

InactiveBorder            Inactive window border.

InactiveCaption           Inactive window caption.

InactiveCaptionText       Color of text in an inactive caption.

InfoBackground            Background color for tooltip controls.

InfoText                  Text color for tooltip controls.

Menu                      Menu background.

MenuText                  Text in menus.

Scrollbar                 Scrollbar gray area.

ThreeDDarkShadow          Dark shadow for three-dimensional display elements.

ThreeDFace                Face color for three-dimensional display elements.

ThreeDHighlight           Highlight color for three-dimensional display elements.

ThreeDLightShadow         Light color for three-dimensional display elements (for edges facing the light source).

ThreeDShadow              Dark shadow for three-dimensional display elements.

Window                    Window background.

WindowFrame               Window frame.

WindowText                Text in windows.

 
Related examples in the same category
1. Colors
2. Hexadecimal Colors
3. background: lightblue
4. RGB Colors
5. RGB Colors with percentage
6. color: #333333
7. color: blue;
8. color:red
9. color:black; assigns the constant value black to the color property.
10. Use #fff for #ffffff
11. Change color with Javascript
12. CSS Color Chart
13. Browser-Safe Color Chart
14. The Sixteen Basic Colors
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.