
๐ ์ง์ ์ฑ์ฐ๊ธฐ/์น (ํ๋ก ํธ์๋, ๋ฐฑ์๋)
[HTML&CSS] Colors , Variables
[HTML&CSS] Colors , Variables ( UPDATE 2023 - 05 - 30 ) Colors ์์ ์ฒด๊ณ (color system) 1) hexadecimal color (16์ง์ ์ปฌ๋ฌ) #2ecc71์ ๊ฐ์ ์์ ์ฝ๋ 2) rgb (๋์์ด๋๋ค์ด ๋ง์ด ์) ๊ฐ๊ฐ red, green, blue๋ฅผ ์๋ฏธ. rgb(0,140,200)์ ๊ฒฝ์ฐ์ red ๊ฐ์ด 0, green ๊ฐ์ด 140, blue ๊ฐ์ด 200์ด๋ผ๊ณ ์ดํดํ ์ ์๋ค. 3) rgba rgb์ ๋์ผํ์ง๋ง a๊ฐ ํฌํจ๋ ํํ. 'a(alpha)'๋ ํฌ๋ช ๋๋ฅผ ์๋ฏธ 0(ํฌ๋ช )~1(๋ถํฌ๋ช ) ์ฌ์ด์ ๊ฐ์ผ๋ก ์กฐ์ ํ ์ ์๋ค. Variables (=custom property) variables (=custom property) css๋ฅผ ํ๋ก๊ทธ๋๋ฐ์ธ..