Difference between revisions of "HTML:ColourCodes"

From mi-linux
Jump to navigationJump to search
Line 2: Line 2:
 
==Hex Colour Codes==
 
==Hex Colour Codes==
  
'''If you need to find a Hex code for a colour this webpage is very useful:
+
If you need to find a Hex code for a colour this webpage is very useful:
 
[[http://www.w3schools.com/html/html_colors.asp HTML Colours]]  
 
[[http://www.w3schools.com/html/html_colors.asp HTML Colours]]  
 +
 +
==Testing background colours against text==
 +
 +
Another webpage I have recently come across lets you test text colour against the background colour.
 +
To do this, first select your Hex code of your chosen colour. In this example, I will use SkyBlue with the Hex code of  #87CEEB.
 +
 +
Copy and paste the following URL into the Address Bar:
 +
 +
http://www.w3schools.com/tags/ref_color_tryit.asp?=
 +
 +
At the end of your URL, put your Hex code. I would put:
 +
 +
[[http://www.w3schools.com/tags/ref_color_tryit.asp?=87CEEB]]
 +
 +
This lets you mix and match colours before trying them out on your website!
 +
 +
(Why didn't I notice this before?! Ahh well... hope it helps you!)
  
 
by Cara Hughes 0615410
 
by Cara Hughes 0615410

Revision as of 20:48, 7 August 2008

Hex Colour Codes

If you need to find a Hex code for a colour this webpage is very useful: [HTML Colours]

Testing background colours against text

Another webpage I have recently come across lets you test text colour against the background colour. To do this, first select your Hex code of your chosen colour. In this example, I will use SkyBlue with the Hex code of #87CEEB.

Copy and paste the following URL into the Address Bar:

http://www.w3schools.com/tags/ref_color_tryit.asp?=

At the end of your URL, put your Hex code. I would put:

[[1]]

This lets you mix and match colours before trying them out on your website!

(Why didn't I notice this before?! Ahh well... hope it helps you!)

by Cara Hughes 0615410

Related Pages

<categorytree mode=pages>HTML</categorytree>