HighDots Forums  

hexadecimal or RGB?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss hexadecimal or RGB? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
paperface22
 
Posts: n/a

Default hexadecimal or RGB? - 06-30-2008 , 12:00 PM






I see a lot of code using RGB verses hexadecimal.

What is best for most browsers?

Thanks,
jeff

Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: hexadecimal or RGB? - 06-30-2008 , 12:29 PM






Makes no difference. But I do not see much use of RGB....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"paperface22" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I see a lot of code using RGB verses hexadecimal.

What is best for most browsers?

Thanks,
jeff


Reply With Quote
  #3  
Old   
Nancy O
 
Posts: n/a

Default Re: hexadecimal or RGB? - 06-30-2008 , 01:14 PM



Count the number of characters required to define a color.

color: rgb (255,255,255) = up to 16 characters

color: #FFFFFF = 7 characters max.

Hex is more efficient code-wise.


--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com


"paperface22" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I see a lot of code using RGB verses hexadecimal.

What is best for most browsers?

Thanks,
jeff



Reply With Quote
  #4  
Old   
Michael Fesser
 
Posts: n/a

Default Re: hexadecimal or RGB? - 06-30-2008 , 04:20 PM



..oO(paperface22)

Quote:
I see a lot of code using RGB verses hexadecimal.

What is best for most browsers?
Shouldn't make any difference in modern browsers. RGB might be easier to
do some calculations with, because it's the more familiar number system.
The hex version is shorter and often more convenient for programmers.

Micha


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.