Color Picker
Color Picker
Some basic information about Hex Codes :
- Hex Codes contain only 6 digits. Not more/less than 6 digits.
- Hex Codes may contain both numbers and letters.
Ex : #FF0000 value is - # character should be put before the hex code if you’re using it as a value while making a website. Ex : <font color=”#01307D”>
- Hex codes can be used in CSS, Style Sheets.