Kulay HEX ng CSS
- Previous Page Kulay RGB ng CSS
- Next Page Kulay HSL ng CSS
HEX Halaga
Sa CSS, maaring gamitin ang sumusunod na format ng dalawang pantawid na numero upang tukuyin ang kulay:
#rrggbb
Where rr (red), gg (green), and bb (blue) are hexadecimal values between 00 and ff (the same as decimal 0-255).
For example, #ff0000 is displayed as red because red is set to the maximum value (ff), and others are set to the minimum value (00).
Please experiment by mixing the following hexadecimal values:
RED
GREEN
BLUE
Example
Generally, equal values are used for all three light sources to define gray shadows:
Example
- Previous Page Kulay RGB ng CSS
- Next Page Kulay HSL ng CSS